We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Press interview request pages with Organization + WebPage context, FAQs, and breadcrumbs.
Declares the press interview request page and summary.
Anchors the company or media contact organization.
Answers deadlines, approvals, and asset usage questions.
Provides navigation context for the press page.
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": "WebPage",
"@id": "https://www.example.com/press/interview-request#page",
"name": "Press Interview Requests",
"description": "Guidelines and contact details for press interviews with Northwind.",
"url": "https://www.example.com/press/interview-request",
"inLanguage": "en",
"dateModified": "2025-04-10"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com/press#org",
"name": "Northwind",
"url": "https://www.example.com",
"logo": "https://www.example.com/images/northwind-logo.svg",
"description": "Product platform for growing customer teams."
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How far in advance should I request an interview?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Please submit requests at least two weeks in advance to coordinate schedules."
}
},
{
"@type": "Question",
"name": "Can I use your logos and product images?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Use approved assets from our press kit or request new ones if needed."
}
},
{
"@type": "Question",
"name": "Will quotes need approval?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We request the opportunity to review quotes for accuracy before publication."
}
}
]
},
{
"@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" },
{ "@type": "ListItem", "position": 3, "name": "Interview Request", "item": "https://www.example.com/press/interview-request" }
]
}
]Include press contact names and emails in page copy and keep schema aligned with visible info.
Describe embargo policies in the FAQ and ensure the timeline matches your press workflow.