Sanitize internal terms + homepage SEO rewrite#119
Open
morissette wants to merge 2 commits into
Open
Conversation
Sweep five existing posts to remove references to internal product names, project codes, GCS bucket names, GCP project IDs, and personal-domain hostnames. All replacements use generic placeholders or imagined product names so the technical narrative still reads clearly. Files force-added: blog/*.txt is otherwise gitignored (posts ship via DB import) — adding these five so the sanitization mapping is auditable in git history. The canonical term-to-replacement table is in the project memory file reference_zebra_sanitize_terms.md and surfaced via the cloudista-seo-rank-fix skill. Production DB and the live site already reflect the sanitized text. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GSC reports 0% CTR at avg position 3.74 on the brand query "cloudista" — 46 impressions across 36 days, zero clicks. Differentiate the SERP listing with a sharper title and a more specific meta description that names the actual tech stack and adds an author byline. Title: Cloudista — DevOps & Platform Engineering Blog by Marie H. Description leads with "Hands-on" and lists Kubernetes, Terraform, GCP, AWS, and CI/CD. JSON-LD now includes an author.Person field so the authorship signal is structured, not just textual. OG and Twitter cards updated to match. Production deployed via 'make site'. Google Indexing API URL_UPDATED ping sent (200 OK) so the SERP snippet refreshes faster than the default crawl cadence. Co-Authored-By: Claude Opus 4.7 (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
blog/*.txtis normally gitignored; force-adding so the sanitization mapping is auditable in git history. Production DB already reflects sanitized text.<title>+ meta description + OG + Twitter + JSON-LD to differentiate the SERP listing on the "cloudista" brand query (currently 0% CTR @ avg position 3.74). Addsauthor.Person.Marie H.JSON-LD field. Already deployed viamake siteand pinged via Indexing API.Sanitization mapping table is in CHANGELOG.md and the project memory file
reference_zebra_sanitize_terms.md. The reusable workflow is captured in thecloudista-seo-rank-fixskill.Test plan
<title>confirmed:curl -s https://cloudista.org/ | grep '<title>'blog/*.txtfor sanitization patterns returns zero hits🤖 Generated with Claude Code