Making Sitemaps visible to Search Engines.

Status
Not open for further replies.

GoPantheoN

Active Member
908
2009
19
0
Today I was searching for Webmaster tools page of different search engines and it was boring and difficult.

Then I found that was not necessary to submit sitemaps to each and every search engine. Instead we can make the sitemaps visible by just adding the following in robots.txt

Code:
Sitemap: http://www.yoursite.com/sitemap.xml
or just

Code:
Sitemap: /sitemap.xml
And if you want to add multiple sitemaps

Code:
Sitemap: http://www.yoursite.com/sitemap1.xml
Sitemap: http://www.yoursite.com/sitemap2.xml
Sitemap: http://www.yoursite.com/sitemap3.xml
I know many knew this, but just wanted others also to know this.

More info @ http://en.wikipedia.org/wiki/Sitemaps#Search_engine_submission
 
14 comments
Status
Not open for further replies.
Back
Top