Skip to content

Remove unused SEO verification tags#425

Merged
Producdevity merged 1 commit into
stagingfrom
fix/remove-unused-seo-verification-tags
Jun 4, 2026
Merged

Remove unused SEO verification tags#425
Producdevity merged 1 commit into
stagingfrom
fix/remove-unused-seo-verification-tags

Conversation

@Producdevity

@Producdevity Producdevity commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Description

Removes unused site-verification and social metadata tags that were configured with empty fallbacks.

Fixes #385

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor
  • Other (please describe): Metadata cleanup

How Has This Been Tested?

  • Local build
  • Lint
  • Typecheck
  • Unit tests
  • Manual testing

Ran:

  • git diff --check
  • ./node_modules/.bin/eslint src/lib/seo/metadata.ts
  • ./node_modules/.bin/prettier --check src/lib/seo/metadata.ts

Screenshots (if applicable)

N/A

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • Documentation changes are not needed for this change
  • I have checked that all checks (lint, typecheck, test) pass

Notes for reviewers

The existing theme-color metadata entry is unchanged.

Summary by CodeRabbit

  • Chores
    • Removed search engine verification metadata from default configuration.

@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
emuready Ready Ready Preview, Comment Jun 4, 2026 2:41pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: c3116d7d-0360-4bd1-afe3-d35217fceb67

📥 Commits

Reviewing files that changed from the base of the PR and between e2cca97 and c418791.

📒 Files selected for processing (1)
  • src/lib/seo/metadata.ts
💤 Files with no reviewable changes (1)
  • src/lib/seo/metadata.ts

Walkthrough

Webmaster verification and social metadata tags are removed from the default SEO metadata configuration. The robots.other entries for site verification and the separate robots.verification object are deleted, reducing unused metadata in the document head.

Changes

SEO metadata verification cleanup

Layer / File(s) Summary
Remove unused verification tags from defaultMetadata.robots
src/lib/seo/metadata.ts
Webmaster verification entries (google-site-verification, msvalidate.01, yandex-verification) and the verification object are removed from defaultMetadata.robots. The fb:app_id entry is also deleted.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: removal of unused SEO verification tags from metadata configuration.
Description check ✅ Passed The description follows the template structure with all required sections completed: summary, issue reference, type of change, testing details, and checklist items marked appropriately.
Linked Issues check ✅ Passed The PR directly addresses issue #385 by removing the unused verification tags (google-site-verification, msvalidate.01, yandex-verification, fb:app_id) as specified in the issue requirements.
Out of Scope Changes check ✅ Passed All changes are focused on the stated objective: removal of unused SEO metadata tags. No out-of-scope modifications were introduced.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/remove-unused-seo-verification-tags
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/remove-unused-seo-verification-tags

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Producdevity Producdevity merged commit dc2b782 into staging Jun 4, 2026
8 checks passed
@Producdevity Producdevity deleted the fix/remove-unused-seo-verification-tags branch June 4, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: configure or remove unused SEO metadata verification tags

1 participant