Schema.org Question - A or B??

I will make it quick.

I am working on a page that lists all carpenterr's profiles in one area...

Would you rather use the ProfilePage type or the CollectionPage type for the subpages of every company?

and why?

thx for your perspectives

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/RoboYung
πŸ“…︎ Jun 29 2021
🚨︎ report
I keep getting this error on my search console "data-vocabulary.org schema deprecated" How can I fix this? It's a WordPress website.
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/blackbox1122
πŸ“…︎ Mar 25 2021
🚨︎ report
JSON-LD Schema.org Microdata: Can I include two @Types? For an Organization that addresses a MedicalCondition?

My Organization is about a MedicalCondition. Do I include two (at)types:

<script type="application/ld+json">

{

"@context": "https://schema.org",

"@type": "MedicalCondition",

"name": "stuttering",

},

{

"@context": "https://schema.org",

"@type": "Organization",

"name": "National Stuttering Clinic",

}

</script>

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/vTuVyTsu
πŸ“…︎ Mar 18 2021
🚨︎ report
How to use Schema.org Markup for Your E-Commerce Sites snipcart.com/blog/schema-…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Snipididou
πŸ“…︎ May 27 2021
🚨︎ report
Schema.org launches its schema markup validator tool searchengineland.com/sche…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/sistrixBOT
πŸ“…︎ May 11 2021
🚨︎ report
Need Help: I found data-vocabulary.org schema deprecated in Webmaster

Hello All,

While checking one of my client's site. I found a warning: data-vocabulary.org schema deprecated in webmaster with same URL appearing two times. Why its showing same two times with 2 warnings.

Any Suggestion.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/rinkidhiman
πŸ“…︎ Dec 09 2020
🚨︎ report
My schema.org code is in 'http' and not https'. Big deal or no?

Example: "@context":"http://schema.org"

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/robjordan88
πŸ“…︎ Sep 03 2020
🚨︎ report
ELI5: what's the downside (if any, as of 2020) of using schema.org? Technical or otherwise?

I can't believe I'm just now hearing about https://schema.org/docs/gs.html. What's the downside of using it?

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/PullThisFinger
πŸ“…︎ Jul 14 2020
🚨︎ report
Semantic web standards: W3C versus schema.org

Hello, I am kind of new to the idea of semantic web, but while researching i found that there are basically two standards for Semantic web.

https://www.w3.org/standards/semanticweb/

and

https://schema.org/

Which do you think is the right one, maybe both should be used and maybe you know better standard vocabularies? Thanks.

Also does anyone even use them? And should they if no one does?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/alavytenis
πŸ“…︎ Oct 01 2020
🚨︎ report
Enable Improved Caching of Org Schema critical update causing issue

Hi there,

I have an app in my Org that pull the list of object for validation when executing an apex class, ever since we activate that critical update the apex code is no longer working.

i get the following:

Error: Access to entity denied, and the object change depend on the apex, sometimes i get it for RevenuForecast sometimes DatacloudContact.

any suggestion on how to solve it since those are salesforce object and i dont know of a way to grant access to them.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/Kabaneru
πŸ“…︎ Jun 08 2020
🚨︎ report
Schema.org 7.04 is out

Several Coronavirus-oriented improvements including a governmentBenefitsInfo property on SpecialAnnouncement, and a basic enumeration of benefit types which we expect to improve over time e.g. with per-country lists.

https://schema.org/docs/releases.html#v7.04

πŸ‘︎ 33
πŸ’¬︎
πŸ‘€︎ u/alenathomasfc
πŸ“…︎ Apr 17 2020
🚨︎ report
Schema.org Markup Questions

I'm trying to fully understand how to properly incorporate schema.org data inside of a brochure style website for a brick and mortar business. Can someone tell me if I'm understanding this correctly? Here's an example sitemap and my understanding of which schema types to use on that page:

Home
-LocalBusiness
About
-LocalBusiness
-AboutPage
Services
-LocalBusiness
-Itemlist>OfferCatalog
Contact
-LocalBusiness
-ContactPage
FAQ
-LocalBusiness
-FAQPage

Do I need to include the LocalBusiness type on every page? Are there other types i need to be including?

πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/Frizzle154
πŸ“…︎ Nov 08 2019
🚨︎ report
Schema.org and aggregateRating script. How does Google verify the ratings?

Hello reddit,

I have an external review platform which reviews my store/brandname in general (so not specific product reviews on product pages). I'm not sure if I'm doing this correctly. The goal is to show the rating as Rich Snippets on SERPs for organic content.

I just implemented this code (which other webshops have as well, so I assume it's correct). I also link to the external review platform from my domain a few times (its in the header).

&lt;script type="application/ld+json" id="shopReview"&gt;
     {
       "@context": "http://schema.org",
       "@type": "Organization",
       "name": "domain.com",
       "url": "https://www.domain.com",
         
       "aggregateRating": {
         "@type": "AggregateRating",
         "ratingValue": "9",
         "bestRating": "10",
         "worstRating": "1",
         "reviewCount": "750"
       }
     }
&lt;/script&gt;
  1. I manually state the review score (ratingValue), but how does Google verify this score? This isn't a dynamic script or anything, it's hard coded. Does Google know the URL of our brand on the external review platform? Or am I missing something?

Thank you kindly for your time.

πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/farmrbot
πŸ“…︎ Jul 31 2019
🚨︎ report
What Schema.org property should I use for knowledge base?

I am making an knowledge base for a plugin. knowledge base is divided into different articles, every article opens on a different page.

I am confused about what schema property should I use for each knowledge base / Documentation page.

What is right schema for me, I will be waiting for your suggestions. :)

πŸ‘︎ 16
πŸ’¬︎
πŸ‘€︎ u/Nmzh
πŸ“…︎ Dec 25 2019
🚨︎ report
Using schema.org's MedicalEntity and MedicalCondition

I'm trying to wrap my head around two of the new structured data types we'e added to our website: MedicalEntity and MedicalCondition. The first one is a real mystery. I can't find any other site using it. The second one is being used by some people, but really sloppily.

Anyone have any experience or knowledge about these?

Specifically, I'm wondering if, when using both of them, the name property in MedicalCondition isn't necessary because the name property in MedicalEntity is defined (lupus).

And more generally: where can I turn to find out best practices for these schema types? It's really difficult to know where to find best practices, so I feel like I'm firing in the dark with every value I put in.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/areseven
πŸ“…︎ Apr 23 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.