fix(seo): classify non-production homepages - #10
Open
quantalchemy-ares-agent[bot] wants to merge 2 commits into
Open
fix(seo): classify non-production homepages#10quantalchemy-ares-agent[bot] wants to merge 2 commits into
quantalchemy-ares-agent[bot] wants to merge 2 commits into
Conversation
quantalchemy-ares-agent
Bot
requested a review
from ralphsmith80
as a code owner
August 30, 2026 00:08
|
Automatic reviews are disabled for this repository. |
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
QuantAlchemy/solbeautyas a client production site withhttps://www.solbeauty.studioas its supported homepage.QuantAlchemy/trading-journalas retired and require an empty GitHub homepage because Quant Companion now owns/journal.expected_homepageso missing or null values can never authorize a destructive clear.Evidence
https://www.solbeauty.studio/returns direct HTTP 200 and declares its matching canonical URL.https://ben-hairstyle.vercel.app/returns HTTP 404.https://trading-journal-rho-sand.vercel.app/returns HTTP 200 but has no canonical, while/robots.txtand/sitemap.xmlreturn HTTP 404.https://www.quant-companion.quantalchemy.io/journalas the successor to the standalone app.Verification
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest tests/test_seo_fleet_audit.py tests/test_update_repo_homepages.py -v-> 52 passed.git diff --check-> passed.QuantAlchemy/solbeauty: dead Vercel URL tohttps://www.solbeauty.studioQuantAlchemy/trading-journal: stale Vercel URL to empty homepageOwner action required
The QuantAlchemy Ares GitHub App can read both repositories but cannot edit repository settings. The verified apply command returned HTTP 403
Resource not accessible by integration. After merge, a repository owner can run:The helper verifies GitHub's persisted value after every write.
Risk
Low. The config change is additive. Existing production-site crawl behavior is unchanged. Until an owner applies the two GitHub settings, the live audit intentionally remains at defect status 1 with exact receipts.