{"id":24186297,"url":"https://github.com/kanocomputing/seo-renderer","last_synced_at":"2025-09-25T09:49:16.759Z","repository":{"id":73543140,"uuid":"102121164","full_name":"KanoComputing/seo-renderer","owner":"KanoComputing","description":"Google chrome backed server side SPA serialiser for crawler visibility","archived":false,"fork":false,"pushed_at":"2017-10-05T17:17:53.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-03T01:41:51.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/KanoComputing.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-01T14:27:53.000Z","updated_at":"2017-10-29T21:28:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e24adbcb-1137-42dd-b2da-0c81cb8f642f","html_url":"https://github.com/KanoComputing/seo-renderer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KanoComputing/seo-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Fseo-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Fseo-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Fseo-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Fseo-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KanoComputing","download_url":"https://codeload.github.com/KanoComputing/seo-renderer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Fseo-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276896554,"owners_count":25724047,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-13T12:35:02.421Z","updated_at":"2025-09-25T09:49:16.742Z","avatar_url":"https://github.com/KanoComputing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEO Renderer\n\nInspired by Google's Rendertron, it is a lighter version with a caching DynamoDB caching layer.\n\nRequires Node 7+\n\n## API\n\nWhile running using `npm start` a server will start with one `/render/*` endpoint.\n\nAdd the url to the website you want to serialise like so `/render/https://world.kano.me/share/sunny-day`\n\nIn the configuration file, you can add extra parameters that will be added if the host matches. This is useful to let know the page that it's being rendered for a robot or to enable shadyDOM.\n\ne.g.\n\n```json\n{\n    ...,\n    \"extraParams\": {\n        \"apps.kano.me\": {\n            \"dom\": \"shady\"\n        }\n    }\n}\n\n```\n\nThis will add `dom=shady` to the requested url\n\n\n## Caching\n\nIf `caching` is set to enabled in the configuration, the rendered pages will be cached for a day after their first hit using AWS's DynamoDB\n\n\n## Contribute\n\n### Installation\n\nClone this repository then install the dependencies with\n\n```sh\nnpm install\n```\n\n### Running\n\n```sh\nnpm start\n```\n\n### Tests\n\nRun tests with\n\n```sh\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanocomputing%2Fseo-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanocomputing%2Fseo-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanocomputing%2Fseo-renderer/lists"}