wasp-lang / wasp

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

Add "SEO" section in our docs #1910

Open Martinsos opened 7 months ago

Martinsos commented 7 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 7 months ago

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

vincanger commented 7 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 5 months ago

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

infomiho commented 3 weeks ago

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

Martinsos commented 3 weeks ago

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

NeroxTGC commented 2 weeks ago

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

Martinsos commented 1 week 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.