python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it ok for Google to ad few Breadcrumb Schema to header?
I mean few scripts. I have this structure to add:
website/secondary_a_1
website/secondary_a_2
website/primary_a_1
website/primary_a_2
So my schema right now is like this this:
{
"@context": ...
Av Mek
Votes: 0
Answers: 0
How to implement schema.org markup for a breadcrumb with image?
The correct inline implementation of breadcrumb should be something like this
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" i...
al404IT
Votes: 0
Answers: 1
Generating a Json schema with Google Shopping custom label
I am trying to add a custom label 0 shopping attribute to my Json schema but I don't get the this new attribute on my products.
I tried:
<script type="application/ld+json">
{
...
London Smith
Votes: 0
Answers: 0
Google test gives me "Missing '}' or object member name" error and i cant find why
I cant find why this structure doesnt work properly. I tried thousands of different possibilities and always gives the same error: Missing '}' or object member name. error
It could be because of the u...
Álvaro García
Votes: 0
Answers: 0