Mobile app version of vmapp.org
Login or Join
Lengel546

: Why Google Structure Data Tools is Showing SiteNavigationElement Twice? I have submitted Site Navigation Element (Structure Data) through the plugin to my website. Plugin I am using is "Schema.org

@Lengel546

Posted in: #GoogleSearchConsole #SiteStructure #StructuredData

I have submitted Site Navigation Element (Structure Data) through the plugin to my website. Plugin I am using is "Schema.org Settings List." While I have run the website in structre data testing tool, It is showing SiteNavigationElement and Organization as two items. What could be the reason behind this? Is that affect the google ranking?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

you have in your source code the JSON-LD snippet with the type "SiteNavigationElement" twice, the first beginning in the line 119, the second beginning in the line 163 - thats why Google recognizes it twice. This one:

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SiteNavigationElement",
"name": [
"Tech News",
"Gadgets",
"Smartphone",
"Tutorial Series",
"Java Tutorials",
"Digital Marketing Tutorials",
"Tech",
"Developers Guide",
"How To?"
],
"url": [
"http://www.deepdigged.com/category/tech-news/",
"http://www.deepdigged.com/category/gadgets/",
"http://www.deepdigged.com/category/gadgets/smartphone/",
"http://www.deepdigged.com/category/tutorial-series/",
"http://www.deepdigged.com/category/tutorial-series/java-tutorials/",
"http://www.deepdigged.com/category/tutorial-series/digital-marketing-tutorials/",
"http://www.deepdigged.com/category/tech/",
"http://www.deepdigged.com/category/tech/developers-guide/",
"http://www.deepdigged.com/category/how-to/"
]
}
</script>


I guess it should be caused by misbehavior of your plugin.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme