Add Google Search Console domain verification file#7945
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This is my first Gremlin task. |
WalkthroughThis PR adds a single Google site verification meta directive to a public HTML file in the apps/site directory, enabling domain ownership verification with Google Search Console or related services. ChangesGoogle Site Verification
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/site/public/googlefaa7f4e155c761f5.html`:
- Line 1: The Google verification file googlefaa7f4e155c761f5.html must remain
exactly as-is but is triggering an HTMLHint "doctype" lint error; update the
repository's lint configuration to ignore or disable the "doctype" rule for
files matching the pattern google*.html (or add an override/exclude for
googlefaa7f4e155c761f5.html) so the verifier file is not modified—refer to
HTMLHint/.htmlhintrc or your linter config and add an exclusion or rule override
for the doctype rule for these files.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: f81ecf77-a28b-4902-aff9-6209c119a536
📒 Files selected for processing (1)
apps/site/public/googlefaa7f4e155c761f5.html
Adds
googlefaa7f4e155c761f5.htmlto the site'spublic/directory so it is served at the root URL (https://www.prisma.io/googlefaa7f4e155c761f5.html). This enables Google Search Console domain verification for www.prisma.io.The file contains the required verification string:
google-site-verification: googlefaa7f4e155c761f5.html.Summary by CodeRabbit