🚀 5 minutes tutorial
SEO

SEO

SEO component

The SEO component is already made in the inertia/app/components/seo.tsx file, using react-helmet package.

Use it in your pages like this:

index.tsx
<Seo title={`${AppConfig.brandName} - The ultimate boilerplate for your needs.`}
     description={"TurboSaaS is a comprehensive AdonisJS boilerplate with Inertia.js, enabling developers to quickly ship projects with built-in features like Stripe, Lemon Squeezy, and authentication."}
     keywords={"TurboSaaS, AdonisJS, Inertia.js, boilerplate, Stripe integration, Lemon Squeezy, authentication, developer tools, SaaS, web development, turbosaas, shipfast, boilerplate, saas, saas boilerplate, saas tool, saas generator, saas template,"} />