Add non-branded keywords to docs site descriptions and hero copy#1187
Merged
Conversation
Weave "Let's Encrypt", "free SSL/TLS", and "wildcard certificates" into the site meta description, og:description, landing page description, and landing hero paragraph so acmebot.dev can match generic problem-space search queries instead of only branded ones. Page titles are intentionally left unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation site’s meta descriptions and landing-page hero copy to include non-branded SEO keywords (e.g., Let’s Encrypt, free SSL/TLS, wildcard certificates) so acmebot.dev can rank for more generic search queries.
Changes:
- Expanded site-level
descriptionandog:descriptiontext in VitePress config. - Updated landing page frontmatter
descriptionto match the site description. - Updated HomePage hero paragraph to mention Let’s Encrypt/ACME CAs and wildcard support.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/.vitepress/config.ts | Updates site description and og:description strings with additional non-branded SEO keywords. |
| docs/index.md | Updates landing page frontmatter description to match the new SEO-focused site description. |
| docs/.vitepress/theme/HomePage.vue | Updates hero copy to include Let’s Encrypt/ACME keyword phrasing and wildcard support. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Related Issue
What Changed
docs/.vitepress/config.ts— sitedescriptionandog:descriptionnow mention Let's Encrypt, free SSL/TLS, wildcard certificates, DNS-01 validation, ARI-aware renewal, and Key Vault storage.docs/index.md— landing pagedescriptionfrontmatter updated to match.docs/.vitepress/theme/HomePage.vue— hero paragraph now reads "issues and renews free certificates from Let's Encrypt and other ACME CAs — DNS-01 validation, wildcard support, …".Validation
dotnet build -c Release ./Acmebot.slnxdotnet format --verify-no-changes --verbosity detailed --no-restore ./Acmebot.slnxaz bicep build -f ./deploy/azuredeploy.bicepDocs-only change; verified with
npm run buildindocs/and inspected the rendered HTML — descriptions updated, all page<title>s unchanged.Notes
titleTemplate, andog:titleare intentionally untouched.workflow_dispatchrun ofdocs.ymlafter merge.🤖 Generated with Claude Code