Description metadata
Unanswered
Ojos Azules posted this in #help-forum
Ojos AzulesOP
Hey, I have a small static site in production. In the root layout I export metadata with all the relevant info, one of them being the description. The issue is that when I look up my site on Google search, its description is just a bunch of image alt tags texts combined (these images are on the index page). When I inspect the head I can see the meta tag with the correct description on it.
Does anyone have an idea?
Does anyone have an idea?
1 Reply
Toyger
it's in google search docs
https://developers.google.com/search/docs/appearance/snippet
so it's up to them how snippet will look like.
Google will sometimes use the <meta name="description"> tag from a page to generate a snippet in search results, if we think it gives users a more accurate description than would be possible purely from the on-page contenthttps://developers.google.com/search/docs/appearance/snippet
so it's up to them how snippet will look like.