- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2018
11:26 AM
03-26-2018
11:26 AM
Changing sitemap in Magento 1.9
Hello, I am trying to remove some pages in my sitemap that are causing google crawl errors. Is there anyway to change the auto-generated sitemap? I'd rather not create a new one because my site is so large.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2018
11:29 AM
03-31-2018
11:29 AM
Re: Changing sitemap in Magento 1.9
Hey,
If you can't re-generate sitemap.xml then add urls in robot.txt to tell crawler to ignore that urls.
Example:
Disallow /my/url/here
You should start url with /
If don't know robot.txt then try this tool to validation: http://tools.seobook.com/robots-txt/generator/
Reference: http://www.robotstxt.org/robotstxt.html
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018
06:12 AM
04-03-2018
06:12 AM
Re: Changing sitemap in Magento 1.9
We've already done that but the URLs are still indexing and we are getting an error from Google Search Console.