schema.org

Semantic markup for an apartment site

纵然是瞬间 提交于 2020-01-17 04:23:04
问题 We are about to launch a website where users can search for rental apartments. To please the Google search engine I want to mark all of my apartment related HTML elements with some semantic markup. I have been looking at Schema.org and FOAF to find some good vocabs to use. But I can't seem to find vocabs that support apartment informations. Example: 2 bedroom 300 square feet Parkingspot And so on. Right now I use typeof="ApartmentComplex" - but I want to markup the above. Can anyone give me a

Can we make structured page data for any type of entities?

别来无恙 提交于 2020-01-16 09:11:10
问题 I have an encyclopedia website for plants care (flowers, trees, vegetables etc.). Each plant has a table of environment requirements like: how much light need per day what kind of soil needed how much water and moisture needed temperature range that can grow Can I make an structured page to show this table on Google Search? Something like this: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Plant", "plantCare": {"@type": "PlantCare","sun": "medium","soil":

Can we make structured page data for any type of entities?

不想你离开。 提交于 2020-01-16 09:11:05
问题 I have an encyclopedia website for plants care (flowers, trees, vegetables etc.). Each plant has a table of environment requirements like: how much light need per day what kind of soil needed how much water and moisture needed temperature range that can grow Can I make an structured page to show this table on Google Search? Something like this: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Plant", "plantCare": {"@type": "PlantCare","sun": "medium","soil":

Microdata and multiple opening in a day

て烟熏妆下的殇ゞ 提交于 2020-01-15 02:36:28
问题 Suppose that a place does not offer the all-day-opening. Hence, we have two opening in one day. How one should define the Microdata with schema.org/OpeningHoursSpecification? I suppose that one should create two separated instances of schema.org/OpeningHoursSpecification as follows: Opening hours: <div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">Mo, <link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Monday" /> <meta

Microdata and multiple opening in a day

这一生的挚爱 提交于 2020-01-15 02:36:07
问题 Suppose that a place does not offer the all-day-opening. Hence, we have two opening in one day. How one should define the Microdata with schema.org/OpeningHoursSpecification? I suppose that one should create two separated instances of schema.org/OpeningHoursSpecification as follows: Opening hours: <div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">Mo, <link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Monday" /> <meta

It is possible to review a Person with structured data?

半城伤御伤魂 提交于 2020-01-14 19:23:06
问题 I have review data centered around people. I would like to represent these reviews with structured data. Something like this: (from here) This is what I tried: (It's a variation of the Google's Book example here) <div itemscope itemtype="http://schema.org/Person"> <h2> <span itemprop="honorificPrefix">Dr</span> <span itemprop="name">Joe Smith</span> </h2> <h3 itemprop="jobTitle">Doctor</h3> <div itemprop="description">Extra super Doctor</div> <div itemprop="aggregateRating" itemscope itemtype

itemtype with http or better https?

蹲街弑〆低调 提交于 2020-01-11 12:13:12
问题 I use like: itemtype="http://schema.org/ImageObject" but the request http://schema.org/ImageObject will be forwarded to https://schema.org/ImageObject . If I change to itemtype="https://schema.org/ImageObject" , the Google SDTT shows no problem, but nearly all examples about structured data from Google are with http. What is best or recommended to use http://schema.org or https://schema.org for itemtype ? 回答1: From Schema.org’s FAQs: Q: Should we write https://schema.org or http://schema.org

Best way to markup “mainContentOfPage”?

时光总嘲笑我的痴心妄想 提交于 2020-01-11 08:44:29
问题 for other areas of a web page it is simple to mark up; i.e. navigation element, header, footer, sidebar Not so with mainContentOfPage ; I've seen a number of different ways to implement this, most recently (and I found this one to be the most strange) on schema.org itself: <div itemscope itemtype="http://schema.org/Table"> <meta itemprop="mainContentOfPage" content="true"/> <h2 itemprop="about">list of presidents</h2> <table> <tr><th>President</th><th>Party</th><tr> <tr> <td>George Washington

Correct way to use multiple itemtypes in Microdata

此生再无相见时 提交于 2020-01-09 11:22:37
问题 See http://microdatagenerator.org/ for example. What is the standardized way of, for example, declaring that my page is about a LocalBusiness which is also an AutomotiveBusiness ? And where is the standards document that specifies this definitively? 回答1: The W3C Microdata specification (currently a Working Draft) says about the itemtype attribute: The itemtype attribute, if specified, must have a value that is an unordered set of unique space-separated tokens that are case-sensitive, each of

Homepage Rich Snippets

此生再无相见时 提交于 2020-01-07 06:14:41
问题 I am trying to display Rich Snippets for my store which is working fine for products and categories but it does not display rating/reviews for my website/homepage. Below is my code <span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> <meta itemprop="ratingValue" content="4" /> <meta itemprop="bestRating" content="5" /> </span> Is it something I am doing wrong or Google does not allow this for homepage? 回答1: No, review rich snippets should only be used in cases where