AggregateRating schema checker for review snippets
AggregateRating schema checker: test JSON-LD against Google review snippet rules for ratingValue, counts, scale and item type. Free, runs in your browser.
Logo structured data generator: build Organization JSON-LD with logo, url, name and sameAs, and check Google's logo rules. Free, runs in your browser.
Runs entirely in your browser. Nothing you enter is uploaded, logged or stored.
Organization markup tells Google which name, website and logo belong to your business. Google’s Organization documentation says the logo property can influence which logo appears in Search results and your knowledge panel. This Organization logo structured data generator writes that JSON-LD from a form and checks the rules Google states for it, in your browser.
A <script type="application/ld+json"> block with @context set to schema.org and the @type
you pick: Organization, or one of six subtypes (OnlineStore, OnlineBusiness, Corporation, NGO,
NewsMediaOrganization, EducationalOrganization). Google recommends the most specific subtype that
matches your organization.
It then adds only the fields you fill in, all from Google’s list of recommended properties:
name, alternateName, legalName, url, logo, description, sameAs as an array, email,
telephone, and an address as a PostalAddress with street, city, region, postal code and
country. Google lists no required properties, so no field is mandatory. The output escapes <
inside values, so no text you type can close the script tag early.
url, logo or sameAs value that is not an absolute URL.+,
since Google asks for the country code and area code; an email that does not look like one; a
country that is not a two-letter ISO 3166-1 alpha-2 code.Logo file check. Choose the logo image and the tool reads its width and height locally, then says whether it meets the 112x112px minimum. Both sides must reach 112px.
The form opens with an Organization named “Example Coffee Roasters”, an example.com website URL, a PNG logo URL on the same domain and one LinkedIn profile in sameAs. It writes:
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Example Coffee Roasters",
"url": "https://www.example.com/",
"logo": "https://www.example.com/images/logo.png",
"sameAs": [
"https://www.linkedin.com/company/example"
]
}
inside a script tag, with one grey note repeating the logo rules. Type 555-0100 as the
telephone and an amber note asks for the country code. Choose a 100x100px logo file and the check
reports it below the minimum.
Google recommends placing Organization markup on the home page, or on a single page that describes the organization, such as the about page; it does not need to be on every page. For a local business such as a restaurant or a physical store, Google recommends the most specific LocalBusiness subtype, with the required and recommended fields from its local business documentation, on top of the fields here. After deploying, Google suggests testing a few pages with the URL Inspection tool before relying on the result.
/images/logo.png, which are not absolute URLs.Google's Organization documentation says the logo image must be at least 112x112px, the image URL must be crawlable and indexable, and the format must be one Google Images supports. It also says to check the logo looks as intended on a purely white background.
No. Google states that Organization has no required properties. logo is recommended: Google says adding it can help it understand which logo you want shown, for example in Search results and knowledge panels.
Google Images supports BMP, GIF, JPEG, PNG, WebP, SVG and AVIF. Google also suggests the file extension match the file type, so the generator notes a logo URL with none of those extensions.
Google recommends the home page, or a single page that describes your organization such as the about page. You do not need to add it to every page of your site.
URLs of pages on other websites with more information about your organization, such as your profile on a social media or review site. Google says you can provide multiple sameAs URLs.
This site's security policy stops the page loading images from other domains, and nothing here talks to a server. Choosing the file from your device lets the browser read its size locally instead. Confirm the live URL separately in the Rich Results Test.
AggregateRating schema checker: test JSON-LD against Google review snippet rules for ratingValue, counts, scale and item type. Free, runs in your browser.
SearchPilot's aggregate split tests found FAQ schema was positive 67% of the time, with organic traffic uplifts of 4-15% while the rich result existed.
Google's September 2026 changelog documents aggregator units, supplier units and carousels: result formats limited to the EEA, South Africa and Turkiye.
FAQPage markup no longer earns an expanded snippet in Google Search as of 7 May 2026, though the schema stays valid and other crawlers still read it.