Opened 3 years ago
Closed 18 months 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 , 3 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 3 years ago
| Summary: | Adding SEO to scummvm.org pages → WEB: Adding SEO to scummvm.org pages |
|---|
comment:3 by , 2 years ago
| Type: | defect → feature request |
|---|
comment:4 by , 2 years ago
| Description: | modified (diff) |
|---|
comment:5 by , 2 years ago
comment:6 by , 18 months ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Closing as fixed
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.