{"id":27287172,"url":"https://github.com/rowana-ai/rowana-core","last_synced_at":"2026-04-08T16:00:42.594Z","repository":{"id":287080740,"uuid":"963021681","full_name":"rowana-ai/rowana-core","owner":"rowana-ai","description":"control how ai sees your brand","archived":false,"fork":false,"pushed_at":"2025-04-09T21:29:04.000Z","size":337,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T07:53:53.619Z","etag":null,"topics":["geo","json-ld","llmo","llms","npm","seo","structured-data"],"latest_commit_sha":null,"homepage":"https://rowana.ai/","language":"JavaScript","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/rowana-ai.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,"zenodo":null}},"created_at":"2025-04-09T03:20:21.000Z","updated_at":"2025-11-22T13:06:27.000Z","dependencies_parsed_at":"2025-04-11T20:13:15.999Z","dependency_job_id":null,"html_url":"https://github.com/rowana-ai/rowana-core","commit_stats":null,"previous_names":["rowana-ai/rowana-core","jayminwest/rowana-core"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rowana-ai/rowana-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowana-ai%2Frowana-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowana-ai%2Frowana-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowana-ai%2Frowana-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowana-ai%2Frowana-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rowana-ai","download_url":"https://codeload.github.com/rowana-ai/rowana-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowana-ai%2Frowana-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["geo","json-ld","llmo","llms","npm","seo","structured-data"],"created_at":"2025-04-11T20:13:14.168Z","updated_at":"2026-04-08T16:00:42.589Z","avatar_url":"https://github.com/rowana-ai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @rowana-ai/rowana-core\n\nStay tuned :)\n\nCore package for Rowana GEO - Automates JSON-LD generation during build time.\n\n## Installation\n\nInstall the package using npm:\n\n```bash\nnpm install @rowana/rowana-core\n```\n\nOr using yarn:\n\n```bash\nyarn add @rowana/rowana-core\n```\n\n## Usage\n\nImport the `generateJsonLd` function and use it to create your JSON-LD strings.\n\n```typescript\nimport { generateJsonLd } from '@rowana/rowana-core';\n\n// Example data (replace with your actual data structure)\nconst myData = {\n  pageTitle: \"My Awesome Page\",\n  description: \"This page is truly awesome.\"\n};\n\nconst jsonLdString = generateJsonLd(myData);\n\nconsole.log(jsonLdString);\n// Output (currently placeholder): {\"@context\":\"https://schema.org\",\"@type\":\"WebPage\",\"name\":\"Placeholder\"}\n\n// You can then inject this string into a \u003cscript type=\"application/ld+json\"\u003e tag in your HTML.\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowana-ai%2Frowana-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frowana-ai%2Frowana-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowana-ai%2Frowana-core/lists"}