-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
WIP TODOs:
- add sitemap: next docs, video guide
- Only
/
,/tracks
&/fundamentals
are being indexed when crawled. all pages need to be indexed. I'm unsure what is causing this yet but am asking an SEO friend - SEO title generation does not include the site name. For the Arweave 101 track page, the title in the Search results should be
Arweave 101: Building Apps on Arweave | Developer DAO Academy
whereas this version, it isArweave 101: Building Apps on Arweave
-| Developer DAO Academy
is missing from the end. The inclusion of| Developer DAO Academy
should be programmatic and added to all pages automatically. - ensure URLs are using
-
"dashes" in between words not_
underscores, example for CLI Lesson using underscores -https://academy-t3-app-router.vercel.app/fundamentals/cli_lesson
- update favicon to use latest logo from the DD brand guide
- 404 page isn't working
** questions:**
- 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?
Metadata
Metadata
Assignees
Labels
No labels