All skills
Skillintermediate
add page
Add a new page to a web application with routing, data fetching, and SEO metadata.
Claude Code Knowledge Pack7/10/2026
Overview
Add a new page to a web application with routing, data fetching, and SEO metadata.
Steps
- Determine the page requirements:
- Create the page component:
- Implement data fetching:
- Build the page layout:
- Add SEO metadata:
- Handle edge cases:
- Test the page with different data scenarios.
Format
Page: <name>
Route:
Data:
SEO: <title, description>
Rules
- Every page must have proper SEO metadata.
- Handle loading, error, and empty states.
- Use the project's existing layout and navigation patterns.