Opened 16 months ago

Last modified 3 months ago

#14380 new feature request

WEB: Adding SEO to scummvm.org pages

Reported by: lwcorp Owned by:
Priority: normal Component: Web
Version: Keywords: seo, pages
Cc: Game:

Description (last modified by lwcorp)

I've wanted to spread the futuristic "new AI features", only to find all pages (ranging from articles to compatibility) just show a preview of the homepage. It's because they all share the very same HTML/meta titles and/or meta descriptions.

Therefore, can you at the very least make sure each article has a different:

  1. <title>
  2. <meta property="og:title" content="...">
  3. <meta property="og:description" content="...">
  4. <meta property="og:url" content="...">

?

And I would also add what is overdue:

  1. <meta name="description" content="...">
  2. <link rel="canonical" href="..." />

It should be all related to index.tpl.

Change History (5)

comment:1 by lwcorp, 16 months ago

Description: modified (diff)

comment:2 by tag2015, 16 months ago

Summary: Adding SEO to scummvm.org pagesWEB: Adding SEO to scummvm.org pages

comment:3 by tag2015, 3 months ago

Type: defectfeature request

comment:4 by lwcorp, 3 months ago

Description: modified (diff)

comment:5 by lwcorp, 3 months ago

I've submitted https://github.com/scummvm/scummvm-web/pull/393 to solve it, hopefully it'll get merged.

Note: See TracTickets for help on using tickets.