Skip to content

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

Open
rickstaa wants to merge 1 commit intomainfrom
fix/seo-meta-and-source-maps
Open

fix: add meta description and enable production source maps#600
rickstaa wants to merge 1 commit intomainfrom
fix/seo-meta-and-source-maps

Conversation

@rickstaa
Copy link
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
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
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

2 participants