wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.91k stars 1.19k forks source link

Add "SEO" section in our docs #1910

Open Martinsos opened 8 months ago

Martinsos commented 8 months ago

Explain the state of SEO in Wasp, explain how they can set the meta tags for the landing page right now via head, and say also what we are planning for the future.

Related convo: https://discord.com/channels/686873244791210014/943092165964349500/1219983337985151026 .

Martinsos commented 8 months ago

A bit more about future plans: https://github.com/wasp-lang/wasp/issues/911 .

vincanger commented 8 months ago

i added a "word on SSR & SEO" to OpenSaaS. Here it is for reference https://docs.opensaas.sh/guides/seo/#a-word-on-ssr--seo

Martinsos commented 6 months ago

Also mention usage of https://github.com/staylor/react-helmet-async as a solution.

infomiho commented 1 month ago

A bit of a circular reference, but still another user looking for this: https://ptb.discord.com/channels/686873244791210014/1294555644770127893/1294555644770127893

Martinsos commented 1 month ago

Related convo https://discord.com/channels/686873244791210014/1294555644770127893/1294555644770127893 .

NeroxTGC commented 1 month ago

Just improved a little bit the SEO page: https://github.com/wasp-lang/open-saas/pull/297

Martinsos commented 1 month ago

Solution to ensure that all SPA pages are tracked (by @NeroxTGC ):

https://discord.com/channels/686873244791210014/1300366557309833236/1300388969934094388 .

Might be interesting to add to docs, or as a feature, or maybe as a guide, we have to yet see what it would fit, but I wanted to link to it here so we don't forget it.

Martinsos commented 1 week ago

Might also be interesting for us, @NeroxTGC recommended this guy's post: https://www.analyticsmania.com/post/single-page-web-app-with-google-tag-manager/

Martinsos commented 1 week ago

Some more useful stuff by @NeroxTGC here https://discord.com/channels/686873244791210014/1308427203641344031/1308441840319598593 .