Robots.txt

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/29/2009 11:26:56 AM
Gravatar
Total Posts 18439

Re: Robots.txt

It seems it is possible to list multiple site maps in the robots.txt file, they need to make it possible to submit them through web master tools.

Best,

Joe

1/29/2009 1:31:52 PM
Gravatar
Total Posts 18439

Re: Robots.txt

I posted in the forums here http://forums.microsoft.com/webmaster/showpost.aspx?postid=4328144&siteid=79

It seems you can overcome this limitation by creating a sitemap index file to aggregate your site maps into one and then submit the sitemapindex file as your site map. You can name it whatver you like so in a multi site installation you can create on for each site.

I just created one for mojoportal.com like this:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://www.mojoportal.com/SiteMap.ashx</loc>
</sitemap>
<sitemap>
<loc>http://www.mojoportal.com/Blog/BlogSiteMap.ashx</loc>
</sitemap>
<sitemap>
<loc>http://www.mojoportal.com/productsitemap.xml</loc>
</sitemap>
</sitemapindex>

Make sure you save it as utf-8 not ansi. Name it whateveryoulike.xml and put it in the root of your site. Then submit it as your site map.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.