Skip to content

Instantly share code, notes, and snippets.

@sergiohidalgo
Last active June 30, 2016 14:36
Show Gist options
  • Save sergiohidalgo/ff0cac59c9b2d0299b5dfcf08c3b775a to your computer and use it in GitHub Desktop.
Save sergiohidalgo/ff0cac59c9b2d0299b5dfcf08c3b775a to your computer and use it in GitHub Desktop.
Todo proyecto web debe tener:

Todo proyecto web debe tener:

  • Favicon
  • Herramientas de Google o similar (Analytics, Webmaster tools, Tag Manager )
  • Etiqueta <title> según página con miga de pan
  • Etiqueta <meta> con atributo description
  • html, css y js minificados y optimizados (evitar redundancias)
  • Responsivos
  • Etiqueta <meta> con atributo viewport
  • Visibles para bucadores (quitar noindex, nofollow)
  • Imagenes .jpg y .png pre-procezadas (calidad 80% y progresivas)
  • OpenGraph (facebook share)
  • Twitter Card (twitter share)
  • Revizar compatibilidad con IE 9+, Chrome, Safari, Firefox
  • Archivo robot.txt
  • Archivo sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment