PILOT-33: add canonical + OpenGraph meta tags to IETF draft pages#12
Merged
Conversation
Replace generic pilot.png logo with the dedicated IETF Internet Drafts banner image (ietf-internet-drafts-pilot-protocol-revision-01.jpg) for richer social preview cards on both IETF draft pages.
3 tasks
TeoSlayer
added a commit
that referenced
this pull request
May 29, 2026
PR #4 added the deploy step but the wrangler-action does not auto-post a PR comment, so reviewers can't see the preview URL without digging into workflow logs (verified on PRs #12-14: deploy succeeded, comment missing). This adds a sticky comment step that uses the deployment-url output from the wrangler-action and posts (or updates) a single comment per PR via marocchino/sticky-pull-request-comment@v2. Also bumps the workflow's permissions to include pull-requests: write, which is required for the comment step. Co-authored-by: Teodor Calin <teodor@vulturelabs.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds missing SEO meta tags to the two static IETF Internet-Draft HTML pages in
public/research/ietf/:Changes:
public/research/ietf/draft-teodor-pilot-problem-statement-01.html— added<link rel=canonical>+ OpenGraph + Twitter Card meta tagspublic/research/ietf/draft-teodor-pilot-protocol-01.html— same treatmentAdded per page:
<link rel="canonical">→ pilotprotocol.network URLog:type,og:title,og:description,og:url,og:image,og:site_nametwitter:card→summary_large_imageContext:
Part of PILOT-33 (website content audit). These pages were flagged during discovery as missing canonical and OpenGraph meta tags. Pages are static HTML generated by xml2rfc, so meta tags must be manually maintained.
Testing: