# Landing Pages Planning
## Requirements
- Landing pages with:
- Nice url e.g. `/landing/nike-football-cleats` (could be any nice url not using query params)
- Possibilty of additional content e.g. banners, blogs, additional indexes (links to other pages), carousels etc. (optional and for stage 2)
- Indexed by google (exist in the sitemap)
- Able to move quickly (targeting just Mainplace Mall)
- For now, as much as possible on the frontend using static files and existing content/infra
- SEO Friendliness
- Static pages
- Meta tags
- Titles
- Canonical urls (?)
## Options:
1. Ignore static rendering (avoid at all costs)
2. Move to full SSR
a. Chris has done a POC on PacCity
b. Limitation: some uncertainty around how we will handle content fetching
3. Keep as is, but pre-render some static pages
a. Charles has done a small POC around manually creating landing pages
b. Limitation: javascript doesn't work as expected
## Plan:
1. Prioritize moving to AM hosted pages for Mainplace
2. Work right away to get static landing pages via option 3
3. In parallel, work for option 2 to allow proper time for testing of the experience