feat: SEO adjustment for homepage
This commit is contained in:
parent
afefb43ce5
commit
801080d565
|
|
@ -39,7 +39,7 @@ export function PromptUrlsSection() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="text-gray-500 text-sm mt-4">
|
<p className="text-gray-500 text-sm mt-4">
|
||||||
Perfect for static sites, prototypes, and AI coding agents that generate HTML.
|
Perfect for placeholder images, prototypes, static sites, and AI coding agents.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,14 @@ export const metadata: Metadata = {
|
||||||
description:
|
description:
|
||||||
'Generate production-ready images via API, SDK, CLI, or live URLs. Built-in CDN delivery, style references, and prompt enhancement. Built for developers.',
|
'Generate production-ready images via API, SDK, CLI, or live URLs. Built-in CDN delivery, style references, and prompt enhancement. Built for developers.',
|
||||||
keywords: [
|
keywords: [
|
||||||
'API-first image generation',
|
|
||||||
'AI image API',
|
'AI image API',
|
||||||
'image generation for developers',
|
'image generation for developers',
|
||||||
'prompt to image API',
|
'prompt to image API',
|
||||||
'CDN image delivery',
|
'CDN image delivery',
|
||||||
|
'placeholder images',
|
||||||
|
'ai placeholder generator',
|
||||||
|
'placeholder image url',
|
||||||
|
'image placeholder api',
|
||||||
],
|
],
|
||||||
authors: [{ name: 'Banatie' }],
|
authors: [{ name: 'Banatie' }],
|
||||||
robots: 'index, follow',
|
robots: 'index, follow',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue