Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gatsby SEO #5

Closed
stbensonimoh opened this issue May 18, 2021 · 0 comments
Closed

Add Gatsby SEO #5

stbensonimoh opened this issue May 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@stbensonimoh
Copy link
Owner

Install necessary plugins

First install the plugins and the dependencies

npm install --save gatsby-plugin-next-seo react-helmet-async

Then add this to the plugin array in gatsby-config.js

module.exports {
  // ...
  plugins: [
    // ...
    'gatsby-plugin-next-seo'
  ],
}

For more information see this link and this one.

@stbensonimoh stbensonimoh added the enhancement New feature or request label May 18, 2021
@stbensonimoh stbensonimoh added this to Backlog in Website Design & Management via automation May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant