Added link to "Robots" entry

This commit is contained in:
Andrew Breza 2019-10-31 20:58:15 -04:00 committed by Marco Biedermann
parent fdd35d2a46
commit 929f86b8e9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ A helpful checklist / collection of Search Engine Optimization (SEO) tips and te
- **[Performance](https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/slow-mobile-pages):** performance and loading time is important
- **Redirects:** avoid redirects if possible. Use 301 redirect instead of 302
- **[RichSnippets](https://schema.org/):** markup your code with rich snippets, they show up on the search results page
- **Robots:** block pages which should not be indexed via the `robots.txt` file or
- **[Robots](https://en.wikipedia.org/wiki/Robots_exclusion_standard):** block pages which should not be indexed via the `robots.txt` file or
`<meta name="robots" content="">`
- **Validation:** write valid code ([HTML Validator](https://validator.w3.org/) [CSS Validator](https://jigsaw.w3.org/css-validator/))
- **[WAI-Aria](https://www.w3.org/TR/wai-aria/):** use WAI-Aria tags to help machines understand your code