Skip to content

Missing Open Graph tags #14306

@datawookie

Description

@datawookie

At present Quarto inserts a number of Open Graph tags into blog posts.

There are, however, a couple of important tags missing:

  • og:type and
  • og: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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions