{"id":15419342,"url":"https://github.com/me4502/gatsby-plugin-react-helmet-async","last_synced_at":"2025-04-14T16:22:11.318Z","repository":{"id":37970406,"uuid":"217967789","full_name":"me4502/gatsby-plugin-react-helmet-async","owner":"me4502","description":"Use react-helmet-async with Gatsby","archived":false,"fork":false,"pushed_at":"2023-03-15T08:10:32.000Z","size":1469,"stargazers_count":20,"open_issues_count":7,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T05:06:11.026Z","etag":null,"topics":["gatsby","gatsby-plugin","react","react-helmet","react-helmet-async"],"latest_commit_sha":null,"homepage":"https://collabsalot.github.io/gatsby-plugin-react-helmet-async/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/me4502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T04:45:30.000Z","updated_at":"2023-09-20T11:35:34.000Z","dependencies_parsed_at":"2024-06-18T15:20:50.422Z","dependency_job_id":"908d66cb-50cb-44ce-b0f0-af23c8b462f4","html_url":"https://github.com/me4502/gatsby-plugin-react-helmet-async","commit_stats":{"total_commits":105,"total_committers":7,"mean_commits":15.0,"dds":0.6285714285714286,"last_synced_commit":"04c8a39cc338b55e2826e080351c68d5ea4cc5fb"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fgatsby-plugin-react-helmet-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fgatsby-plugin-react-helmet-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fgatsby-plugin-react-helmet-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me4502%2Fgatsby-plugin-react-helmet-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me4502","download_url":"https://codeload.github.com/me4502/gatsby-plugin-react-helmet-async/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248553927,"owners_count":21123552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gatsby","gatsby-plugin","react","react-helmet","react-helmet-async"],"created_at":"2024-10-01T17:24:49.228Z","updated_at":"2025-04-14T16:22:11.296Z","avatar_url":"https://github.com/me4502.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM package downloads](https://img.shields.io/npm/dt/gatsby-plugin-react-helmet-async)](https://www.npmjs.com/package/gatsby-plugin-react-helmet-async)\n[![Depfu](https://img.shields.io/depfu/Me4502/gatsby-plugin-react-helmet-async)](https://depfu.com/repos/github/Me4502/gatsby-plugin-react-helmet-async)\n![Code size](https://img.shields.io/github/languages/code-size/Me4502/gatsby-plugin-react-helmet-async)\n![Repo size](https://img.shields.io/github/repo-size/Me4502/gatsby-plugin-react-helmet-async)\n\n# gatsby-plugin-react-helmet-async\n\n## Description\n\nProvides drop-in support for server rendering data added with [React Helmet Async](https://github.com/staylor/react-helmet-async).\n\nReact Helmet Async is a component which lets you control your document head using their React component.\n\nWith this plugin, attributes you add in their component, e.g. title, meta attributes, etc. will get added to the static HTML pages Gatsby builds.\n\nThis 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.\n\n## How to install\n\nReplace `yarn add` with `npm i` if you're using npm, or `pnpm add` for pnpm:\n\n```bash\nyarn add react-helmet-async gatsby-plugin-react-helmet-async\n```\n\n`react-helmet-async` requires your `react` and `react-dom` to be at least `16.6.0`. If they're older than that, you'll need to upgrade them:\n\n```bash\nyarn add react@^16.6.0 react-dom@^16.6.0\n```\n\n### Using TypeScript\n\nThis package includes its own types, as do `gatsby` and `react-helmet-async`. To get types for the other packages, you'll need to install them separately:\n\n```bash\nyarn add -D @types/react @types/react-dom\n```\n\n## How to use\n\nJust add the plugin to the plugins array in your `gatsby-config.js`:\n\n```js\nmodule.exports = {\n    plugins: [`gatsby-plugin-react-helmet-async`]\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme4502%2Fgatsby-plugin-react-helmet-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme4502%2Fgatsby-plugin-react-helmet-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme4502%2Fgatsby-plugin-react-helmet-async/lists"}