Mobile app version of vmapp.org
Login or Join
Vandalay111

: Google showing footer content instead of meta description I'm using these meta tags for my website but Google is showing footer content instead of meta description is the problem from my code?

@Vandalay111

Posted in: #GoogleSearch #MetaDescription #MetaTags #Seo

I'm using these meta tags for my website but Google is showing footer content instead of meta description is the problem from my code?

<title>{{pageTitle}} </title>
<meta name="description" content="{{description}}">

<link rel="author" href="https://plus.google.com/111111" />

<link rel="canonical" href="{{path}}" />
<meta property="fb:page_id" content="1111111" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:url" content="{{path}}">
<meta property="og:image" content="{{imageUrl}}">
<meta property="og:description" content="{{description}}">
<meta property="og:title" content="{{pageTitle}}">
<meta property="og:site_name" content="SiteName">
<meta property="og:see_also" content="https://url.ch">

<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="{{path}}">
<meta name="twitter:site" content="https://url.ch" />
<meta name="twitter:title" content="{{pageTitle}}">
<meta name="twitter:description" content="{{description}}">
<meta name="twitter:image" content="{{imageUrl}}">


I tried two remove these lines but the same

<meta itemprop="name" content="{{pageTitle}}">
<meta itemprop="description" content="{{description}}">
<meta itemprop="image" content="{{imageUrl}}">

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme