Fix Open Graph metadata - #2
Draft
danstotts-ops wants to merge 1 commit into
Draft
danstotts-ops wants to merge 1 commit into
danstotts-ops wants to merge 1 commit into
Conversation
|
@danstotts-ops is attempting to deploy a commit to the Runpod Team on Vercel. A member of the Team first needs to authorize it. |
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.
What changed
https://labs.runpod.ioas the canonical site URL.Why
Ahrefs reports the homepage and wandler.ai project page as having incomplete Open Graph tags. Both pages were missing
og:image, and their Open Graph URLs still pointed at the GitHub Pages origin instead of the public custom domain.Impact
The two affected pages will expose complete, canonical social metadata from the raw HTML after deployment.
Validation
npm run buildpasses.og:title,og:description,og:url,og:image, andog:type.npm run lintremains blocked by the existingreact-hooks/set-state-in-effecterror insrc/components/hero/SpinningLogo.tsx:29, which this PR does not touch.