SEO schemas + mobile responsive overhaul#27
Merged
GalloDaSballo merged 18 commits intoRecon-Fuzz:mainfrom Apr 15, 2026
Merged
Conversation
Adds Twitter, GitHub, Substack, LinkedIn, dailywarden, and onebugperday to both Organization blocks (author + publisher) so Google connects book.getrecon.xyz to the full entity graph. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…echArticle SoftwareApplication now declares sameAs with all properties including book.getrecon.xyz. TechArticle declares isPartOf pointing to getrecon.xyz so Google knows the book is a subdomain of the main site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a floating action button (bottom-right) that appears below 1200px to toggle the right-hand TOC as a slide-in panel with backdrop overlay. TOC auto-closes when a link is clicked for better mobile UX. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Reduces logo from 180x180 to 100x100 on mobile (≤620px) and 140x140 on tablet (621-1080px). Adjusts sidebar scrollbox top offset accordingly to prevent wasted space. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Constrains pre blocks and table wrappers to viewport width minus padding on mobile. Adds touch scrolling for horizontal overflow, reduces code font size, and allows inline code to word-break. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Repositions prev/next chapter navigation from side overlays to a fixed bottom bar on mobile (≤620px). Each arrow gets 50% width with a divider. Content gets extra bottom padding so the bar doesn't cover text. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Ensures menu bar icons meet 44px minimum touch target on mobile. Constrains search bar width and increases icon font size for better usability on touch devices. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds overflow-x: hidden and max-width: 100vw to html/body to prevent any element from causing horizontal scrollbar on mobile viewports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Constrains code blocks and table wrappers to viewport minus sidebar width on tablet (≤1080px) to prevent horizontal overflow when sidebar is visible. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replaces display:none toggle with transform/visibility for the TOC panel (slide from right) and opacity/visibility for the overlay (fade in/out). Both animate over 250ms for polished feel. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Tighter blockquote padding on mobile, ensures images respect max-width, and adds word-wrap/overflow-wrap to prevent long URLs from causing horizontal overflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Toggle button is hidden when a page has insufficient headings for a TOC, and re-shown when navigating to a page that does have enough headings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When mdBook navigates to a new page via MutationObserver, the mobile TOC panel, overlay, and toggle icon are all reset to closed state. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds keydown listener for Escape to close the TOC panel when open, improving keyboard accessibility on mobile/tablet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sets all inputs to 16px minimum font-size to prevent iOS Safari from auto-zooming when search bar gains focus. Constrains search results container to viewport width. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Disables all TOC slide, fade, and hover transitions when the user has prefers-reduced-motion enabled, improving accessibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds 360px breakpoint for ultra-narrow screens (iPhone SE, Galaxy Fold) with tighter padding and smaller font sizes. Adds safe-area-inset support for notched devices to prevent nav bar and toggle button from being hidden behind the home indicator. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Toggle button now visible on ALL screen sizes (was only <1200px) - Desktop (>1200px): clicking toggle hides/shows TOC in place with fade animation, content margin adjusts automatically - Mobile/tablet (<1200px): keeps slide-in panel behavior - Content area reserves 300px right margin for TOC on desktop, reclaims it when TOC is hidden via body.toc-hidden class - Escape key closes TOC on all screen sizes Co-Authored-By: Claude Opus 4.6 (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.
Summary
Test plan
mdbook buildsucceeds🤖 Generated with Claude Code