neoforged / websites

Official website for NeoForged
https://neoforged.net
Creative Commons Attribution 4.0 International
4 stars 16 forks source link

Hopefully fix google text result images #30

Closed lukebemish closed 4 months ago

lukebemish commented 7 months ago

So you know how neoforge's search results seem to show random images as the thumbnail image? Sometimes curle's profile picture, sometimes tech's? This hopefully fixes this, using the thumbnail meta documented here. (This meta is just for google custom search engines, it seems - let's see if the og:image tag helps stuff instead). It's hard for me to actually test, unfortunately.


Preview URL: https://pr-30.neoforged-website-previews.pages.dev

neoforged-pages-deployments[bot] commented 7 months ago

Deploying with Cloudflare Pages

Name Result
Last commit: 6f2a417324fb965ae996b729e69590405729b0bf
Status: ✅ Deploy successful!
Preview URL: https://251e764d.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-30.neoforged-website-previews.pages.dev
lukebemish commented 7 months ago

Need to do some more reading - those docs appear to only be for google custom search engines, so I need to check and figure out whether it applies to normal google search results too. Converting to a draft for now

lukebemish commented 7 months ago

Alright, decided to approach this instead with the og:image meta tag, and making sure that gets set - I also changed around the title of the main page to communicate the fact that this is the home page for the neoforged project, cause I noticed that being strange in embed cards.

UltimatChamp commented 6 months ago

Wouldn't this work: Screenshot_20240322_204744

lukebemish commented 6 months ago

Wouldn't this work: Screenshot_20240322_204744

Could work I suppose; seems like the brute force approach, but yeah, we could just force google to not index the profile images at all. Not sure if that would hit search rankings though