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.jsonfile. - A preconfigured
manifest.jsfile 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.jsto generate the necessary metadata for your web application.