Developer-DAO / academy-t3-app-router

Academy T3 app router migration + rainbowkit 2 + wagmi 2 + next-auth 4
https://academy-t3-app-router.vercel.app
1 stars 1 forks source link

Feat: release version without dashboard and dynamic SEO metadata for all pages #14

Closed Markkos89 closed 1 month ago

Markkos89 commented 1 month ago

Changes

API Updates

New Features (required)

Fixes # Connects #

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
academy-t3-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2024 0:13am
kempsterrrr commented 1 month ago

Great work, dude. Leaving some comments about SEO and updates. I changed the settings in Vercel to make preview links public so we can test the pages using https://metatags.io/.

  1. Homepage description is missing image

  2. Old meta image for arweave 202 image

  3. Missing preview image on /tracks for arweave 201 and half of the title image

  4. Missing metae images for a few courses also:

This is the location. It's loading the default image at the moment:

<meta property="og:image" content="https://academy-t3-app-router-lhhnlh25d-developdao.vercel.app/meta-images/default-meta-image.png">

It should be like this:

<meta property="og:image" content="https://academy-t3-app-router-lhhnlh25d-developdao.vercel.app/default-meta-image.png">

Or the file should be relocated in the code base so the 1st URL works

kempsterrrr commented 1 month ago

@Markkos89 I'm merging this so i can doa full SEO review on a production deployment. I'll open an issue/PR with comments/changes