Skip to content

fix: add meta description and enable production source maps#600

Merged
ECWireless merged 1 commit into
mainfrom
fix/seo-meta-and-source-maps
Mar 26, 2026
Merged

fix: add meta description and enable production source maps#600
ECWireless merged 1 commit into
mainfrom
fix/seo-meta-and-source-maps

Conversation

@rickstaa
Copy link
Copy Markdown
Member

Summary

  • Add meta description tag to resolve Lighthouse SEO warning, boosting SEO score to near 100
  • Enable productionBrowserSourceMaps in Next.js config to resolve Lighthouse Best Practices warning for unminified first-party JS

Extracted from #509 by @Roaring30s — Lighthouse SEO and Best Practices improvements.

Partially addresses #433.

Test plan

  • Verify meta description appears in page source
  • Run Lighthouse SEO audit and confirm score improvement
  • Verify source maps are generated in production build
  • Confirm source maps don't increase client-side bundle size (they're loaded on-demand by dev tools)

🤖 Generated with Claude Code

Add meta description for SEO to resolve Lighthouse warning.
Enable production source maps for better debugging and to resolve
Lighthouse Best Practices warning for large first-party JavaScript.

Extracted from #509.

Co-Authored-By: Sebastian <115311276+Roaring30s@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rickstaa rickstaa requested a review from ECWireless as a code owner March 25, 2026 11:07
Copilot AI review requested due to automatic review settings March 25, 2026 11:07
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 25, 2026

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

Project Deployment Actions Updated (UTC)
explorer-arbitrum-one Ready Ready Preview, Comment Mar 25, 2026 11:07am

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets Lighthouse SEO/Best Practices warnings by adding a global meta description and enabling production browser source maps in the Next.js config.

Changes:

  • Added a global <meta name="description"> tag in the app head.
  • Enabled productionBrowserSourceMaps in next.config.js to emit client source maps in production builds.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pages/_app.tsx Adds a global meta description to address Lighthouse SEO warnings.
next.config.js Enables production browser source maps to address Lighthouse Best Practices warnings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-project-automation github-project-automation Bot moved this from Triage to Ready to Merge in Engineering Roadmap Mar 26, 2026
@ECWireless ECWireless merged commit 3529620 into main Mar 26, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this from Ready to Merge to Done in Engineering Roadmap Mar 26, 2026
@ECWireless ECWireless deleted the fix/seo-meta-and-source-maps branch March 26, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants