{"id":15176721,"url":"https://github.com/eteplus/unseo","last_synced_at":"2026-02-25T01:36:40.698Z","repository":{"id":226202080,"uuid":"767923543","full_name":"eteplus/unseo","owner":"eteplus","description":"Easily add SEO-boosting tags and metadata to your app.","archived":false,"fork":false,"pushed_at":"2024-03-24T09:42:28.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T04:56:29.723Z","etag":null,"topics":["astro","astro-component","seo"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eteplus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-03-06T06:25:22.000Z","updated_at":"2024-03-07T07:50:43.000Z","dependencies_parsed_at":"2024-03-06T12:20:19.353Z","dependency_job_id":"efc6870b-70e7-4977-be5f-dbdd86b20af0","html_url":"https://github.com/eteplus/unseo","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"1b51a3aae24a5d6e14125fd5ba5da43832f05086"},"previous_names":["eteplus/unseo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eteplus/unseo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteplus%2Funseo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteplus%2Funseo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteplus%2Funseo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteplus%2Funseo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eteplus","download_url":"https://codeload.github.com/eteplus/unseo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteplus%2Funseo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29808009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["astro","astro-component","seo"],"created_at":"2024-09-27T13:40:52.358Z","updated_at":"2026-02-25T01:36:40.671Z","avatar_url":"https://github.com/eteplus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unseo\n\n[![npm](https://img.shields.io/npm/v/unseo.svg)](https://www.npmjs.com/package/unseo)\n\n\u003e Easily add SEO-boosting tags and metadata to your app\n\n## Usage\n\nInstall package:\n\n```sh\n# npm\nnpm install unseo\n\n# yarn\nyarn add unseo\n\n# pnpm\npnpm install unseo\n\n# bun\nbun install unseo\n```\n\n### Astro\n\nIn any of your Astro pages, import Astro SEO and then use the component inside the \u003chead\u003e section of your HTML:\n\n```astro\n---\nimport type { SEOProps } from 'unseo/types';\nimport { SEOTags } from 'unseo/astro';\n---\n\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cSEOTags\n      title=\"unseo\"\n      defaultTitle=\"Sets the default title used when no title is set on a page\"\n      description=\"Easily add SEO-boosting tags and metadata to your app\"\n      openGraph={{\n        title: \"unseo\",\n        description: \"Easily add SEO-boosting tags and metadata to your app\",\n        type: 'article',\n        url: 'https://github.com/eteplus/unseo',\n        article: {\n          title: \"Easily add SEO-boosting tags and metadata to your app\",\n          authors: ['Eleven'],\n          tags: ['seo', 'astro']\n        }\n      }}\n      twitter={{\n        creator: \"@eteplus\"\n        ...\n      }}\n      meta={[\n        { name: \"twitter:title\", content: \"unseo\" },\n        { name: \"twitter:description\", content: \"Easily add SEO-boosting tags and metadata to your app\" },\n        { name: \"twitter:card\", content: \"summary_large_image\" }\n        { name: \"twitter:site\", content: \"@eteplus\" }\n      ]},\n      link={[\n        { rel: \"icon\", href: \"/favicon.ico\" }\n      ]}\n    /\u003e\n    ...\n  \u003c/head\u003e\n  \u003cbody\u003e\n    ....\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n\n## License\n\nMade with Eleven\n\nPublished under [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feteplus%2Funseo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feteplus%2Funseo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feteplus%2Funseo/lists"}