{"id":15857374,"url":"https://github.com/timmikeladze/meteor-react-helmet","last_synced_at":"2025-04-01T19:36:28.506Z","repository":{"id":74921614,"uuid":"48354851","full_name":"TimMikeladze/meteor-react-helmet","owner":"TimMikeladze","description":"react-helmet (meteor package): A document head manager for React","archived":false,"fork":false,"pushed_at":"2015-12-21T06:41:13.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T20:51:21.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimMikeladze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-21T06:27:42.000Z","updated_at":"2024-12-18T23:11:14.000Z","dependencies_parsed_at":"2023-03-15T21:00:29.862Z","dependency_job_id":null,"html_url":"https://github.com/TimMikeladze/meteor-react-helmet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-helmet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-helmet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-helmet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-helmet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimMikeladze","download_url":"https://codeload.github.com/TimMikeladze/meteor-react-helmet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246701322,"owners_count":20820037,"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":[],"created_at":"2024-10-05T20:22:42.446Z","updated_at":"2025-04-01T19:36:28.477Z","avatar_url":"https://github.com/TimMikeladze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n`meteor add nfl:react-helmet`\n\nThis reusable React component will manage all of your changes to the document head with support for document title, meta, link, script, and base tags. For full documentation visit the [react-helmet](https://github.com/nfl/react-helmet) repo.\n\n**Integrated with reactrouter:react-router-ssr for server-rendering SEO**\n\n## Examples\n```javascript\nApplication = React.createClass({\n    render() {\n        return (\n            \u003cdiv className=\"application\"\u003e\n                \u003cReactHelmet title=\"My Title\" /\u003e\n                ...\n            \u003c/div\u003e\n        );\n    }\n});\n```\n\n```javascript\nApplication = React.createClass({\n    render() {\n        return (\n            \u003cdiv className=\"application\"\u003e\n                \u003cReactHelmet\n                    title=\"My Title\"\n                    titleTemplate=\"MySite.com - %s\"\n                    base={{\"target\": \"_blank\", \"href\": \"http://mysite.com/\"}}\n                    meta={[\n                        {\"name\": \"description\", \"content\": \"Helmet application\"},\n                        {\"property\": \"og:type\", \"content\": \"article\"}\n                    ]}\n                    link={[\n                        {\"rel\": \"canonical\", \"href\": \"http://mysite.com/example\"},\n                        {\"rel\": \"apple-touch-icon\", \"href\": \"http://mysite.com/img/apple-touch-icon-57x57.png\"},\n                        {\"rel\": \"apple-touch-icon\", \"sizes\": \"72x72\", \"href\": \"http://mysite.com/img/apple-touch-icon-72x72.png\"}\n                    ]}\n                    script={[\n                      {\"src\": \"http://include.com/pathtojs.js\", \"type\": \"text/javascript\"}\n                    ]}\n                    onChangeClientState={(newState) =\u003e console.log(newState)}\n                /\u003e\n                ...\n            \u003c/div\u003e\n        );\n    }\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmikeladze%2Fmeteor-react-helmet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmikeladze%2Fmeteor-react-helmet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmikeladze%2Fmeteor-react-helmet/lists"}