📈 SEO & Growth Hacking
1. Technical SEO
| Element | Requirements |
|---|---|
| Title | Max 60 characters, keyword at the beginning |
| Meta Description | 150-160 characters, must include a CTA |
| H1 | Only one per page |
| Alt Text | Mandatory for every image |
2. Tools and Scripts
# SEO verification
node scripts/check-seo.js
Reference documentation:
docs/marketing/SEO.mddocs/marketing/SEO_LANDING_PAGES.md
3. React Components
Make sure every public page uses the <SEO /> component:
<SEO
title="Tytuł | Szkoła Przyszłości AI"
description="Opis..."
type="website"
/>
4. Publication Checklist
- Is the URL human-readable (slug)?
- Does the page load quickly (Performance)?
- Is Open Graph (social share image) configured?