cryptic-game / website

The official website of cryptic-game
https://cryptic-game.net
GNU Affero General Public License v3.0
18 stars 11 forks source link

SEO optimization #351

Closed ClientCrash closed 2 years ago

ClientCrash commented 2 years ago

Issue Closes #344

cloudflare-workers-and-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1049b95
Status: ✅  Deploy successful!
Preview URL: https://9d69a5b5.website-9fdz.pages.dev

View logs

Webkinger commented 2 years ago

Keywords are missing

MarcelCoding commented 2 years ago

@EggerWebdesign https://github.com/MarcelCoding/m4rc3l.de/blob/main/pages/blog/_slug.vue#L109-L130 what about this method? cc. @ClientCrash

GitHub
m4rc3l.de/_slug.vue at main · MarcelCoding/m4rc3l.de
Contribute to MarcelCoding/m4rc3l.de development by creating an account on GitHub.
Webkinger commented 2 years ago

@MarcelCoding What exactly does the code do? I don't understand much except slug

MarcelCoding commented 2 years ago
  1. replace special chars with spaces
  2. split on spaces
  3. to lowercase
  4. count how often every word is used
  5. find the top 15
  6. return the top 15 joined by ", "
Webkinger commented 2 years ago

At the moment you can do it this way but later I would make it possible to edit/enter the keywords manually in the admin panel.

MarcelCoding commented 2 years ago

Are the keywords still relevant or can this be merged?

Webkinger commented 2 years ago

Seo technically, keywords are important

MarcelCoding commented 2 years ago

@ClientCrash do you want to implement keywords?