Marketing
SEO
How to set up SEO for your Cascade project
SEO is the process of optimizing your website for search engines. It involves optimizing your website’s content, structure, and metadata to improve its visibility and ranking in search engine results pages (SERPs).
Cascade offers several utilities to help you set up SEO for your project. These include:
- sitemap generation that you can find at
src/app/sitemap.ts
, it is used by search engines to crawl your website and index your pages. Sitemap is adynamic MetadataRoute that you could easily populate with your content. As a starting point you have a basic sitemap that you can customize to fit your needs.
- metadata from next that you can find in the main landing page
src/app/(landing)/page.tsx
, it is used by search engines to provide information about your website, such as title, description, and keywords.
- automatic open graph image generation that you can find at
src/app/api/og.ts
, it is used by search engines to provide a preview image for your website. You can swap the logo and design with your own.