: 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
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?
More posts by @Lengel546
1 Comments
Sorted by latest first Latest Oldest Best
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.