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

Homepage Aliases #8

Closed Johanndutoit closed 7 years ago

Johanndutoit commented 7 years ago

Added the homepage checks as per #4. The rule only checks these alias when on a known "homepage" from the following list:

When the tested url is one of these listed paths, a HEAD request is sent out to all the other listed alias. If the tested HEAD returns >= 200 or < 300, the rule is given as a error.

BarryBotha commented 7 years ago

LGTM