1.5 KiB
1.5 KiB
Task: Homepage Placeholder SEO Keywords
Priority: High
Estimated time: 5 min
Type: SEO optimization
Change 1: Update keywords in metadata
File: apps/landing/src/app/(landings)/page.tsx
Find:
keywords: [
'API-first image generation',
'AI image API',
'image generation for developers',
'prompt to image API',
'CDN image delivery',
],
Replace with:
keywords: [
'AI image API',
'image generation for developers',
'prompt to image API',
'CDN image delivery',
'placeholder images',
'ai placeholder generator',
'placeholder image url',
'image placeholder api',
],
Change 2: Update PromptUrlsSection subtitle
File: apps/landing/src/app/(landings)/_components/PromptUrlsSection.tsx
Find:
<p className="text-gray-500 text-sm mt-4">
Perfect for static sites, prototypes, and AI coding agents that generate HTML.
</p>
Replace with:
<p className="text-gray-500 text-sm mt-4">
Perfect for placeholder images, prototypes, static sites, and AI coding agents.
</p>
Verification
After changes:
- Run
pnpm devinapps/landing - Check homepage loads without errors
- Inspect page source — verify new keywords in meta tag
- Scroll to Prompt URLs section — verify updated text
Done criteria
- Keywords array updated with 8 items
- PromptUrlsSection shows "placeholder images" first in list
- No TypeScript/lint errors
- Page renders correctly