Add Organization/WebSite structured data + real OG images - #7
Merged
Conversation
- index.html: Organization + WebSite JSON-LD (name, logo, founders, sameAs linking GitHub/LinkedIn). This is what lets Google show a proper Knowledge Panel / sitelinks box for "AgentPlane" searches instead of a bare blue link; the site had zero structured data outside the one blog post that already had BlogPosting schema. - projects.html, about.html, media.html, blog.html: replaced the generic logo-mark.png og:image (a 400x400 square icon, cropped badly in link previews) with a real 1200x630 branded card per page, matching each page's actual headline/subtext. Also added the missing twitter:image tag and switched twitter:card from "summary" to "summary_large_image" so Twitter/X actually renders the big card instead of a small thumbnail. - Cards built as SVG (site's existing dot-grid/accent-glow hero style), rendered to PNG via headless Edge, same pipeline as the blog diagram PNGs in the dev.to PR. SVG sources not committed, one-off generated assets, not meant to be hand-edited like the blog's diagrams. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
index.html: addedOrganization+WebSiteJSON-LD (name, logo, founders asPersonentities,sameAslinking GitHub org + both LinkedIns). This is the concrete gap from earlier: the site had zero structured data anywhere except the one blog post'sBlogPostingschema. This is what lets Google show a real Knowledge Panel / sitelinks for "AgentPlane" searches instead of a bare blue link.projects.html/about.html/media.html/blog.html: replaced the genericlogo-mark.png(a 400x400 square icon that gets badly cropped in link previews) with a real 1200x630 branded OG card per page, matching that page's actual headline and subtext. Also added the missingtwitter:imagetag on all four (previously present asog:imageonly) and switchedtwitter:cardfromsummarytosummary_large_image, without that, Twitter/X renders a small thumbnail instead of the big card even when an image is present.How the cards were made
Built as SVG using the site's existing dot-grid + accent-glow hero styling for visual consistency, then rendered to PNG via headless Edge (same pipeline as the blog-post diagram PNGs in #6). SVG sources aren't committed, these are one-off generated assets, not meant to be hand-edited like the blog's own diagrams.
Test plan
logo-mark.pngasog:image.🤖 Generated with Claude Code