Docs
SEO
Files
Manifest

Configuring Manifest for SEO in Next.js

Overview

The manifest.json file provides important metadata about your web application to the browser, enhancing SEO. In StartupBolt, this is preconfigured, making it easier to set up.

1. Preconfigured manifest.js

Setup:

  • You don't have to manually set up a manifest.json file.
  • A preconfigured manifest.js file returns a Manifest object and can be found at /app/manifest.js.

2. Configuration Values

Location: Configure the following values in /settings.js located in the root directory:

  • APP.name
  • APP.short_name
  • APP.description
  • COLORS.backgroundColor
  • COLORS.themeColor

Important Notes

  • The above values will be used in manifest.js to generate the necessary metadata for your web application.