Skip to content

Instantly share code, notes, and snippets.

@bwonur
Created July 18, 2019 06:55
Show Gist options
  • Save bwonur/de48958d7c22a7ef34b4e49342386157 to your computer and use it in GitHub Desktop.
Save bwonur/de48958d7c22a7ef34b4e49342386157 to your computer and use it in GitHub Desktop.
SEO Checklist: List with all the points needed to check before a SEO site is released

SEO Checklist

Checklist before a SEO site is published

HTML

  • Titles (content and lenght)
  • Descriptions (content and lenght)
  • H1
  • H2, H3...
  • Link anchor and title
  • Image alt
  • Image size and weight
  • 404 and 500 page
  • Compress HTML
  • Rich Snippets
  • Logo (Content and link)
  • Favicon
  • elements order: charset, viewport, title, description, Google Analytics script, css, others

URLs

  • URL name
  • URL size
  • URLs without ending /
  • Unique urls
  • Absolute URLs
  • Sitemap
  • Follow/Nofollow links
  • Image url

JS and CSS

  • Minimize and merge JS files
  • Minimize and merge CSS files
  • Fonts should be loaded after the CSS in a separate file
  • Use a CDN for statics

Others

Optionals

  • Redirects from old site to new site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment