Friday, April 6, 2012

How to Submit Sitemap to all Search Engines Automatically.

Submitting a sitemap file to search engines is very good practice to get your website index in search engine results. But doing this manually can take a lot of time and there is a chance that you miss some smaller search engines.
And we know that Sitemap is very useful for all types of website because it lets the search engines to crawl the website easily and provides a roadmap to BOTS.

So coming to the point here below is the easiest way to submit the sitemap to all search engines automatically.

1). Create a robots.txt file in your server main directory.
2). Put the below code including your full sitemap url.

Code:
Sitemap: http://www.yourwebsite.com/sitemap.xml
User-Agent: *
Allow: /
It will tell all search engines about your website sitemap and let them to crawl it.

Enjoy !

No comments:

Post a Comment