google-rich-snippets

Google Rich Snippets Not Working

杀马特。学长 韩版系。学妹 提交于 2020-01-20 04:20:47
问题 I'm working on a website for a friend (www.texasfriendlydds.com) and am trying to give them an edge with Rich Snippets that Google allegedly loves. It's a defensive driving school with 10 locations in the Austin area. I've placed the schema.org code within the address of each location, but while searching 'defensive driving austin' - I do not see any of the locations listed. I have 10 of the following code for each location(different address for each): <div itemscope itemtype="http://schema

Semantic markup for an apartment site

你。 提交于 2020-01-17 04:23:27
问题 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

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":

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

Homepage Rich Snippets

只谈情不闲聊 提交于 2020-01-07 06:14:20
问题 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

Categories for Product in schema.org?

∥☆過路亽.° 提交于 2020-01-03 09:25:41
问题 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 page: <span itemprop="category" content="Hardware > Tools > Anvils">Anvils</span> which I've mimic'd exactly: <span itemprop="category" content="kitchen sinks > stainless steel sinks > undermount">undermount</span> Yet when I test it with Google's structured data tool, I get the error: Error: Page

Proper way to use the 'publisher' property (“The attribute publisher.itemtype has an invalid value.”)

…衆ロ難τιáo~ 提交于 2019-12-31 02:42:15
问题 When I attempt to validate my structured data using Google's Structured Data Testing tool, I get an error: The attribute publisher.itemtype has an invalid value. I am getting that on this line: <meta itemprop="publisher" content="My Real Name Here" /> How do I provide a valid value for this property? 回答1: The expected value of the publisher property is another item (Organization or Person). While Schema.org always allows to provide a string value (like you do), Google might require a certain

Microdata for Product with Offer with Organization

会有一股神秘感。 提交于 2019-12-25 01:44:10
问题 I'm trying to create Google Rich Snippets for my Product page. I've created a Product using <div itemscope="" itemtype="http://schema.org/Product"> ... </div> Inside this product, I have an Offer, created with <div itemscope="" itemtype="http://schema.org/Product"> <div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer"> ... </div> </div> I want to add the seller property (an Organization) to the Offer, however, my HTML structure have the seller under the Product and not under