-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested indexing This Sitemap Index is referenced by another Sitemap Index. #70
Comments
Hi there, That's the first report I've had that this is not a good practice. So I would consider turning it off by default if that is in fact the case. You can turn it off with:
Can you try that and then confirm that after that change Google reports no sitemap errors? |
Thanks for your answer. I refresh my sitemap complete, and I'll observe the google webmaster tools report. |
Hi kjvarga The google webmaster tools' index error has disappeared. Nice! |
Thanks for confirming that! But hold on. I'm going to leave the issue open till I make this the new default. |
Ok as of v3.2 this is the new default. I had a feeling the include_root and include_index options where going to be more trouble than they were worth, but once it was out I didn't want to mess with it. |
sorry could you clarify what this does? does this mean when it generates a sitemap it doesnt include the root url? |
No it will still include the root URL, but not the sitemap index URL.
|
I use this gem on my site to create sitemap files for search engine.
In google webmaster tools hint me that "Nested indexing This Sitemap Index is referenced by another Sitemap Index."
I see README providing example:
public/sitemap_index.xml.gz
public/sitemap1.xml.gz
But Sitemap errors - Webmaster Tools Help also answer for "Incorrect Sitemap index format: Nested Sitemap indexes" needing to remove entries pointing other Sitemap index files.
I find the sitemap1.xml having the Sitemap indexes entry line.
How to solve this sitemap error ?
The text was updated successfully, but these errors were encountered: