Skip to content

Dev - #119

Merged
NeedToUpdate merged 4 commits into
mainfrom
dev
Jul 21, 2026
Merged

Dev#119
NeedToUpdate merged 4 commits into
mainfrom
dev

Conversation

@NeedToUpdate

Copy link
Copy Markdown
Owner

No description provided.

NeedToUpdate and others added 4 commits July 19, 2026 16:02
…bug-3aekma

Claude/share button mobile bug 3aekma
The homepage renders two responsive hero variants — a mobile layout
(md:hidden) and a desktop layout (hidden md:block) — that are both
always present in the page source, only toggled by CSS per breakpoint.
Both used size="hero", which maps to <h1>, so crawlers reading the raw
source (e.g. Bing Webmaster Tools) saw two <h1> tags on the page.

Keep the single <h1> on the mobile hero (mobile-first indexing) and
render the desktop duplicate as a visually-identical <p> via a new
as="p" option on Heading. Layout and styling are unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EPFpwJ3zNtXFu9rHJKtGLd
@NeedToUpdate
NeedToUpdate merged commit d026403 into main Jul 21, 2026
2 checks passed
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