Ship default brand logo + JSON-LD site description — v0.38.0-beta#43
Merged
Conversation
…cription (v0.38.0-beta) - Add themes/puma/assets/img/logo.jpg (served /_theme/img/logo.jpg) so a stock install has a brand logo for structured data / share cards. Point tiger.site.logo at it (full URL) or override. - Seo_Service_Schema now emits a `description` on the Organization and WebSite nodes, from tiger.site.description (fallback tiger.site.tagline). The site graph previously had name/url/logo/sameAs but no description. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
What
Two small SEO completeness items (part of enriching the site's structured data):
themes/puma/assets/img/logo.jpg(500×500), served at/_theme/img/logo.jpg. A stock install now has an Organization logo for JSON-LD / share cards without uploading one. Pointtiger.site.logoat it (a full URL) or override with your own.description—Seo_Service_Schemaemitted name/url/logo/sameAs but never a site description. Now both nodes readtiger.site.description, falling back totiger.site.tagline.Result (with
tiger.site.logo+tiger.site.taglineset){"@type":"Organization","name":"Tiger","url":"…/","description":"…tagline…", "logo":{"@type":"ImageObject","url":"…/_theme/img/logo.jpg"}, "sameAs":["https://github.com/WebTigers"]}Fail-soft as before: no logo config / no description config ⇒ those keys are simply omitted.
🤖 Generated with Claude Code