Mobile app version of vmapp.org
Login or Join
Miguel251

: HTML Code in Google Search Description/Snippet When googleing for a certain keyword, Google will list our site along with this description: Wie die Spitzenforschung im globalen Dorf abläuft,

@Miguel251

Posted in: #GoogleSearch #Html

When googleing for a certain keyword, Google will list our site along with this description:


Wie die Spitzenforschung im globalen Dorf abläuft, zeigt das neue Globe. ETH Zürich, Globe Magazin, 1/16 ... width="600" height="849" alt="">. Zur Agentur ...


Since there's no ... before "Zur Agentur", I'm expecting this code to stand right before "Zur Agentur" in HTML.

Our site is lazy loading images and using fallback images inside <noscript> tags:

<noscript>
<img src="…" width="600" height="849" alt="">
</noscript>
<p><a href="/agentur">Zur Agentur</a></p>


Is Google failing to interpret the content of the tag as HTML?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Miguel251

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme