museum-of-war / web

https://metahistory.gallery
6 stars 3 forks source link

SEO improvements #144

Closed AlexanderPokhilenko closed 2 years ago

AlexanderPokhilenko commented 2 years ago
  1. Add canonical links for pages (without query parameters): Example for https://metahistory.gallery/auction/72:

    <link rel="canonical" href="https://metahistory.gallery/auction/72" />
  2. Improve titles: https://docs.google.com/spreadsheets/d/1JEu_ud6f8WODRCjZglWwMwg5Jo0FC3eTlChZ4L_UjJo

  3. Add "lang" attribute:

    <html lang="en">
  4. Try to improve the loading speed of pages: https://pagespeed.web.dev/report?url=https%3A%2F%2Fmetahistory.gallery%2F&form_factor=desktop

AlexanderPokhilenko commented 2 years ago

Tasks 1-3 are done in #146, task 4 moved to #147.