-
Notifications
You must be signed in to change notification settings - Fork 426
Missing Open Graph tags #14306
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)
Description
At present Quarto inserts a number of Open Graph tags into blog posts.
There are, however, a couple of important tags missing:
og:typeandog:url.
These tags were also mentioned in #4882.
See also #14305 for proposed solution.
I have:
- searched the issue tracker for similar issues;
- installed the latest version of Quarto CLI; and
- formatted my issue following the Bug Reports guide.
Steps to Reproduce
Create a Quarto blog. Check <head> in rendered content.
Actual Behaviour
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="">
<meta property="og:image:alt" content="">
Expected Behaviour
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="">
<meta property="og:url" content="">
<meta property="og:type" content="">
<meta property="og:image:alt" content="">
Environment
This issue applies to Quarto 1.8.27 on Linux but I believe will be present in other versions and on other platforms.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)