Review snippet

A review snippet is a short extract of a review or a rating from a review website, unremarkably an average of the combined rating scores from many reviewers. When Google finds valid reviews or ratings markup, we may prove a rich snippet that includes stars and other summary info from reviews or ratings. In addition to the text of the review, a rating is an evaluation described on a numeric scale (such equally 1 to 5). Review snippets may announced in rich results or Google Knowledge Panels. You lot can supply ratings for the following content types (and subtypes):

  • Book
  • Course
  • Consequence
  • How-to
  • Local business
  • Movie
  • Product
  • Recipe
  • Software App

Google also supports reviews for the following schema.org types (and their subtypes):

  • CreativeWorkSeason
  • CreativeWorkSeries
  • Episode
  • Game
  • MediaObject
  • MusicPlaylist
  • MusicRecording
  • Organisation

How to add structured data

Structured data is a standardized format for providing information virtually a page and classifying the page content. If you're new to structured data, you can larn more about how structured data works.

Here'due south an overview of how to build, exam, and release structured information. For a step-by-footstep guide on how to add structured information to a spider web page, check out the structured information codelab.

  1. Add together the required backdrop. Based on the format you're using, acquire where to insert structured data on the page.
  2. Follow the guidelines.
  3. Validate your code using the Rich Results Examination.
  4. Deploy a few pages that include your structured data and employ the URL Inspection tool to test how Google sees the page. Be certain that your page is accessible to Google and not blocked by a robots.txt file, the noindex tag, or login requirements. If the folio looks okay, you can ask Google to recrawl your URLs.
  5. To go along Google informed of future changes, we recommend that you submit a sitemap. You can automate this with the Search Console Sitemap API.

Examples

There are several ways you tin can add Review structured data to a page:

  • Add a uncomplicated review.
  • Nest a review into another schema.org type using its review property.
  • Add aggregate ratings. Y'all tin omit the rating for an private review if your marked-up content contains both an author and a review date. For aggregate reviews, you must supply the average rating for the rich snippet to brandish.
  • Nest amass ratings into another schema.org type using its aggregateRating belongings.

Simple review

Here's an case of a unproblematic review.

JSON-LD


<html>   <head>   <title>Legal Seafood</title>     <script blazon="application/ld+json">     {       "@context": "https://schema.org/",       "@blazon": "Review",       "itemReviewed": {         "@blazon": "Eatery",         "image": "http://www.example.com/seafood-restaurant.jpg",         "proper name": "Legal Seafood",         "servesCuisine": "Seafood",         "priceRange": "$$$",         "telephone": "1234567",         "address" :{           "@type": "PostalAddress",           "streetAddress": "123 William St",           "addressLocality": "New York",           "addressRegion": "NY",           "postalCode": "10038",           "addressCountry": "The states"         }       },       "reviewRating": {         "@type": "Rating",         "ratingValue": "4"       },       "name": "A practiced seafood identify.",       "author": {         "@type": "Person",         "proper noun": "Bob Smith"       },       "reviewBody": "The seafood is corking.",       "publisher": {         "@blazon": "Organization",         "name": "Washington Times"       }     }     </script>   </head>   <body>   </body> </html>

RDFa


                        <html>   <head>     <title>Legal Seafood</title>   </caput>   <body>     <div vocab="https://schema.org/" typeof="Review">       <div property="itemReviewed" typeof="Restaurant">         <img property="paradigm" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/>         <span belongings="name">Legal Seafood</span>         <bridge belongings="servesCuisine">Seafood</span>         <span property="priceRange">$$$</span>         <span holding="telephone">1234567</span>         <span belongings="accost">123 William St, New York</span>       </div>       <span property="reviewRating" typeof="Rating">         <span belongings="ratingValue">four</span>       </span> stars -       <b>"<span property="proper noun">A proficient seafood place.</bridge>" </b>       <bridge belongings="author" typeof="Person">         <span property="proper noun">Bob Smith</span>       </span>       <bridge holding="reviewBody">The seafood is great.</bridge>       <div property="publisher" typeof="Arrangement">         <meta property="name" content="Washington Times">       </div>     </div>   </trunk> </html>

Microdata


                        <html>   <head>   <title>Legal Seafood</championship>   </head>   <body>     <div itemscope itemtype="https://schema.org/Review">       <div itemprop="itemReviewed" itemscope itemtype="https://schema.org/Eatery">         <img itemprop="paradigm" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/>         <span itemprop="proper name">Legal Seafood</bridge>         <span itemprop="servesCuisine">Seafood</span>         <span itemprop="priceRange">$$$</span>         <span itemprop="telephone">1234567</span>         <bridge itemprop="accost">123 William St, New York</span>       </div>       <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">         <span itemprop="ratingValue">four</span>       </bridge> stars -       <b>"<span itemprop="name">A good seafood identify.</span>" </b>       <span itemprop="writer" itemscope itemtype="https://schema.org/Person">         <span itemprop="name">Bob Smith</span>       </span>       <span itemprop="reviewBody">The seafood is neat.</span>       <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">         <meta itemprop="proper noun" content="Washington Times">       </div>     </div>   </torso> </html>

Nested review

Here's an instance of a review that'due south nested in a Product. You lot can copy and paste the instance to your own HTML page.

JSON-LD


<html>   <caput>     <title>The Catcher in the Rye</title>     <script type="application/ld+json">     {       "@context": "https://schema.org/",       "@blazon": "Production",       "brand": {         "@type": "Brand",         "name": "Penguin Books"       },       "description": "The Catcher in the Rye is a classic coming-of-age story: an story of teenage breach, capturing the human need for connection and the bewildering sense of loss equally we leave childhood backside.",       "sku": "9780241984758",       "mpn": "925872",       "image": "http://www.case.com/catcher-in-the-rye-book-cover.jpg",       "name": "The Catcher in the Rye",       "review": [{         "@blazon": "Review",         "reviewRating": {           "@type": "Rating",           "ratingValue": "five"         },         "author": {           "@type": "Person",           "name": "John Doe"         },         "reviewBody": "I really enjoyed this book. It captures the essential challenge people confront equally they try make sense of their lives and grow to adulthood."       },       {         "@type": "Review",         "reviewRating": {           "@type": "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://example.com/offers/catcher-in-the-rye",         "priceCurrency": "USD",         "price": "five.99",         "priceValidUntil": "2020-11-05",         "itemCondition": "https://schema.org/UsedCondition",         "availability": "https://schema.org/InStock",         "seller": {           "@type": "Organization",           "proper noun": "eBay"         }       }     }     </script>   </caput>   <torso>   </trunk> </html>

RDFa


                        <html>   <head>     <title>The Catcher in the Rye</championship>   </head>     <body>       <div vocab="https://schema.org/" typeof="Production">         <div rel="schema:make">           <div typeof="schema:Brand">             <div belongings="schema:name" content="Penguin"></div>           </div>         </div>         <div property="schema:clarification" content="The Catcher in the Rye is a archetype coming-of-age story: an story of teenage alienation, capturing the human demand for connexion and the bewildering sense of loss equally we leave childhood behind."></div>         <div property="schema:sku" content="9780241984758"></div>         <div property="schema:mpn" content="925872"></div>         <img property="image" src="https://example.com/photos/1x1/catcher-in-the-rye-book-cover.jpg" alt="Catcher in the Rye"/>         <span belongings="name">The Catcher in the Rye</bridge>         <div property="review" typeof="Review"> Review:           <span property="reviewRating" typeof="Rating">             <span property="ratingValue">5</span> -           </span>           <b>"<span property="name">A masterpiece of literature</bridge>" </b> past           <span property="author" typeof="Person">             <bridge property="proper noun">John Doe</span></span>, written on           <meta holding="datePublished" content="2006-05-04">May 4, 2006           <div property="reviewBody">I actually enjoyed this book. It captures the essential challenge people face up as they try brand sense of their lives and abound to adulthood.</div>           <span holding="publisher" typeof="System">             <meta holding="name" content="Washington Times">           </span>           <span property="reviewRating" typeof="Rating">             <span property="ratingValue">1</span> -           </bridge>           <b>"<span property="proper noun">The worst thing I've e'er read</bridge>" </b> past           <span property="author" typeof="Person">             <span property="proper noun">Jane Doe</bridge></span>, written on           <meta belongings="datePublished" content="2006-05-04">May 10, 2006           <div property="reviewBody">I really did non like this volume.</div>           <bridge property="publisher" typeof="Organization">             <meta property="name" content="Washington Times">           </span>         </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:Offering">             <div property="schema:toll" content="4.99"></div>             <div property="schema:availability" content="https://schema.org/InStock"></div>             <div holding="schema:priceCurrency" content="USD"></div>             <div property="schema:priceValidUntil" datatype="xsd:date" content="2020-11-21"></div>             <div rel="schema:url" resource="https://example.com/catcher"></div>             <div property="schema:itemCondition" content="https://schema.org/UsedCondition"></div>           </div>         </div>     </div>   </body> </html>

Microdata


                        <html>   <caput>     <title>The Catcher in the Rye</title>   </caput>   <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-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." />       <meta itemprop="sku" content="0446310786" />       <meta itemprop="mpn" content="925872" />       <img itemprop="image" src="https://example.com/photos/1x1/catcher-in-the-rye-volume-cover.jpg" alt="Catcher in the Rye"/>       <span itemprop="proper noun">The Catcher in the Rye</span>       <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="proper noun">A masterpiece of literature</span>" </b> past         <span itemprop="author" itemscope itemtype="https://schema.org/Person">           <span itemprop="proper name">John Doe</span></bridge>, written on         <meta itemprop="datePublished" content="2006-05-04">May 4, 2006         <div itemprop="reviewBody">I really enjoyed this book. Information technology captures the essential challenge people face as they try brand sense of their lives and grow to adulthood.</div>         <span itemprop="publisher" itemscope itemtype="https://schema.org/Organization">             <meta itemprop="name" content="Washington Times">         </span>         <span itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">             <bridge itemprop="ratingValue">i</span> -         </bridge>         <b>"<span itemprop="proper name">The worst thing I've ever read</span>" </b> by         <span itemprop="author" itemscope itemtype="https://schema.org/Person">           <bridge itemprop="proper noun">Jane Doe</span></span>, written on         <meta itemprop="datePublished" content="2006-05-04">May 10, 2006         <div itemprop="reviewBody">I actually did not like this book.</div>         <span itemprop="publisher" itemscope itemtype="https://schema.org/Organization">           <meta itemprop="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="cost" content="4.99" />         <meta itemprop="priceValidUntil" content="2020-eleven-21" />       </div>     </div>   </body> </html>

Aggregate rating

Here'south an case of an aggregate rating.

JSON-LD


<html>   <head>     <title>Legal Seafood</championship>     <script type="application/ld+json">     {       "@context": "https://schema.org/",       "@type": "AggregateRating",       "itemReviewed": {         "@type": "Restaurant",         "image": "http://www.example.com/seafood-eating place.jpg",         "proper noun": "Legal Seafood",         "servesCuisine": "Seafood",         "telephone": "1234567",         "address" : {           "@type": "PostalAddress",           "streetAddress": "123 William St",           "addressLocality": "New York",           "addressRegion": "NY",           "postalCode": "10038",           "addressCountry": "United states of america"         }       },       "ratingValue": "88",       "bestRating": "100",       "ratingCount": "20"     }     </script>   </head>   <body>   </body> </html>

RDFa


                        <html>   <head>     <championship>Legal Seafood</championship>   </head>   <body>     <div vocab="https://schema.org/" typeof="AggregateRating">       <div property="itemReviewed" typeof="Eating place">         <img property="image" src="https://example.com/photos/1x1/seafood-eating house.jpg" alt="Legal Seafood"/>         <span property="name">Legal Seafood</span>         <span property="servesCuisine">Seafood</bridge>         <span property="telephone">1234567</span>         <span property="address">123 William St, New York</bridge>       </div>       <bridge belongings="ratingValue">iv.2</span> out of <bridge property="bestRating">v</bridge> stars -       <span property="ratingCount">123</bridge> votes     </div>   </torso> </html>

Microdata


                        <html>   <head>     <title>Legal Seafood</title>   </head>   <body>     <div itemscope itemtype="https://schema.org/AggregateRating">       <div itemprop="itemReviewed" itemscope itemtype="https://schema.org/Restaurant">         <img itemprop="prototype" src="https://example.com/photos/1x1/seafood-restaurant.jpg" alt="Legal Seafood"/>         <bridge itemprop="name">Legal Seafood</span>         <span itemprop="servesCuisine">Seafood</span>         <span itemprop="telephone">1234567</span>         <bridge itemprop="accost">123 William St, New York</span>       </div>       <span itemprop="ratingValue">4.2</span> out of <span itemprop="bestRating">5</span> stars -       <bridge itemprop="ratingCount">123</span> votes     </div>   </body> </html>

Nested aggregate rating

Here's an example of an aggregate rating that'due south nested in a Product. Y'all can copy and paste the example to your ain HTML page.

JSON-LD


<html>   <caput>   <title>Executive Anvil</title>   <script blazon="application/ld+json">   {     "@context": "https://schema.org/",     "@blazon": "Production",     "name": "Executive Anvil",     "image": [       "https://example.com/photos/1x1/photo.jpg",       "https://case.com/photos/4x3/photo.jpg",       "https://example.com/photos/16x9/photo.jpg"      ],     "brand": {       "@blazon": "Brand",       "name": "Top"     },     "aggregateRating": {       "@blazon": "AggregateRating",       "ratingValue": "four.4",       "ratingCount": "89"     },     "offers": {       "@type": "AggregateOffer",       "lowPrice": "119.99",       "highPrice": "199.99",       "priceCurrency": "USD"     }   }   </script>   </head>   <torso>   </trunk> </html>

RDFa


                        <html>   <head>     <championship>Executive Anvil</championship>   </caput>   <torso>     <div vocab="https://schema.org/" typeof="Product">      <span property="brand" typeof="Make">ACME</bridge> <span property="proper name">Executive Anvil</span>      <img holding="image" src="https://example.com/photos/1x1/anvil_executive.jpg" alt="Executive Anvil logo" />      <span property="aggregateRating"            typeof="AggregateRating">       Average rating: <span property="ratingValue">iv.4</span>, based on       <span property="ratingCount">89</span> reviews      </span>      <span property="offers" typeof="AggregateOffer">       from $<bridge belongings="lowPrice">119.99</span> to       $<span holding="highPrice">199.99</bridge>       <meta holding="priceCurrency" content="USD" />      </bridge>     </div>   </body> </html>

Microdata


                        <html>   <caput>     <title>Executive Anvil</title>   </head>   <trunk>     <div itemscope itemtype="https://schema.org/Product">       <bridge itemprop="brand" itemtype="https://schema.org/Brand" itemscope>Elevation</span> <bridge itemprop="name">Executive Anvil</span>       <img itemprop="image" src="https://example.com/photos/1x1/anvil_executive.jpg" />       <bridge itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">         Average rating: <span itemprop="ratingValue">iv.four</bridge>, based on         <span itemprop="ratingCount">89</span> reviews       </span>       <span itemprop="offers" itemscope itemtype="https://schema.org/AggregateOffer">         from $<bridge itemprop="lowPrice">119.99</span> to         $<bridge itemprop="highPrice">199.99</span>         <meta itemprop="priceCurrency" content="USD" />       </bridge>     </div>   </torso> </html>

Guidelines

Your content must follow these guidelines to exist eligible to appear as a rich result.

  • Technical guidelines
  • Webmaster guidelines
  • General structured data guidelines

Technical guidelines

  • Make sure to mark upward an aggregate evaluation of an item past many people with schema.org/AggregateRating. Google may display aggregate ratings as rich snippets or, for certain types of items, answers in search results.
  • Refer clearly to a specific product or service by nesting the review within the markup of another schema.org type, such equally schema.org/Book or schema.org/Recipe, or by using a schema.org type as a value for the itemReviewed property.
  • Make sure the reviews and ratings y'all mark up 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 most a specific item, not about a category or a listing of items.
  • If yous include multiple private reviews, also include an aggregate rating of the individual reviews.
  • Don't aggregate reviews from other websites.
  • If the review snippet is for a local concern or an organization, you must follow these additional guidelines:
    • Pages using LocalBusiness or any other blazon of System structured data are ineligible for star review feature if the entity existence reviewed controls the reviews virtually itself. For example, a review about entity A is placed on the website of entity A, either straight in their structured data or through an embedded tertiary-political party widget.
    • Ratings must be sourced directly from users.
    • Don't rely on human being editors to create, curate, or compile ratings data for local businesses.

Structured data type definitions

You lot must include the required properties for your structured information to display in search results. You lot can also include the recommended backdrop to add more data to your structured information, which could provide a improve user experience.

Review

The full definition of Review is available at schema.org/Review.

Required properties
writer

Person or System

The writer of the review. The reviewer'south name must exist a valid name. For example, "50% off until Saturday" is not 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 be 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 another schema.org type using the review property, you tin omit the itemReviewed belongings.

The valid types for the reviewed item are:

  • Book
  • Form
  • CreativeWorkSeason
  • CreativeWorkSeries
  • Episode
  • Event
  • Game
  • HowTo
  • LocalBusiness
  • MediaObject
  • Motion picture
  • MusicPlaylist
  • MusicRecording
  • Organization
  • Product
  • Recipe
  • SoftwareApplication
itemReviewed.name

Text

The proper noun of the item that is being reviewed. If the review is nested into another schema.org type using the review property, you still need to provide the name of the thing that is existence reviewed. For example:

{   "@context": "https://schema.org/",   "@type": "Game",                            "name": "Firefly",                            "review": {     "@type": "Review",     "reviewRating": {       "@type": "Rating",       "ratingValue": "5"     },     "author": {       "@type": "Person",       "proper name": "John Doe"     },     "reviewBody": "I really enjoyed this game. Y'all     get to capture fireflies and put them in jars."   } }
reviewRating

Rating

The rating given in this review. The rating can be a nested Rating or more specific subtype. The most typical subtype is AggregateRating.

reviewRating.ratingValue

Number or Text

A numerical quality rating for the detail, either a number, fraction, or percent (for example, "4", "60%", or "half-dozen / 10"). Google understands the scale for fractions and percentages, since the scale is implied in the fraction itself or the percent. The default scale for numbers is a v-signal scale, where 1 is the lowest value and 5 is the highest value. If another scale is intended, use bestRating and worstRating.

Recommended properties
datePublished

Date

The appointment that the review was published, in ISO 8601 date format.

reviewRating.bestRating

Number

The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.

reviewRating.worstRating

Number

The lowest value allowed in this rating organization. If worstRating is omitted, 1 is assumed.

AggregateRating

The full definition of AggregateRating is bachelor at schema.org/AggregateRating.

Required properties
itemReviewed

One of the valid types

The particular that is existence rated. Withal, if the aggregate rating is nested into another schema.org type using the aggregateRating property, yous can omit the itemReviewed property.

The valid types for the reviewed detail are:

  • Volume
  • Form
  • CreativeWorkSeason
  • CreativeWorkSeries
  • Episode
  • Upshot
  • Game
  • HowTo
  • LocalBusiness
  • MediaObject
  • Moving picture
  • MusicPlaylist
  • MusicRecording
  • Organisation
  • Product
  • Recipe
  • SoftwareApplication
itemReviewed.name

Text

The proper noun of the particular that is being reviewed. If the review is nested into another schema.org blazon using the review property, you still need to provide the name of the affair that is being reviewed. For example:

{   "@context": "https://schema.org/",   "@type": "Game",                            "name": "Firefly",                            "aggregateRating": {     "@type": "AggregateRating",     "ratingValue": "88",     "bestRating": "100",     "ratingCount": "20"   } }
ratingCount

Number

The full number of ratings for the item on your site. At to the lowest degree one of ratingCount or reviewCount is required.

reviewCount

Number

Specifies the number of people who provided a review with or without an accompanying rating. At least one of ratingCount or reviewCount is required.

ratingValue

Number or Text

A numerical quality rating for the item, either a number, fraction, or percentage (for instance, "iv", "60%", or "6 / 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-indicate calibration, where 1 is the lowest value and 5 is the highest value. If another scale is intended, use bestRating and worstRating.

Recommended properties
bestRating

Number

The highest value allowed in this rating arrangement. If bestRating is omitted, 5 is assumed.

worstRating

Number

The everyman value allowed in this rating system. If worstRating is omitted, i is assumed.

Monitor rich results with Search Console

Search Console is a tool that helps you monitor how your pages perform in Google Search. Yous don't accept to sign upwardly for Search Console to be included in Google Search results, but it tin can assist yous understand and improve how Google sees your site. We recommend checking Search Console in the following cases:

  1. After deploying structured information for the first fourth dimension
  2. After releasing new templates or updating your code
  3. Analyzing traffic periodically

Subsequently deploying structured information for the first time

After Google has indexed your pages, look for issues using the relevant Rich result status report. Ideally, there will be an increment of valid pages, and no increase in errors or warnings. If you notice issues in your structured data:

  1. Set the errors.
  2. Inspect a live URL to cheque if the outcome persists.
  3. Asking validation using the condition report.

After releasing new templates or updating your code

When you lot make significant changes to your website, monitor for increases in structured information errors and warnings.

  • If you come across an increase in errors, perchance you rolled out a new template that doesn't piece of work, or your site interacts with the existing template in a new and bad way.
  • If you see a decrease in valid items (non matched by an increase in errors), perhaps y'all are no longer embedding structured data in your pages. Use the URL Inspection tool to acquire what is causing the effect.

Analyzing traffic periodically

Clarify your Google Search traffic using the Performance Report. The data will prove you how often your page appears as a rich event in Search, how oftentimes users click on it and what is the average position you lot appear on search results. Yous tin too automatically pull these results with the Search Console API.

Troubleshooting

If you lot're having problem implementing or debugging structured data, here are some resources that may help you.

  • You might have an mistake in your structured information. Check the list of structured data errors.
  • If you received a structured data manual activity against your page, the structured data on the folio will be ignored (although the folio can nevertheless announced in Google Search results). To fix structured data issues, employ the Transmission Actions report.
  • Review the guidelines again to place if your content isn't compliant with the guidelines.
  • Troubleshoot missing rich results / drop in full rich results.
  • For full general questions about itch and indexing, check the Google Search crawling and indexing FAQ.
  • Ask a question in the Google Search Central office hours.
  • Postal service a question in the Google Search Central forum.