Additional website sources — hiero.org/blog + Support & Care (config-only)#30
Merged
Merged
Conversation
…nly) Resolved open questions against the live sites: - hiero.org has /sitemap.xml (flat urlset, 62 /blog/<post> entries); robots is a Next.js HTML catch-all (allow-all); posts use <main><article>, no OG meta. -> hiero source: /sitemap.xml, /blog/**, selector "main article". - Support & Care is 2 pages under /en/ (support-care, support-care-maven) in /en/sitemap.xml. -> support-and-care source: /en/support-care*, selector "body" + content-exclude. No code changes — both added to application.yaml. ConfiguredSourcesTest verifies binding. 145 tests green. steps.md records the findings; CLAUDE.md updated. Refs #29
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
Adds
hiero.org/blogand Open Elements Support & Care as configuration-only sources — no code changes, proving theContentSourceabstraction. Open questions resolved against the live sites.Findings
/sitemap.xml(flat urlset, 62/blog/<post>entries) →/sitemap.xml+/blog/**, no fallback needed. robots.txt is a Next.js HTML catch-all (allow-all). Posts use<main><article>; no OpenGraph meta (title falls back to<title>/<h1>)./en/(/en/support-care,/en/support-care-maven) in/en/sitemap.xml→/en/support-care*, selectorbody+ content-exclude. OE robots isAllow: /.Changes
application.yaml:hieroandsupport-and-caresourcesConfiguredSourcesTest: verifies all three sources bind from YAML with the expected type/URLs/selectorsTest coverage
Closes #29
🤖 Generated with Claude Code