SharePoint 2007 - Content for this URL is being excluded by the server because the attribute is not indexed

Did any of the guys in this error happen when the search crawler is ignoring the aspx page? I am getting the following warning message for this page: "The content for this URL is being excluded by the server because of the attribute without index."

Any help would be appreciated.

Thanks.

+1


a source to share


2 answers


Thanks for your answer Nat. I figured out the question.

We have two versions of the site in question, win auth and auth forms. After some digging a little I found out that one of the user controls was breaking in the win auth version - hence the page. It worked great in auth forms. I forgot to add appsettings entry to win auth web.config. So I'm guessing when the searcher went to the page saw that the page was broken - it didn't crawl it and write a warning message in the crawl log.



After fixing the custom element, the page was scanned as expected.

0


a source


Check site visibility using the following settings page. http: // [mywebsiteurl] /_layouts/srchvis.aspx



A value of "Never index aspx pages on this site" will result in a log message. Note: Individual lists can also be "disabled" in relation to search bypass. http: // [mywebsiteurl] /_layouts/advsetng.aspx?List= [list GUID] (or more simply go to List Settings → Advanced Settings

+1


a source







All Articles