Gathering detailed insights and metrics for gatsby-plugin-react-helmet
Gathering detailed insights and metrics for gatsby-plugin-react-helmet
Gathering detailed insights and metrics for gatsby-plugin-react-helmet
Gathering detailed insights and metrics for gatsby-plugin-react-helmet
gatsby-plugin-react-helmet-async
Use react-helmet-async with Gatsby
@ptb/gatsby-plugin-react-helmet
gatsby-plugin-react-helmet-canonical-urls
Add canonical links to HTML pages Gatsby generates using React Helmet.
@bruqui/gatsby-plugin-react-helmet-async
Use React Helmet Async with your Gatsby site
The best React-based framework with performance, scalability and security built in.
npm install gatsby-plugin-react-helmet
Typescript
Module System
Min. Node Version
Node Version
NPM Version
19.3
Supply Chain
37.4
Quality
75.8
Maintenance
50
Vulnerability
91.7
License
gatsby-source-shopify@9.0.0
Updated on Jan 07, 2025
gatsby-link@5.14.1
Updated on Jan 07, 2025
gatsby-source-contentful@8.15.0
Updated on Jan 07, 2025
v5.14.0
Updated on Nov 06, 2024
gatsby-source-shopify@8.13.2
Updated on Oct 28, 2024
gatsby-source-wordpress@7.13.5 and 6 more...
Updated on Oct 28, 2024
JavaScript (58.91%)
TypeScript (38.71%)
CSS (1.05%)
HTML (0.69%)
MDX (0.45%)
Shell (0.13%)
Dockerfile (0.03%)
PHP (0.02%)
EJS (0.01%)
Total Downloads
83,546,050
Last Day
13,311
Last Week
155,851
Last Month
669,153
Last Year
7,814,332
MIT License
55,897 Stars
21,738 Commits
10,293 Forks
720 Watchers
316 Branches
3,967 Contributors
Updated on Jul 01, 2025
Minified
Minified + Gzipped
Latest Version
6.14.0
Package Id
gatsby-plugin-react-helmet@6.14.0
Unpacked Size
41.49 kB
Size
6.82 kB
File Count
8
NPM Version
lerna/3.22.1/node@v20.11.1+arm64 (darwin)
Node Version
20.11.1
Published on
Nov 06, 2024
Cumulative downloads
Total Downloads
1
2
4
Provides drop-in support for server rendering data added with React Helmet.
React Helmet is a component which lets you control your document head using their React component.
With this plugin, attributes you add in their component, e.g. title, meta attributes, etc. will get added to the static HTML pages Gatsby builds.
This is important not just for site viewers, but also for SEO -- title and description metadata stored in the document head is a key component used by Google in determining placement in search results.
The gatsby-plugin-react-helmet
package will be deprecated in the future. The new Gatsby Head API is easier to use, more performant, has a smaller bundle size, and supports the latest React features. Update to gatsby@^4.19.0
to use it.
1npm install gatsby-plugin-react-helmet react-helmet
Just add the plugin to the plugins array in your gatsby-config.js
1plugins: [`gatsby-plugin-react-helmet`]
gatsby-plugin-offline
If you're using gatsby-plugin-offline
, you might notice that when opening a link in the background, the title doesn't appear in the tab bar until switching to that tab. This is an upstream issue with React Helmet; however, it can be worked around by passing the defer={false}
prop into your Helmet
component. For example:
1<Helmet title="foo bar" defer={false} />
If you are using this plugin with React hooks, you may notice some errors like maximum call stack size exceeded
. To ensure everything is running smoothly when using these technologies together, make sure to validate the following:
gatsby-plugin-react-helmet
react-helmet
import { Helmet } from 'react-helmet'
rather than the old import Helmet from 'react-helmet'
No vulnerabilities found.
Reason
15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 20/25 approved changesets -- score normalized to 8
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
100 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
3.2%
13,311
Compared to previous day
Last Week
-3.1%
155,851
Compared to previous week
Last Month
7.9%
669,153
Compared to previous month
Last Year
-23.7%
7,814,332
Compared to previous year