Mobile app version of vmapp.org
Login or Join
Murphy175

: Sitemaps - do I need to submit each sitemap in sitemap_index.xml to Google Webmaster tools? I am having a Wordpress blog on my CentOS server. There is no sitemap.xml in the root directory but

@Murphy175

Posted in: #Google #GoogleSearchConsole #Seo #Sitemap

I am having a Wordpress blog on my CentOS server. There is no sitemap.xml in the root directory but there is sitemap_index.xml file in the root directory which contains the following code:

<?xml-stylesheet type="text/xsl" href="http://mywebsite.com/wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>
mywebsite.com/post-sitemap.xml </loc>
<lastmod>
2012-12-18T19:47:47+00:00
</lastmod>
</sitemap>

<sitemap>
<loc>
mywebsite.com/page-sitemap.xml </loc>
<lastmod>
2012-12-18T17:32:49+00:00
</lastmod>
</sitemap>
</sitemapindex>


My question: Which sitemap should I submit to Google Webmasters Tools? Options are:


Only sitemap_index.xml
Only post-sitemap.xml and page-sitemap.xml
All 3 (sitemap_index.xml, post-sitemap.xml and page-sitemap.xml)
Any other, please let me know.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Murphy175

2 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

According to Google Webmaster Tools support article support.google.com/webmasters/bin/answer.py?hl=en&answer=71453

When you've created your Sitemap index file, save it and submit it to
Google. As long as you've uploaded and saved all your Sitemaps, you
don't need to submit each Sitemap individually. Just submit the
Sitemap index file and you're good to go. You can submit up to 500
Sitemap index files for each site in your account.


Sample code on their page

10% popularity Vote Up Vote Down


 

@Kristi941

Just submit the master sitemap. It's purpose is to tell them about the other sitemaps so there is no need to submit them.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme