@passmarked/links
Version:
Rules related to the links/assets on the page
16 lines (11 loc) • 848 B
Markdown
Having broken links in your page content may affect your search engine ranking and leave your users with a negative experience if it's a regular occurrence.
# How do I fix this ?
* Add relevant content to those URL's if possible.
* If there are no alternatives, remove the broken links.
* Redirect to relevant pages using `301: Moved Permanently` response code to automatically refer browsers and crawlers to the new location.
# Resources
* [Create useful 404 pages](https://support.google.com/webmasters/answer/93641?hl=en)
* [Bing 404 best practices](https://www.bing.com/webmaster/help/404-pages-best-practices-1c9f53b3)
* [SEO and 404's](http://www.rimmkaufman.com/blog/seo-and-404-pages/01022013/)
* [W3C link checker](https://validator.w3.org/checklink)
* [screamingfrog link checker](http://www.screamingfrog.co.uk/broken-link-checker/)