google-rich-snippets

How does Google treat webpages with multiple JSON-LD Schema.org blocks?

前提是你 提交于 2019-12-04 04:47:47
问题 How do search engines like Google treat webpages with multiple JSON-LD (Schema.org) blocks? For example, what would happen if a page has both non-conflicting script blocks below? <script type="application/ld+json"> { "@context":"http://schema.org", "@type":"WebPage", "@id": "#123", "author": { "@type": "Person", "name": "Foo Bar" } } </script> <script type="application/ld+json"> { "@context":"http://schema.org", "@type":"WebPage", "@id": "#123", "text": "blah blah blah", "url":"pageurl" } <

Schema.org setup for multiple events on one page

浪子不回头ぞ 提交于 2019-12-04 04:16:27
问题 Is there a proper way to show multiple events on one page in Schema.org? Ideally, we don't want a page for each event. Here is a sample structure of what we want: <div itemscope itemtype="http://schema.org/Event"> <div itemprop="name"><h2>Chili Cookoff</h2></div> <div itemprop="location" itemscope itemtype="http://schema.org/PostalAddress"> <h3><span itemprop="addressLocality">Manhatten</span>, <span itemprop="addressRegion">New York</span> - <span itemprop="addressCountry">US</span></h3> <

Error in Google SDTT: “All values provided for url must point to the same page.”

拥有回忆 提交于 2019-12-04 02:58:28
I am trying to create some JSON-LD structured data for a list of products on an ecom-site but I am getting an error when using Google's Structured Data Testing Tool. So far, I have this: { "@context": "http://schema.org", "@type": "OfferCatalog", "name": "Fresh Fruit", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Offer", "price": "1.20", "priceCurrency": "GBP", "availability": "http://schema.org/InStock", "url": "http://example.com/green-apples/", "itemOffered": { "@type": "Product", "name": "Green Apples", "url": "http://example.com/green-apples/" } } } ] }

Sitelinks Search Box JSON-LD giving error on Google Structured Data Testing Tool

ε祈祈猫儿з 提交于 2019-12-04 01:59:03
I implemented Google’s Sitelinks Search Box to my site. It was working very well. But today I cheked again on Google Structured Data Testing Tool and something was wrong. Now I’m getting below error: And my implementation is: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://www.saatler.com/", "potentialAction": { "@type": "SearchAction", "target": "https://www.saatler.com/arama?ara={search_term_string}", "query-input":"required name=search_term_string" } } </script> When I check the JSON on the JSON-LD playground everything is looking

Rich Snippets: rel=“nofollow” and RDFa

天涯浪子 提交于 2019-12-03 21:59:19
问题 I'm using Rich Snippets to markup my content according to the collections on schema.org. I am using RDFa Lite to do so and am now having a problem with the rel attribute. Some of my links do have the rel="nofollow" attribute/value. As RDFa Lite is a subset of RDFa, the rel attribute gets recognised as additional markup. Please see this upload to Google's Structured Data Testing Tool for the extracted data for the following markup: <div vocab="http://schema.org/" typeof="SportsTeam"> <span

Rich snippet is not showing for http://purl.org/goodrelations/

社会主义新天地 提交于 2019-12-02 19:49:20
问题 My site is https://www.liteshop.com.au/content/olight-h15s-wave-rechargeable-led-headlamp We implemented rich snippets on my site seven weeks ago but still Google does not show on search. Testing tool shows "All good". Here is the rich snippets markup: <div prefix="gr: http://purl.org/goodrelations/v1# v: http://rdf.data-vocabulary.org/#" resource="#gr-ProductOrService" typeof="gr:ProductOrService"> <span property="gr:name" content="Olight H15S Wave 250 lumen rechargeable LED headlamp"></span

Rich snippet is not showing for http://purl.org/goodrelations/

半城伤御伤魂 提交于 2019-12-02 13:19:42
My site is https://www.liteshop.com.au/content/olight-h15s-wave-rechargeable-led-headlamp We implemented rich snippets on my site seven weeks ago but still Google does not show on search. Testing tool shows "All good". Here is the rich snippets markup: <div prefix="gr: http://purl.org/goodrelations/v1# v: http://rdf.data-vocabulary.org/#" resource="#gr-ProductOrService" typeof="gr:ProductOrService"> <span property="gr:name" content="Olight H15S Wave 250 lumen rechargeable LED headlamp"></span> <span property="gr:brand" content="Olight"></span> <span property="gr:image" content="https://www

Should Schema.org dateModified have some default value if not available?

*爱你&永不变心* 提交于 2019-12-02 13:15:27
问题 For Schema.org Article I get an error in https://developers.google.com/structured-data/testing-tool/ for dateModified : The dateModified field is recommended. Please provide a value if available. Do I have to write something that I don't have modified date? Because a lot of posts weren't updated. I am unsure if Google is telling me only that it is recommended since there is bright red sign telling me I have an error and this doesn't look promising for my boss who will be checking after me :)

Why aren't my rating/review Google rich snippets working?

主宰稳场 提交于 2019-12-02 13:06:55
I'm using Google rich snippets ( https://developers.google.com/structured-data/rich-snippets/reviews ) to tag ratings and reviews on this website: http://www.fwpest.com/ Google's Structured Data Testing Tool says "All good" here: https://developers.google.com/structured-data/testing-tool/?url=http://fwpest.com But I don't see the stars below the website url on a Google SRP here: https://www.google.com/search?q=f%26w%20pest%20control By contrast, I do see the star rating and review metadata displayed for the ContactUs and BBB pages. Why stars for ContactUs and BBB pages but no stars for fwpest

Should Schema.org dateModified have some default value if not available?

时光怂恿深爱的人放手 提交于 2019-12-02 06:56:32
For Schema.org Article I get an error in https://developers.google.com/structured-data/testing-tool/ for dateModified : The dateModified field is recommended. Please provide a value if available. Do I have to write something that I don't have modified date? Because a lot of posts weren't updated. I am unsure if Google is telling me only that it is recommended since there is bright red sign telling me I have an error and this doesn't look promising for my boss who will be checking after me :) unor The SDTT is not a general Schema.org validator. It primarily checks the Schema.org-based