Opened 20 months ago
Closed 5 days ago
#14380 closed feature request (fixed)
WEB: Adding SEO to scummvm.org pages
Reported by: | lwcorp | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Web |
Version: | Keywords: | seo, pages | |
Cc: | Game: |
Description (last modified by )
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:
- <title>
- <meta property="og:title" content="...">
- <meta property="og:description" content="...">
- <meta property="og:url" content="...">
?
And I would also add what is overdue:
- <meta name="description" content="...">
- <link rel="canonical" href="..." />
It should be all related to index.tpl.
Change History (6)
comment:1 by , 20 months ago
Description: | modified (diff) |
---|
comment:2 by , 20 months ago
Summary: | Adding SEO to scummvm.org pages → WEB: Adding SEO to scummvm.org pages |
---|
comment:3 by , 6 months ago
Type: | defect → feature request |
---|
comment:4 by , 6 months ago
Description: | modified (diff) |
---|
comment:5 by , 6 months ago
Note:
See TracTickets
for help on using tickets.
I've submitted https://github.com/scummvm/scummvm-web/pull/393 to solve it, hopefully it'll get merged.