Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

og: title and og:description not working #2065

Open
MeenuKumari28 opened this issue Feb 5, 2025 · 0 comments
Open

og: title and og:description not working #2065

MeenuKumari28 opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@MeenuKumari28
Copy link
Contributor

MeenuKumari28 commented Feb 5, 2025

-- ftd.document:
title if { page.document-title != NULL }: $page.document-title
title: $page.title
og-title if { page.document-title != NULL }: $page.document-title
og-title: $page.title
description: $page.document-description
description if { page.document-description == NULL }: $page.title
og-image: $page.document-image

Earlier, this was how we used to pass the og:title and og: descriptions for sites, as this worked. But now, this code is not working.

@siddhantk232 siddhantk232 self-assigned this Feb 5, 2025
@amitu amitu changed the title og: title and og:description now working og: title and og:description not working Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants