Reviews & Opinions on the New Fender Player Series
Review snippet
A review snippet is a curt extract of a review or a rating from a review website, normally an average of the combined rating scores from many reviewers. When Google finds valid reviews or ratings markup, nosotros may testify a rich snippet that includes stars and other summary info from reviews or ratings. In improver to the text of the review, a rating is an evaluation described on a numeric scale (such as ane to five). Review snippets may appear in rich results or Google Knowledge Panels. You can supply ratings for the following content types (and subtypes):
- Book
- Grade
- Event
- How-to
- Local concern
- Pic
- Product
- Recipe
- Software App
Google also supports reviews for the following schema.org types (and their subtypes):
-
CreativeWorkSeason -
CreativeWorkSeries -
Episode -
Game -
MediaObject -
MusicPlaylist -
MusicRecording -
Organization
How to add structured information
Structured data is a standardized format for providing data about a page and classifying the page content. If y'all're new to structured data, you can learn more about how structured data works.
Here's an overview of how to build, test, and release structured data. For a stride-by-step guide on how to add structured data to a web page, cheque out the structured data codelab.
- Add the required properties. Based on the format you're using, learn where to insert structured data on the page.
- Follow the guidelines.
- Validate your code using the Rich Results Test.
- Deploy a few pages that include your structured data and employ the URL Inspection tool to test how Google sees the page. Be sure that your page is accessible to Google and not blocked by a robots.txt file, the
noindextag, or login requirements. If the folio looks okay, you can enquire Google to recrawl your URLs. - To continue Google informed of future changes, we recommend that you submit a sitemap. You can automate this with the Search Panel Sitemap API.
Examples
There are several ways yous can add Review structured data to a page:
- Add together a simple review.
- Nest a review into another schema.org type using its review holding.
- Add aggregate ratings. You lot can omit the rating for an private review if your marked-upwardly content contains both an author and a review appointment. For aggregate reviews, y'all must supply the average rating for the rich snippet to display.
- Nest aggregate ratings into another schema.org type using its aggregateRating holding.
Simple review
Here'southward an example of a uncomplicated review.
JSON-LD
<html> <head> <title>Legal Seafood</title> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Review", "itemReviewed": { "@type": "Eating house", "image": "http://www.example.com/seafood-restaurant.jpg", "name": "Legal Seafood", "servesCuisine": "Seafood", "priceRange": "$$$", "telephone": "1234567", "address" :{ "@blazon": "PostalAddress", "streetAddress": "123 William St", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10038", "addressCountry": "US" } }, "reviewRating": { "@type": "Rating", "ratingValue": "4" }, "name": "A proficient seafood identify.", "author": { "@type": "Person", "name": "Bob Smith" }, "reviewBody": "The seafood is bully.", "publisher": { "@type": "Organization", "proper noun": "Washington Times" } } </script> </head> <torso> </body> </html> RDFa
<html> <head> <championship>Legal Seafood</title> </head> <body> <div vocab="https://schema.org/" typeof="Review"> <div belongings="itemReviewed" typeof="Restaurant"> <img property="image" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/> <span property="proper noun">Legal Seafood</span> <span property="servesCuisine">Seafood</span> <span property="priceRange">$$$</span> <bridge holding="telephone">1234567</bridge> <bridge belongings="address">123 William St, New York</span> </div> <span property="reviewRating" typeof="Rating"> <span property="ratingValue">4</span> </span> stars - <b>"<span property="name">A good seafood place.</span>" </b> <span property="author" typeof="Person"> <span property="name">Bob Smith</bridge> </span> <span holding="reviewBody">The seafood is groovy.</span> <div property="publisher" typeof="Organization"> <meta property="proper name" content="Washington Times"> </div> </div> </body> </html>
Microdata
<html> <head> <title>Legal Seafood</title> </head> <torso> <div itemscope itemtype="https://schema.org/Review"> <div itemprop="itemReviewed" itemscope itemtype="https://schema.org/Eating place"> <img itemprop="image" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/> <span itemprop="name">Legal Seafood</span> <span itemprop="servesCuisine">Seafood</bridge> <span itemprop="priceRange">$$$</span> <span itemprop="telephone">1234567</span> <span itemprop="address">123 William St, New York</span> </div> <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating"> <bridge itemprop="ratingValue">4</span> </span> stars - <b>"<span itemprop="name">A skillful seafood place.</span>" </b> <span itemprop="author" itemscope itemtype="https://schema.org/Person"> <span itemprop="name">Bob Smith</bridge> </bridge> <bridge itemprop="reviewBody">The seafood is slap-up.</bridge> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <meta itemprop="name" content="Washington Times"> </div> </div> </torso> </html>
Nested review
Here's an case of a review that's nested in a Product. Y'all can copy and paste the example to your own HTML page.
JSON-LD
<html> <head> <title>The Catcher in the Rye</title> <script type="awarding/ld+json"> { "@context": "https://schema.org/", "@blazon": "Product", "brand": { "@type": "Brand", "proper name": "Penguin Books" }, "description": "The Catcher in the Rye is a classic coming-of-age story: an story of teenage alienation, capturing the human being need for connectedness and the bewildering sense of loss every bit nosotros leave childhood backside.", "sku": "9780241984758", "mpn": "925872", "image": "http://www.example.com/catcher-in-the-rye-book-comprehend.jpg", "proper name": "The Catcher in the Rye", "review": [{ "@type": "Review", "reviewRating": { "@type": "Rating", "ratingValue": "5" }, "writer": { "@type": "Person", "name": "John Doe" }, "reviewBody": "I really enjoyed this volume. It captures the essential challenge people face up as they try make sense of their lives and grow to adulthood." }, { "@blazon": "Review", "reviewRating": { "@blazon": "Rating", "ratingValue": "1" }, "author": { "@type": "Person", "name": "Jane Doe" }, "reviewBody": "I actually didn't intendance for this book." }], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "88", "bestRating": "100", "ratingCount": "20" }, "offers": { "@blazon": "Offer", "url": "https://case.com/offers/catcher-in-the-rye", "priceCurrency": "USD", "toll": "5.99", "priceValidUntil": "2020-11-05", "itemCondition": "https://schema.org/UsedCondition", "availability": "https://schema.org/InStock", "seller": { "@blazon": "Organization", "name": "eBay" } } } </script> </head> <body> </body> </html> RDFa
<html> <caput> <title>The Catcher in the Rye</title> </caput> <body> <div vocab="https://schema.org/" typeof="Product"> <div rel="schema:brand"> <div typeof="schema:Brand"> <div property="schema:name" content="Penguin"></div> </div> </div> <div property="schema:description" content="The Catcher in the Rye is a classic coming-of-age story: an story of teenage alienation, capturing the human need for connection and the bewildering sense of loss as we get out babyhood behind."></div> <div property="schema:sku" content="9780241984758"></div> <div property="schema:mpn" content="925872"></div> <img property="epitome" src="https://instance.com/photos/1x1/catcher-in-the-rye-book-cover.jpg" alt="Catcher in the Rye"/> <span property="proper noun">The Catcher in the Rye</span> <div holding="review" typeof="Review"> Review: <span property="reviewRating" typeof="Rating"> <span property="ratingValue">5</span> - </span> <b>"<span property="proper name">A masterpiece of literature</span>" </b> by <span property="writer" typeof="Person"> <bridge property="name">John Doe</span></span>, written on <meta holding="datePublished" content="2006-05-04">May 4, 2006 <div belongings="reviewBody">I really enjoyed this volume. It captures the essential claiming people face equally they endeavour make sense of their lives and abound to adulthood.</div> <span property="publisher" typeof="Organization"> <meta property="name" content="Washington Times"> </bridge> <span holding="reviewRating" typeof="Rating"> <span property="ratingValue">1</span> - </span> <b>"<span property="proper name">The worst thing I've ever read</bridge>" </b> by <span property="author" typeof="Person"> <span property="proper name">Jane Doe</span></span>, written on <meta property="datePublished" content="2006-05-04">May x, 2006 <div belongings="reviewBody">I really did not like this book.</div> <span belongings="publisher" typeof="System"> <meta belongings="name" content="Washington Times"> </bridge> </div> <div rel="schema:aggregateRating"> <div typeof="schema:AggregateRating"> <div property="schema:reviewCount" content="89"></div> <div property="schema:ratingValue" content="4.4"></div> </div> </div> <div rel="schema:offers"> <div typeof="schema:Offer"> <div holding="schema:price" content="iv.99"></div> <div belongings="schema:availability" content="https://schema.org/InStock"></div> <div holding="schema:priceCurrency" content="USD"></div> <div belongings="schema:priceValidUntil" datatype="xsd:date" content="2020-11-21"></div> <div rel="schema:url" resources="https://instance.com/catcher"></div> <div belongings="schema:itemCondition" content="https://schema.org/UsedCondition"></div> </div> </div> </div> </body> </html>
Microdata
<html> <caput> <title>The Catcher in the Rye</championship> </head> <body> <div itemscope itemtype="https://schema.org/Product"> <div itemprop="brand" itemtype="https://schema.org/Brand" itemscope> <meta itemprop="name" content="Penguin" /> </div> <meta itemprop="description" content="The Catcher in the Rye is a classic coming-of-historic period story: an story of teenage alienation, capturing the human being demand for connectedness and the bewildering sense of loss as nosotros get out childhood behind." /> <meta itemprop="sku" content="0446310786" /> <meta itemprop="mpn" content="925872" /> <img itemprop="image" src="https://example.com/photos/1x1/catcher-in-the-rye-book-cover.jpg" alt="Catcher in the Rye"/> <span itemprop="proper noun">The Catcher in the Rye</bridge> <div itemprop="review" itemscope itemtype="https://schema.org/Review"> Reviews: <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating"> <span itemprop="ratingValue">5</span> - </span> <b>"<span itemprop="name">A masterpiece of literature</span>" </b> by <span itemprop="writer" itemscope itemtype="https://schema.org/Person"> <span itemprop="name">John Doe</span></span>, written on <meta itemprop="datePublished" content="2006-05-04">May iv, 2006 <div itemprop="reviewBody">I really enjoyed this book. It captures the essential claiming people face as they attempt make sense of their lives and grow to adulthood.</div> <bridge itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <meta itemprop="proper name" content="Washington Times"> </span> <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating"> <span itemprop="ratingValue">one</span> - </bridge> <b>"<span itemprop="name">The worst affair I've ever read</span>" </b> past <span itemprop="author" itemscope itemtype="https://schema.org/Person"> <span itemprop="name">Jane Doe</span></span>, written on <meta itemprop="datePublished" content="2006-05-04">May 10, 2006 <div itemprop="reviewBody">I really did not similar this book.</div> <bridge itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <meta itemprop="proper name" content="Washington Times"> </span> </div> <div itemprop="aggregateRating" itemtype="https://schema.org/AggregateRating" itemscope> <meta itemprop="reviewCount" content="89" /> <meta itemprop="ratingValue" content="4.4" /> </div> <div itemprop="offers" itemtype="https://schema.org/Offer" itemscope> <link itemprop="url" href="https://example.com/catcher" /> <meta itemprop="availability" content="https://schema.org/InStock" /> <meta itemprop="priceCurrency" content="USD" /> <meta itemprop="itemCondition" content="https://schema.org/UsedCondition" /> <meta itemprop="price" content="iv.99" /> <meta itemprop="priceValidUntil" content="2020-xi-21" /> </div> </div> </trunk> </html>
Aggregate rating
Hither's an example of an amass rating.
JSON-LD
<html> <head> <championship>Legal Seafood</title> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "AggregateRating", "itemReviewed": { "@type": "Eating house", "image": "http://world wide web.example.com/seafood-restaurant.jpg", "name": "Legal Seafood", "servesCuisine": "Seafood", "telephone": "1234567", "address" : { "@blazon": "PostalAddress", "streetAddress": "123 William St", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10038", "addressCountry": "Us" } }, "ratingValue": "88", "bestRating": "100", "ratingCount": "20" } </script> </caput> <torso> </body> </html> RDFa
<html> <head> <title>Legal Seafood</title> </caput> <body> <div vocab="https://schema.org/" typeof="AggregateRating"> <div property="itemReviewed" typeof="Restaurant"> <img holding="paradigm" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/> <span property="name">Legal Seafood</span> <span property="servesCuisine">Seafood</span> <span property="telephone">1234567</span> <bridge belongings="address">123 William St, New York</bridge> </div> <bridge property="ratingValue">4.ii</span> out of <bridge property="bestRating">5</span> stars - <bridge belongings="ratingCount">123</span> votes </div> </torso> </html>
Microdata
<html> <caput> <championship>Legal Seafood</title> </head> <torso> <div itemscope itemtype="https://schema.org/AggregateRating"> <div itemprop="itemReviewed" itemscope itemtype="https://schema.org/Restaurant"> <img itemprop="image" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/> <bridge itemprop="proper noun">Legal Seafood</bridge> <bridge itemprop="servesCuisine">Seafood</bridge> <span itemprop="phone">1234567</bridge> <span itemprop="address">123 William St, New York</span> </div> <span itemprop="ratingValue">4.ii</span> out of <span itemprop="bestRating">5</span> stars - <span itemprop="ratingCount">123</span> votes </div> </body> </html>
Nested amass rating
Here's an case of an aggregate rating that's nested in a Product. You tin re-create and paste the example to your own HTML page.
JSON-LD
<html> <caput> <championship>Executive Anvil</title> <script blazon="application/ld+json"> { "@context": "https://schema.org/", "@type": "Production", "proper name": "Executive Anvil", "image": [ "https://instance.com/photos/1x1/photograph.jpg", "https://example.com/photos/4x3/photo.jpg", "https://instance.com/photos/16x9/photograph.jpg" ], "brand": { "@type": "Brand", "name": "Meridian" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.4", "ratingCount": "89" }, "offers": { "@type": "AggregateOffer", "lowPrice": "119.99", "highPrice": "199.99", "priceCurrency": "USD" } } </script> </caput> <body> </body> </html> RDFa
<html> <head> <title>Executive Anvil</title> </head> <torso> <div vocab="https://schema.org/" typeof="Product"> <bridge property="brand" typeof="Brand">Superlative</span> <span property="name">Executive Anvil</span> <img holding="epitome" src="https://example.com/photos/1x1/anvil_executive.jpg" alt="Executive Anvil logo" /> <bridge property="aggregateRating" typeof="AggregateRating"> Boilerplate rating: <span property="ratingValue">four.4</span>, based on <span property="ratingCount">89</span> reviews </span> <span property="offers" typeof="AggregateOffer"> from $<span property="lowPrice">119.99</span> to $<span holding="highPrice">199.99</span> <meta belongings="priceCurrency" content="USD" /> </span> </div> </trunk> </html>
Microdata
<html> <head> <championship>Executive Anvil</title> </caput> <body> <div itemscope itemtype="https://schema.org/Product"> <span itemprop="make" itemtype="https://schema.org/Brand" itemscope>ACME</span> <span itemprop="proper name">Executive Anvil</bridge> <img itemprop="image" src="https://example.com/photos/1x1/anvil_executive.jpg" /> <span itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> Average rating: <span itemprop="ratingValue">iv.four</span>, based on <span itemprop="ratingCount">89</span> reviews </span> <span itemprop="offers" itemscope itemtype="https://schema.org/AggregateOffer"> from $<span itemprop="lowPrice">119.99</span> to $<bridge itemprop="highPrice">199.99</bridge> <meta itemprop="priceCurrency" content="USD" /> </span> </div> </body> </html>
Guidelines
Your content must follow these guidelines to be eligible to appear as a rich event.
- Technical guidelines
- Webmaster guidelines
- Full general structured data guidelines
Technical guidelines
- Brand certain to mark up an aggregate evaluation of an item past many people with schema.org/AggregateRating. Google may display aggregate ratings equally rich snippets or, for certain types of items, answers in search results.
- Refer clearly to a specific product or service past nesting the review within the markup of another schema.org blazon, such as schema.org/Book or schema.org/Recipe, or by using a schema.org blazon as a value for the
itemReviewedholding. - Make certain the reviews and ratings you lot mark upwardly are readily available to users from the marked-up page. It must be immediately obvious to users that the page has review content.
- Provide review information nearly a specific item, not about a category or a listing of items.
- If you lot include multiple individual reviews, besides include an aggregate rating of the individual reviews.
- Don't amass reviews from other websites.
- If the review snippet is for a local business or an arrangement, you must follow these additional guidelines:
- Pages using
LocalBusinessor whatsoever other type ofOrganizationstructured data are ineligible for star review characteristic if the entity being reviewed controls the reviews nearly itself. For example, a review about entity A is placed on the website of entity A, either directly in their structured data or through an embedded third-party widget. - Ratings must be sourced directly from users.
- Don't rely on man editors to create, curate, or compile ratings data for local businesses.
- Pages using
Structured information blazon definitions
You must include the required properties for your structured data to display in search results. Y'all can likewise include the recommended backdrop to add more information to your structured data, which could provide a better user experience.
Review
The total definition of Review is available at schema.org/Review.
| Required properties | |
|---|---|
author | The author of the review. The reviewer'due south name must be a valid name. For example, "l% off until Saturday" is non a valid name for a reviewer. This field must be shorter than 100 characters. If it's longer than 100 characters, your page won't exist eligible for an author-based review snippet. |
itemReviewed | One of the valid types The item that is being reviewed. However, if the review is nested into some other schema.org type using the The valid types for the reviewed item are:
|
itemReviewed.name | The name of the item that is being reviewed. If the review is nested into another schema.org type using the { "@context": "https://schema.org/", "@blazon": "Game", "name": "Firefly", "review": { "@type": "Review", "reviewRating": { "@type": "Rating", "ratingValue": "v" }, "author": { "@type": "Person", "proper name": "John Doe" }, "reviewBody": "I actually enjoyed this game. You go to capture fireflies and put them in jars." } } |
reviewRating | The rating given in this review. The rating tin exist a nested Rating or more specific subtype. The most typical subtype is AggregateRating. |
reviewRating.ratingValue | A numerical quality rating for the detail, either a number, fraction, or pct (for example, "iv", "60%", or "6 / ten"). Google understands the scale for fractions and percentages, since the scale is implied in the fraction itself or the pct. The default calibration for numbers is a 5-bespeak scale, where ane is the lowest value and v is the highest value. If some other calibration is intended, use |
| Recommended properties | |
|---|---|
datePublished | The date that the review was published, in ISO 8601 date format. |
reviewRating.bestRating | The highest value allowed in this rating system. If |
reviewRating.worstRating | The lowest value immune in this rating system. If |
AggregateRating
The full definition of AggregateRating is available at schema.org/AggregateRating.
| Required properties | |
|---|---|
itemReviewed | One of the valid types The detail that is being rated. Withal, if the aggregate rating is nested into another schema.org type using the The valid types for the reviewed item are:
|
itemReviewed.name | The name of the item that is existence reviewed. If the review is nested into another schema.org type using the { "@context": "https://schema.org/", "@type": "Game", "proper name": "Firefly", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "88", "bestRating": "100", "ratingCount": "20" } } |
ratingCount | The full number of ratings for the particular on your site. At to the lowest degree one of |
reviewCount | Specifies the number of people who provided a review with or without an accompanying rating. At to the lowest degree one of |
ratingValue | A numerical quality rating for the particular, either a number, fraction, or percentage (for example, "four", "60%", or "half dozen / 10"). Google understands the scale for fractions and percentages, since the scale is implied in the fraction itself or the percentage. The default scale for numbers is a 5-betoken calibration, where 1 is the everyman value and 5 is the highest value. If another calibration is intended, apply |
| Recommended properties | |
|---|---|
bestRating | The highest value allowed in this rating system. If |
worstRating | The everyman value allowed in this rating system. If |
Monitor rich results with Search Console
Search Console is a tool that helps you monitor how your pages perform in Google Search. You don't have to sign up for Search Console to be included in Google Search results, but it can help you understand and improve how Google sees your site. We recommend checking Search Panel in the following cases:
- After deploying structured data for the first time
- After releasing new templates or updating your code
- Analyzing traffic periodically
After deploying structured data for the offset time
Later on Google has indexed your pages, look for problems using the relevant Rich consequence status written report. Ideally, there volition be an increase of valid pages, and no increase in errors or warnings. If yous find bug in your structured data:
- Prepare the errors.
- Inspect a live URL to bank check if the result persists.
- Request validation using the status report.
After releasing new templates or updating your lawmaking
When you make significant changes to your website, monitor for increases in structured data errors and warnings.
- If you lot see an increase in errors, perhaps y'all rolled out a new template that doesn't work, or your site interacts with the existing template in a new and bad style.
- If yous see a subtract in valid items (not matched by an increase in errors), perhaps you lot are no longer embedding structured data in your pages. Utilize the URL Inspection tool to learn what is causing the issue.
Analyzing traffic periodically
Analyze your Google Search traffic using the Performance Report. The data volition show you how often your page appears as a rich upshot in Search, how often users click on information technology and what is the average position you appear on search results. You can also automatically pull these results with the Search Console API.
Troubleshooting
If you're having trouble implementing or debugging structured data, here are some resources that may help you.
- Yous might accept an error in your structured data. Cheque the list of structured data errors.
- If you received a structured data transmission action against your page, the structured data on the page volition be ignored (although the page can still announced in Google Search results). To prepare structured data issues, utilise the Transmission Actions report.
- Review the guidelines again to identify if your content isn't compliant with the guidelines.
- Troubleshoot missing rich results / drop in total rich results.
- For general questions about crawling and indexing, check the Google Search crawling and indexing FAQ.
- Ask a question in the Google Search Central office hours.
- Mail service a question in the Google Search Central forum.
Except as otherwise noted, the content of this page is licensed under the Creative Eatables Attribution 4.0 License, and code samples are licensed under the Apache ii.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-04-xiii UTC.
Source: https://developers.google.com/search/docs/advanced/structured-data/review-snippet
0 Response to "Reviews & Opinions on the New Fender Player Series"
Enviar um comentário