We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Resume and CV builder tools with WebApplication + Offer context, FAQs, and breadcrumb navigation.
Defines the resume builder tool itself.
Describes the plan or one-time purchase for the builder.
Answers formatting, exports, and support questions.
Provides navigation context for the resume builder 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": "WebApplication",
"@id": "https://www.example.com/resume-builder#app",
"name": "Resume Builder",
"description": "Build ATS-friendly resumes with editable templates and guided sections.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"url": "https://www.example.com/resume-builder",
"offers": { "@id": "https://www.example.com/resume-builder#offer" }
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/resume-builder#offer",
"name": "Resume Builder Pro",
"description": "Unlimited exports, premium templates, and cover letter builder.",
"price": "19.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/resume-builder/pricing",
"category": "Subscription"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Can I download in PDF and DOCX?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. You can export resumes in PDF or DOCX formats after completing your draft."
}
},
{
"@type": "Question",
"name": "Are templates ATS-friendly?",
"acceptedAnswer": {
"@type": "Answer",
"text": "All templates follow ATS-friendly formatting and avoid columns that break parsing."
}
},
{
"@type": "Question",
"name": "Can I cancel anytime?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. You can cancel from your account settings and retain access until the billing period ends."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Tools", "item": "https://www.example.com/tools" },
{ "@type": "ListItem", "position": 3, "name": "Resume Builder", "item": "https://www.example.com/resume-builder" }
]
}
]Yes. Set price to 0.00 and keep availability and URL aligned to the free signup flow.
Include one Offer per tier shown on the page with distinct @id values and URLs.