Tirraa / dashboard_rtm

dashboard_rtm
MIT License
5 stars 1 forks source link

[ContentLayer][SEO] SEO Concerns #58

Closed gustaveWPM closed 4 months ago

gustaveWPM commented 9 months ago

I've saw a SEO example in the ContentLayer examples (examples/archive/playground-azimuth/src/contentlayer/nested/SEO.ts) => https://github.com/contentlayerdev/contentlayer/blob/main/examples/archive/playground-azimuth/src/contentlayer/nested/SEO.ts

Maybe it would be a good starter to go beyond the meta-description in terms of SEO. :)

gustaveWPM commented 4 months ago

AlternateURLs/languages should be autogenerated EDIT: done https://github.com/Tirraa/dashboard_rtm/commit/24b647ddccc8fa256ec51ca229dd2e33c620ed32

gustaveWPM commented 4 months ago

Authors should be specified in a config file, then validated and injected in Metadata. ({ name: string; url: string }) + profilePicUrl + social medias + bio...

gustaveWPM commented 4 months ago

Reported to: https://github.com/Tirraa/dashboard_rtm/issues/138