Skip to content

Commit

Permalink
SEO install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouncer27 committed Jun 28, 2023
1 parent f556bf2 commit 26ad20f
Show file tree
Hide file tree
Showing 5 changed files with 939 additions and 2 deletions.
24 changes: 24 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,30 @@ module.exports = {
icon: `src/images/favicon.png`, // This path is relative to the root of the site.
},
},
`gatsby-plugin-sitemap`,
{
resolve: `gatsby-plugin-google-gtag`,
options: {
trackingIds: ["G-KT1QWDLM69"],
},
pluginConfig: {
head: true,
},
},
{
resolve: "gatsby-plugin-robots-txt",
options: {
host: "https://rupssmokehousejerky.com/",
sitemap: "https://rupssmokehousejerky.com/sitemap-index.xml",
policy: [{ userAgent: "*", allow: "/" }],
},
},
{
resolve: `gatsby-plugin-canonical-urls`,
options: {
siteUrl: `https://rupssmokehousejerky.com/`,
},
},
`gatsby-plugin-netlify`,
],
}

0 comments on commit 26ad20f

Please sign in to comment.