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

Change the Site Metadata #1

Closed
stbensonimoh opened this issue May 18, 2021 · 0 comments · Fixed by #6
Closed

Change the Site Metadata #1

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

Comments

@stbensonimoh
Copy link
Owner

Edit the current site information
Edit the current site information & metadata in gatsby-config.js to include interesting information like:

  • social media accounts (LinkedIn, Facebook, Instagram, GitHub, etc)
  • think of other interesting data to add to the site information

The current site metadata is something like this:

siteMetadata: {
    title: `Gatsby Starter Blog`,
    author: {
      name: `Kyle Mathews`,
      summary: `who lives and works in San Francisco building useful things.`,
    },
    description: `A starter blog demonstrating what Gatsby can do.`,
    siteUrl: `https://gatsby-starter-blog-demo.netlify.app/`,
    social: {
      twitter: `kylemathews`,
    },
  }
@stbensonimoh stbensonimoh added the enhancement New feature or request label May 18, 2021
@stbensonimoh stbensonimoh added this to the Website Design started milestone May 18, 2021
@stbensonimoh stbensonimoh added this to Backlog in Website Design & Management via automation May 18, 2021
@stbensonimoh stbensonimoh moved this from Backlog to In progress in Website Design & Management May 20, 2021
stbensonimoh added a commit that referenced this issue May 20, 2021
The website metadata and information will help search engines better index the website and provide extra information about the author for use in the entire website.

Fixes issue #1
@stbensonimoh stbensonimoh linked a pull request May 20, 2021 that will close this issue
@stbensonimoh stbensonimoh moved this from In progress to Done in Website Design & Management May 20, 2021
@stbensonimoh stbensonimoh moved this from Done to In progress in Website Design & Management May 20, 2021
Website Design & Management automation moved this from In progress to Done May 20, 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

Successfully merging a pull request may close this issue.

1 participant