We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Press/media kit pages with org identity, logo asset, site info, FAQs, and breadcrumb context.
Media/org identity with logo and URLs.
Site context with search action.
Brand logo asset for press.
Answers press contacts, logo usage, and boilerplate questions.
Provides navigation context.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "NewsMediaOrganization",
"@id": "https://www.example.com/#org",
"name": "Example Media",
"url": "https://www.example.com",
"logo": "https://www.example.com/images/logo-120x60.png",
"sameAs": [
"https://www.linkedin.com/company/example-media",
"https://twitter.com/examplemedia"
]
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Example Media",
"url": "https://www.example.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.example.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@context": "https://schema.org",
"@type": "Logo",
"url": "https://www.example.com/images/press/logo-1024.png",
"name": "Example Media Logo",
"width": 1024,
"height": 256
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{ "@type": "Question", "name": "How do I request an interview?", "acceptedAnswer": { "@type": "Answer", "text": "Email press@example.com with your outlet and deadline." } },
{ "@type": "Question", "name": "Can I use your logo?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Use the provided logo assets and follow the brand guidelines on this page." } }
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Press", "item": "https://www.example.com/press" }
]
}
]Use NewsMediaOrganization for publishers; Organization is fine for non-media brands.
Provide your primary logo; add variants in assets but keep one main Logo object for clarity.