Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ A helpful checklist / collection of Search Engine Optimization (SEO) tips and te

- 403: Provide a 403 - Access denied page.
- 404: Provide a 404 - Page not found page.
- 410: Provide a 410 - Gone page for content that has been permanently removed and will not be replaced. This helps search engines remove the URL from their index faster than a 404
- [Custom Search](https://developers.google.com/structured-data/slsb-overview) - With Google Sitelink search box, people can reach your content more quickly.
- File not found: Avoid `404 FILE_NOT_FOUND` errors.
- Layout: Use `divs` instead of `tables` for layout. Using `tables` is not semantically correct.
Expand Down