Mobile app version of vmapp.org
Login or Join
Eichhorn148

: Will wrong or incomplete Microdata harm my SEO? What if I am missing parts of my Microdata? I will use a blog article for example. The recommended markup is: <div itemscope itemtype="http://schema.org/Article">

@Eichhorn148

Posted in: #Microdata #Seo

What if I am missing parts of my Microdata?

I will use a blog article for example. The recommended markup is:



<div itemscope itemtype="http://schema.org/Article">
<span itemprop="name">How to Tie a Reef Knot</span>
by <span itemprop="author">John Doe</span>
This article has been tweeted 1203 times and contains 78 user comments.
<meta itemprop="interactionCount" content="UserTweets:1203"/>
<meta itemprop="interactionCount" content="UserComments:78"/>
</div>


Now let’s say that I quickly want to switch this article to be a recipe, but I don’t add additional tags (like here prntscr.com/38fwyk) and only change the itemtype:

<div itemscope itemtype="http://schema.org/Recipe">
<span itemprop="name">Burgers</span>
by <span itemprop="author">John Doe</span>
This article has been tweeted 1203 times and contains 78 user comments.
<meta itemprop="interactionCount" content="UserTweets:1203"/>
<meta itemprop="interactionCount" content="UserComments:78"/>
</div>


Would this actually harm my SEO?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Eichhorn148

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pierce454

Well, if all you did was change the schema type, the markup would most likely be incomplete, so it would not benefit you much at all. The other issue is if the itemtype is incorrect and/or inappropriate, Google might view the markup as being somewhat deceitful and may disable all rich snippets for the site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme