chore: refine UI, add JSON-LD, polish category SEO#3107
Merged
Conversation
… category pages Co-Authored-By: Claude <noreply@anthropic.com>
On category pages desc-rows are always visible. On the index page they were always hidden. Now they become visible whenever a tag/category filter is applied, giving filtered results the same richness as category pages. Also tightens two related CSS rules: border-bottom suppression only fires when the adjacent desc-row is actually visible, and the expand-row description is hidden while the desc-row is already showing to avoid duplicate text. Co-Authored-By: Claude <noreply@anthropic.com>
Tag clicks on category/other pages now land with the results section scrolled into view. Co-Authored-By: Claude <noreply@anthropic.com>
…lements Convert <button> tags for subcategory, group, and source filters to <a> elements with href attributes so browsers surface URL preview on hover, support open-in-new-tab, and allow middle-click navigation. Co-Authored-By: Claude <noreply@anthropic.com>
…ont-size rule Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
…mList for SEO/AEO Co-Authored-By: Claude <noreply@anthropic.com>
…category pages Co-Authored-By: Claude <noreply@anthropic.com>
- Wrap category pages in a self-contained @graph (WebSite + CollectionPage) - Set canonical @id on CollectionPage to its URL (no hash fragment) - Expand isPartOf to typed object {"@type": "WebSite", "@id": ...} - Extract _website_node() and ISPARTOF_WEBSITE constants to avoid repetition - Update tests to assert @graph structure on category pages Co-Authored-By: Claude <noreply@anthropic.com>
…hen present, count first as fallback Co-Authored-By: Claude <noreply@anthropic.com>
Google truncates pipe separators and treats hyphens as cleaner word boundaries in SERP titles. Co-Authored-By: Claude <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
Mix of UI refinement and SEO/AEO work on the static site (no listings change).
SEO / AEO
WebSite+CollectionPagewith anItemListof visible projects@graphpattern to category, group, and subcategory pages (eachCollectionPageisisPartOfthe sharedWebSitenode, Yoast/RankMath style)|to-UI
#library-indexon non-index pagesvar(--text-xs)(12px minimum)cursesTest plan
make buildsucceeds (14 groups, 71 categories, 537 entries)uv run pytest website/tests/test_build.py -v— 54 passedindex.htmlJSON-LD parses, containsWebSite+CollectionPage+ItemList-separator, meta description leads with real description🤖 Generated with Claude Code