SeoForm

Domain

SEO metadata form: title (60 char limit), meta description (160 char limit), and keyword tag input with character counters.

Empty

Preview

0/60

0/160

Code
<SeoForm onSubmit={handleSave} />

Pre-filled

Preview

23/60

66/160

runningshoessports

Double-click a tag to edit it

Code
<SeoForm initial={{ seoTitle: 'My Page', seoDescription: 'Short desc', keywords: ['next', 'react'] }} onSubmit={handleSave} onCancel={handleCancel} />
Sourcemodules/domains/common/seo/SeoForm.tsx