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

SEO Review #15

Open kempsterrrr opened 4 weeks ago

kempsterrrr commented 4 weeks ago

WIP TODOs:

questions:

  1. Why are we rendering pages like tracks and fundamentals on the client? Could these be server-rendered or statically generated, as this would be helpful with SEO, Speed and indexing?
kempsterrrr commented 4 weeks ago

OK, it looks like the issue in the second point about pages being rendered is that we're rendering them on the client. The same issue is present on the production academy site. If we can solve that on this new version with SSG/SSR rendering those pages, that would be great for SEO/UX/Performance, etc.

kempsterrrr commented 2 weeks ago

@Markkos89 sitemap is looking niiiiiiiice, good work. Quick fix needed on this, there are double slashes appearing in some of the URLs in the sitemap.xml file here

image

Markkos89 commented 2 weeks ago

@Markkos89 sitemap is looking niiiiiiiice, good work. Quick fix needed on this, there are double slashes appearing in some of the URLs in the sitemap.xml file here

image

Alright, fixed it on https://github.com/Developer-DAO/academy-t3-app-router/pull/17

:muscle:

kempsterrrr commented 2 weeks ago

amazing shipping @Markkos89 letsssgoooo

Markkos89 commented 2 weeks ago

amazing shipping @Markkos89 letsssgoooo

Thanks kemps! :raised_hands:

Can you check again if every page is being indexed now? :thinking: :pray:

Thanks in advance!

Markkos89 commented 2 weeks ago

@kempsterrrr quick question, just to be sure, this is the desired favicon? :thinking:

image

in case is not, can you please let me know which one?

kempsterrrr commented 1 week ago

amazing shipping @Markkos89 letsssgoooo

Thanks kemps! 🙌

Can you check again if every page is being indexed now? 🤔 🙏

Thanks in advance!

I think this is working ok, tools seem to be recognising the sitemap however as the pages are rendered with JavaScript the tool isn't crawling them because I need the very expensive paid version to do that. I think this is fine to ship as is and will make a note to look into it later this week when I have a little more time to see if can figure it out.,

in case is not, can you please let me know which one?

these are the correct ones yes, although use the square logo for the favicon as they show as squares in the browser.