I'm creating a Sitemap manually.
If I want to specify a url to be crawled weekly, is this the right code:
<url>
<loc>http://wordfruit.com/</loc>
<changefreq>weekly</changefreq>
</url>
|
I'm creating a Sitemap manually. If I want to specify a url to be crawled weekly, is this the right code:
|
|||||
|
|
XML sitemaps don't really control how often the search engines crawl a page. It's merely a suggestion and based on experience and feedback from other webmasters it seems as though it is ignored completely. Otherwise your code is fine. Below is the sample snippet shown on the official XML Sitemap website for reference.
|
|||
|
|