passmarked / seo

Rules related to checking for any SEO issues on the page given
https://passmarked.com/library/seo
Apache License 2.0
11 stars 11 forks source link

check for valid sitemap.xml #6

Closed BarryBotha closed 7 years ago

BarryBotha commented 7 years ago

Although we do not believe in the necessity of a sitemap.xml file we do believe that if you have one it should be valid. If /sitemap.xml returns 200 we should parse it to make sure its valid.

Read more: http://www.sitemaps.org/protocol.html

Johanndutoit commented 7 years ago

Ooooh that is interesting yes, would save a few servers some processing too if they are rendering the entire page instead of either a 404 or XML. PR incoming 👍

Johanndutoit commented 7 years ago

Storm-is-a-brewing - #10, feedback much appreciated :)

Johanndutoit commented 7 years ago

Merged and going live after some testing