Skip to content

feat: add SEO metadata to all pages using Next.js Metadata API#804

Merged
GoSTEAN merged 2 commits into
Netwalls:mainfrom
anjali-rayy:feat/seo-metadata
May 28, 2026
Merged

feat: add SEO metadata to all pages using Next.js Metadata API#804
GoSTEAN merged 2 commits into
Netwalls:mainfrom
anjali-rayy:feat/seo-metadata

Conversation

@anjali-rayy
Copy link
Copy Markdown
Contributor

Closes

Closes #802

What this PR does

Adds proper <title> and <meta> tags to all pages using the Next.js Metadata API.

Testing

  • Verified title template renders correctly via Next.js Metadata API
  • Portfolio page title resolves to "My Portfolio — BoxMeOut"
  • Market detail page generates dynamic title with market ID
  • OpenGraph tags added for social sharing on market detail page

Screenshots (frontend changes only)

N/A — metadata changes are not visible in UI but reflect in browser tab and social previews

Checklist

  • I have read the contribution guidelines
  • My changes follow the project code style
  • I have tested my changes

- Add title template and default title in root layout
- Add generateMetadata with OpenGraph tags for market detail page
- Add portfolio layout with static metadata

Closes #802
>>
>> - Add title template and default title in root layout
>> - Add generateMetadata with OpenGraph tags for market detail page
>> - Add portfolio layout with static metadata
>>
>> Closes #802
@GoSTEAN GoSTEAN merged commit a44f7ee into Netwalls:main May 28, 2026
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.

[FRONTEND] Add SEO metadata to all pages

2 participants