monero-project / monero-site

https://getmonero.org
BSD 3-Clause "New" or "Revised" License
288 stars 391 forks source link

add dedicated meta descriptions #2155

Closed erciccione closed 1 year ago

erciccione commented 1 year ago

posting a link to getmonero on social medias results, except few exceptions, in showing a standard description for all pages. This adds dedicated meta descriptions for every page. It will improve getmonero's seo score and links on social media will look nicer and will be more descriptive

To test the before and after, use https://www.opengraph.xyz/

Example of twitter card for the Spanish version of the Library page (https://deploy-preview-2155--barolo-time-757cf9.netlify.app/es/library/index.html): library-es

opengraph and meta stuff in general need some love.

netlify[bot] commented 1 year ago

Deploy Preview for barolo-time-757cf9 ready!

Name Link
Latest commit 6882f1e7a7b21a518e8803ad7dc13bdda4e3b3bc
Latest deploy log https://app.netlify.com/sites/barolo-time-757cf9/deploys/6440ec5ca25e350008ea35a3
Deploy Preview https://deploy-preview-2155--barolo-time-757cf9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

plowsof commented 1 year ago

Nice one! (thanks for the opengraph links) tested and working.

unrelated to this PR: i notice a double slash in the <meta property="og:url" e.g. https://www.getmonero.org//community/hangouts/index.html . the link still works, i just thought it was strange

erciccione commented 1 year ago

unrelated to this PR: i notice a double slash in the <meta property="og:url" e.g. https://www.getmonero.org//community/hangouts/index.html . the link still works, i just thought it was strange

Good catch. That's indeed strange. Will look it up. The header needs more work anyway.

edit: fixed with #2159