[Scummvm-tracker] [ScummVM :: Bugs] #14380: Adding SEO to scummvm.org pages
ScummVM :: Bugs
trac at scummvm.org
Sat Apr 1 11:30:20 UTC 2023
#14380: Adding SEO to scummvm.org pages
-------------------+-----------------------
Reporter: lwcorp | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Web
Version: | Keywords: seo,pages
Game: |
-------------------+-----------------------
I've wanted to spread the futuristic
"[https://www.scummvm.org/news/20230401/ 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 meta descriptions.
Therefore, can you at the very least make sure each article have a
**different**:
1. <title>
2. <meta name="apple-mobile-web-app-title" content="...">
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:
5. <meta name="description" content="...">
It might all be related to [https://github.com/scummvm/scummvm-
web/blob/master/templates/pages/index.tpl index.tpl].
--
Ticket URL: <https://bugs.scummvm.org/ticket/14380>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list