Skip to content

Add explicit oEmbed metadata to /oembed embed page head#44

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/add-oembed-compatible-page
Draft

Add explicit oEmbed metadata to /oembed embed page head#44
Copilot wants to merge 4 commits intomainfrom
copilot/add-oembed-compatible-page

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 14, 2026

The oEmbed page existed but did not expose explicit metadata in <head>, which can prevent oEmbed/social crawlers from resolving the page correctly. This update keeps the page embed-only while adding required Open Graph/Twitter tags.

  • oEmbed head metadata

    • Updated docs/oembed.md frontmatter to define page-level head entries:
      • og:title
      • og:description
      • og:type
      • og:url (canonicalized to /actions-docs/oembed/)
      • twitter:card
  • Embed page behavior unchanged

    • Preserved layout: false and Blockly-only rendering so /oembed remains a clean embed surface without docs chrome.
---
layout: false
head:
  - - meta
    - property: "og:title"
      content: "Blockly Sandbox"
  - - meta
    - property: "og:url"
      content: "https://io.adafruit.com/actions-docs/oembed/"
---

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: tyeth <6692083+tyeth@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new page for oEmbed compatibility Add an embed-only /oembed docs page for clean oEmbed rendering Feb 14, 2026
Copilot AI requested a review from tyeth February 14, 2026 19:38
Copilot AI and others added 2 commits February 14, 2026 19:40
Co-authored-by: tyeth <6692083+tyeth@users.noreply.github.com>
Co-authored-by: tyeth <6692083+tyeth@users.noreply.github.com>
Copilot AI changed the title Add an embed-only /oembed docs page for clean oEmbed rendering Add explicit oEmbed metadata to /oembed embed page head Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants