microdata Questions

2

I am trying to create a product catalog on Facebook using their pixel The docs are here: https://www.facebook.com/business/help/887775018036966 Facebook detects the product information using the ...

2

Solved

The keywords property from Schema.org, as it being in plural form suggests, seems to imply its value should be a line of comma-separated text. Like the following example: <p itemprop="keywords"...
Vitrify asked 26/4, 2013 at 5:23

2

I have searched and searched, and I cannot find an example of JSON-LD Schema microdata that will cause my Facebook Catalog to recognize all variants of a product that has multiple variants (a t-shi...

4

Solved

I have a quick question about RDFa and Microdata. My current understanding is that RDFa is RDF implemented into HTML but is complicated for new developers like myself, Microdata seems really easy ...
Nadenenader asked 22/1, 2012 at 0:11

5

Solved

All e-commerce websites with Product Schema.org Microdata that I found use plain text in description property. Is there some specification that clearly prohibits markup with some text formatting ...
Ratoon asked 31/1, 2016 at 15:3

5

Solved

I haven't found a clear and updated answer, even after googling for a few hours, so here it goes: I am aware of the advantages and disadvantages of both Microdata and JSON-LD. I also know that Mi...
Percept asked 29/6, 2016 at 6:12

5

I have added schema.org tags in JSON LD format using <script>, when I test my page using Google structured data testing tool, I can see all my tags. But, when I installed Facebook pixel help...
Kalif asked 27/7, 2018 at 12:55

2

Under a Person schema, I want to associate each job title with its respective organization. This is in a resume-like setting, so there are many jobs and many organizations. Here's an actual examp...
Fanatical asked 24/8, 2016 at 16:7

2

Solved

I have a product page with "microdata" and "json+ld" codes. Both of the codes refers to the same @id URI object (http://www.example.org/product#this) so I would expect to "mix/merge" both propertie...
Lew asked 17/11, 2015 at 11:45

2

I've this kind of structure: + EVENT -> itemtype="http://schema.org/Event + Name + Date + ... + LOCATION -> itemtype="http://schema.org/Place * Name + Url + ... I won't show all t...
Donelson asked 2/2, 2017 at 15:56

7

Solved

On researching how to do microdata for webpage breadcrumbs, I've found a couple of methods and I'm not sure which is correct. Firstly, my basic breadcrumbs in the HTML look like this: <div> ...
Chromate asked 6/8, 2015 at 16:38

2

Solved

For better SEO I need put some meta on my page like this: <!-- Schema.org markup for Google+ --> <meta itemprop="name" content="The Name or Title Here"> <meta itemprop="descriptio...
Convenience asked 18/3, 2015 at 13:31

4

Solved

Let's say I have the mark-up like this: <ul id="comments"> <li class="comment"> <div class="author">on Friday 3th, Jenny said:</div> <div class="content"><p&g...
Mychal asked 13/1, 2012 at 23:55

6

Solved

I have a problem: Google’s Structured Data Testing Tool gives me an error: Tag position doesn't exist. It's required. I add it to the markup. Than I get this error: Position property is not val...
Dropsical asked 14/9, 2015 at 9:3

3

Solved

Is it correct to statically set up Microdata’s itemtype attribute with HTTP value (http://schema.org/WebPage) on HTTPS pages or do I need to use HTTPS value (https://schema.org/WebPage) on all page...
Martian asked 24/11, 2014 at 10:50

4

So I was looking at Schema.org. Do I need to change my <html> tag to this <html itemscope itemtype="http://schema.org/Article"> or can I just use only the meta tags within my <hea...
Autoclave asked 6/10, 2017 at 16:31

3

Solved

Right now I'm using itemprop COMBINED with Facebook Open Graph <meta> tags like the following: <html class="no-js" itemscope="itemscope" itemtype="http://schema.org/WebPage"> // ... ...
Dillman asked 27/5, 2014 at 21:14

0

StackOverflow has some good comparisons of Microdata, RDFa, and JSON-LD, especially in answers by "unor" in 2014, 2015, 2015, and 2016. Google specifically states "Google recommends using JSON-LD ...
Areola asked 17/9, 2018 at 21:2

3

Solved

I work on a website that recently had Schema.org markup added to it, but I think it is being used wrong. Schema.org gives the example of <span itemprop="name">Generic Name Here</span...
Warplane asked 18/9, 2013 at 13:6

4

Using as a reference: https://support.google.com/webmasters/answer/146750?hl=en You will notice under 'Product' that there is a category Property, and furthermore there's an example on down the pa...
Rwanda asked 26/9, 2013 at 15:2

3

Solved

I have a page where some events are dynamically loaded by reading some JSON with JavaScript. I build a div for every event with the Event Schema.org markup. Google's testing tool doesn't read this...
Postiche asked 15/3, 2015 at 18:0

1

Solved

The microdata markup below works perfectly, Google's structured data testing tool shows one CollectionPage and WebSite/WebPage as children. <body itemscope itemtype="https://schema.org/Collec...
Sheep asked 3/6, 2018 at 15:7

3

Solved

I have the following problem. I have add the microdata schema to my page but I want hidden. Anyone have an idea? The code that I've use is the following: <div itemscope itemtype="http://schem...
Cyndy asked 2/5, 2013 at 11:15

3

Solved

I would like to know what are the main differences between Microformat's hRecipe and Schema.org's Recipe and how search engines treat each one. Besides the differences in code and the fact that t...
Lakh asked 29/11, 2011 at 12:18

3

Solved

The website of an organization, say "Sun Industries", would like to add a list of employees. The address and contact information of the organization is already present at the webpage, but the list ...
Frederiksberg asked 19/6, 2013 at 8:9

© 2022 - 2024 — McMap. All rights reserved.