Pingu
Computer MySQL PostgreSQL Books Publications
Spielereien Kanu Business TopoDB POI Klettersteigen History TransPool Thermal Baden Brokenstuben Goldwaschen
Blog Contact
Shinguz
Google
/ch/open

Website improvements

  1. <html lang="en">
  2. Reduce image size to improve load performance
  3. Add Aspect Ratio to Images: width="…" and height="…"
  4. Viewport added
  5. alt="" tags to images
  6. add keywords and description to all pages!
  7. rewrite in apache config is faster than in .htaccess so move all .htaccess to config if possible

title too short 10 -> 50-70 chars description too short 46 -> 140-180 chars -> do in all documents! body to little words 75 -> 500

  • Broken links and pages with 4XX status codes
  • Incomplete or duplicate Meta descriptions
  • Title tags that exceed recommended character limits

semantic web is missing:

https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata

https://ogp.me/

Twitter has its own meta tags that are similar to the Open Graph protocol, but uses the “twitter” prefix instead of “og”. As with Facebook, only a few are required:

Some pages to analyze your site:

HTML Vallidator / Optimizer

CSS Optimizer

CSS has a tendency to get cluttered…

Optimize can mean different things:

  • Minify
  • 0.6 -> .6
  • Remove comments
  • Combine different parts which are identically -> syntha.ai! Caution: as any AI it does mistakes!!!

SASS Optimizer

https://www.w3schools.com/w3css/defaulT.asp https://www.w3schools.com/w3css/w3css_web.asp