Skip to content

Commit 9f82847

Browse files
authored
Merge pull request #511 from kinde-oss/alex/front-matter-updates-for-seo
Updating frontmatter for SEO
2 parents 505b0d9 + 333507e commit 9f82847

File tree

361 files changed

+429
-361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+429
-361
lines changed

src/content.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ export const collections = {
1010
page_id: z.string().uuid(),
1111
relatedArticles: z.string().array().optional().nullable(),
1212
app_context: z.array(z.any()).optional(),
13-
social_sharing_image_url: z.string().optional()
13+
social_sharing_image_url: z.string().optional(),
14+
audience: z.union([z.string(), z.array(z.string())]).optional(),
15+
complexity: z.string().optional(),
16+
keywords: z.array(z.string()).optional(),
17+
ai_summary: z.string().optional(),
18+
updated: z.union([z.string(), z.date()]).optional()
1419
})
1520
})
1621
}),

src/content/docs/authenticate/about-auth/about-authentication.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/about-auth/authentication-methods.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/about-auth/identity-and-verification.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/about-auth/user-communication.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/auth-guides/enterprise-connections-identity.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/auth-guides/mixed-b2b-b2c.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/auth-guides/pass-params-idp.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/authentication-methods/email-authentication.mdx

Lines changed: 1 addition & 1 deletion

src/content/docs/authenticate/authentication-methods/email-deliverability.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)