Sienn Forum
»
Additional Information
»
Third party components
»
Google giving errors about robots.txt when importing the xml sitemap - solution
Rank: Sienn Developer
Groups: Administration
Joined: 10/8/2008(UTC) Posts: 25  Location: Netherlands
|
When abovementioned happens you can do a request on the xml sitemap like: www.site.com/CID.xmlThen if you do not get the xml but some parser error, changes are big that the filehandler isn't correctly setup. Please check the web.config if it contains the following: <add verb="GET" path="*.jpg" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.doc" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.xls" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.ppt" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.pdf" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.mp3" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.zip" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.txt" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.xml" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.mdb" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.avi" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.mpg" type="System.Web.StaticFileHandler" /> <add verb="GET" path="*.wmv" type="System.Web.StaticFileHandler" /> If not this should be added for it to functioncorrectly.
|
|
|
|
Sienn Forum
»
Additional Information
»
Third party components
»
Google giving errors about robots.txt when importing the xml sitemap - solution
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Sienn Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close