Mobile app version of vmapp.org
Login or Join
Samaraweera270

: SEO - wrong sitemap links My domain have about 40000 links and my sitemap was wrong generated. It was poiting to localhost instead public domain: <?xml version="1.0"?> <urlset xmlns="http://www.sitemaps.org/schem

@Samaraweera270

Posted in: #Seo #Sitemap

My domain have about 40000 links and my sitemap was wrong generated. It was poiting to localhost instead public domain:

<?xml version="1.0"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost/phpCupom/cp-web/sitemap/home.xml</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://localhost/phpCupom/cp-web/sitemap/coupon.xml</loc>
<changefreq>weekly</changefreq></url>
<url>
<loc>http://localhost/phpCupom/cp-web/sitemap/store.xml</loc>
<changefreq>weekly</changefreq>
</url>
</urlset>


What could be the consequences of this wrong sitemap? The GWT show most of my 40000 urls indexed, but show a alert mark in the sitemap.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

A sitemap doesn't determine what gets index and what does not, Google and other search engines will still crawl links found on the actual pages in fact Google prefers this method and it'll use the sitemap to confirm what its already discovered and ensure that no pages have been missed, which a sitemap can help if your site is insanely big or a website that is Ajax powered or similar that Google and other search engines may have a hard time crawling.

The fact that you have 40,000 urls indexed is evidence that your site is being crawled with no problems and a sitemap won't help SEO in anyway.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme