Dummy content
Example page 2 — another secondary LP
Dummy page two in the cluster. Same template as example page 1, different frontmatter. Use this pattern for feature-specific keyword pages.
Talk to us
Same template, different story
Category folder secondary selects secondaryLpTemplate.tsx automatically — no template field needed in frontmatter.
Highlights
What you can customize
Hero copy
firstPageTitle, firstPageDescription, and firstPageImage drive the above-the-fold section.
FAQ schema
faqSchemaQuestion* fields feed both the on-page FAQ and JSON-LD for search engines.
Quick setup
Copy this file
Duplicate example-page-2.md and change the path, slug, and copy.
Add to cluster
Append the new slug to the slugs array in lpClusters.json.
Ship
Sibling pages gain a new pill link on the next build.
Questions
Why example page 2?
It proves multiple pages can share one template and one cluster without duplicating React code.
Can I use a different URL?
Yes. Set path in frontmatter — e.g. /my-feature/ — and use a matching filename slug.
Does the homepage use this template?
No. The homepage stays in general/ and uses generalLpTemplate.tsx.
Related pages:
