Skip to content
SEO Madmanby Adam Hafez
Free tool

Organization logo structured data generator

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.

    Key takeaways

    • Google lists no required properties for Organization structured data, only recommended ones such as name, url and logo.
    • Google says the logo image must be at least 112x112px, crawlable and indexable, in a format Google Images supports.
    • A logo should look right on a plain white background, since that is how Google may show it.
    • Google recommends placing Organization markup on the home page or an about page, not on every page.
    • Google recommends the most specific Organization subtype that fits, such as OnlineStore for an ecommerce site.

    What it takes

    • Organization type, name, alternate and legal name
    • Website URL and logo image URL
    • sameAs profile URLs, email, telephone and postal address
    • Optionally, the logo image file to measure its size

    More tools

    All of them free, all of them browser-only.

    Browse the tools

    How to use it

    1. 1Pick the most specific typeGoogle recommends the most specific Organization subtype that matches, for example OnlineStore rather than OnlineBusiness for an ecommerce site.
    2. 2Enter the name, website URL and logo URLUse absolute URLs including https://. Use the same name and alternate name you use for your site name, as Google asks.
    3. 3Add sameAs profilesOne URL per line for your profiles on social or review sites. Each must be an absolute URL.
    4. 4Check the logo fileChoose the logo image file and the tool reads its pixel size in your browser. Google's minimum is 112x112px.
    5. 5Copy the JSON-LD into your home pagePaste the script block into the head of your home page or about page, then test the live URL in Google's Rich Results Test.

    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.

    What does this logo structured data generator build?

    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.

    How to read the notes

    • Red: must fix. A url, logo or sameAs value that is not an absolute URL.
    • Amber: should fix. An empty name, url or logo; a phone number that does not start with +, 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.
    • Grey: check yourself. A logo URL without a BMP, GIF, JPEG, PNG, WebP, SVG or AVIF extension, and a reminder of Google’s logo rules: at least 112x112px, crawlable and indexable, and legible on a white background.

    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.

    Worked example

    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.

    Where should the markup go?

    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.

    Common mistakes it catches

    • Relative logo paths such as /images/logo.png, which are not absolute URLs.
    • Undersized logos. Favicons and small header marks often fall under 112px.
    • White logos. Google warns that a mostly white or gray logo may not look as intended on a white background, so keep a dark or colored version for markup.
    • Phone numbers without a country code.
    • Markup on every page. Google says the home page or an about page is enough.

    Sources

    1. 1.Organization (Organization) structured data - Google Search CentralPrimary
    2. 2.Image SEO best practices - Google Search Central

    Frequently asked questions

    What are the logo requirements for Google?

    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.

    Is logo required in Organization structured data?

    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.

    Which image formats can the logo use?

    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.

    Which page should carry Organization markup?

    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.

    What should go in sameAs?

    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.

    Why does the tool not fetch my logo from its URL?

    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.