Skip to content

Commit

Permalink
docs: update seo.md (#237)
Browse files Browse the repository at this point in the history
seperate -> separate
  • Loading branch information
eltociear authored Jul 16, 2024
1 parent 205d072 commit 1abcdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensaas-sh/blog/src/content/docs/guides/seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app SaaSTemplate {
Change the above highlighted meta tags to match your app. Wasp will inject these tags into the HTML of your `index.html` file, which is the Landing Page (`app/src/client/landing-page/LandingPage.tsx`), in this case.
This means you **do not** need to rely on a seperate app or framework to serve your landing page for SEO purposes.
This means you **do not** need to rely on a separate app or framework to serve your landing page for SEO purposes.
:::tip[Star our Repo on GitHub! 🌟]
We've packed in a ton of features and love into this SaaS starter, and offer it all to you for free!
Expand Down Expand Up @@ -64,4 +64,4 @@ Open SaaS and Wasp do not currently have a SSR option (although it is coming soo
That's because the meta tags for the landing page (described above), plus the Astro docs/blog provided with Open SaaS are more than enough! Not to mention, Google is also able to crawl websites with JavaScript activated, making SSR unnecessary.
For example, try searching "Open SaaS" on Google and you'll see this App, which was built with this template, as the first result!
![open-saas-google-search](/seo/open-saas-google.png)
![open-saas-google-search](/seo/open-saas-google.png)

0 comments on commit 1abcdf7

Please sign in to comment.