{"id":25532069,"url":"https://github.com/elizabethsiegle/seo-analysis-browser-rendering-worker","last_synced_at":"2025-08-26T07:07:58.350Z","repository":{"id":273621185,"uuid":"917948543","full_name":"elizabethsiegle/seo-analysis-browser-rendering-worker","owner":"elizabethsiegle","description":"Cloudflare Worker to analyze SEO of input website using Cloudflare browser rendering and Llama-3.2 hosted on Workers AI","archived":false,"fork":false,"pushed_at":"2025-01-22T00:51:27.000Z","size":174,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T12:38:18.935Z","etag":null,"topics":["cloudflare","cloudflare-browser-rendering","cloudflare-workers","cloudflare-workers-ai"],"latest_commit_sha":null,"homepage":"https://browser-power-hour.lizziepika.workers.dev/","language":"TypeScript","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/elizabethsiegle.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,"zenodo":null}},"created_at":"2025-01-17T00:15:25.000Z","updated_at":"2025-03-12T03:41:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cd9d308-64d1-42f5-9711-b2f49c45734d","html_url":"https://github.com/elizabethsiegle/seo-analysis-browser-rendering-worker","commit_stats":null,"previous_names":["elizabethsiegle/seo-analysis-browser-rendering-worker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elizabethsiegle/seo-analysis-browser-rendering-worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Fseo-analysis-browser-rendering-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Fseo-analysis-browser-rendering-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Fseo-analysis-browser-rendering-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Fseo-analysis-browser-rendering-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elizabethsiegle","download_url":"https://codeload.github.com/elizabethsiegle/seo-analysis-browser-rendering-worker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Fseo-analysis-browser-rendering-worker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272186807,"owners_count":24888446,"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-08-26T02:00:07.904Z","response_time":60,"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":["cloudflare","cloudflare-browser-rendering","cloudflare-workers","cloudflare-workers-ai"],"created_at":"2025-02-20T01:48:05.394Z","updated_at":"2025-08-26T07:07:58.342Z","avatar_url":"https://github.com/elizabethsiegle.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEO Analysis Worker\n\nA Cloudflare Worker that analyzes websites for SEO best practices using [Cloudflare's Browser Rendering API](https://developers.cloudflare.com/browser-rendering/), [Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/), [Hono](https://hono.dev/), and [Durable Objects](https://developers.cloudflare.com/durable-objects/).\n\n## Features\n- Analyze SEO of any website\n- Checks for common SEO elements:\n  - Title tag optimization\n  - Meta description\n  - Heading structure\n  - Image alt tags\n  - Internal/external links\n- Performance metrics analysis\n- AI-powered scoring and improvementrecommendations\n- Mobile-friendly analysis\n\n## Prerequisites\n- Node.js installed\n- Cloudflare account\n- Wrangler CLI installed (`npm install -g wrangler`)\n\n## Setup\n\n1. Clone the repository:\n```\ngit clone https://github.com/elizabethsiegle/seo-analysis-browser-rendering-worker.git\ncd seo-analysis-worker\n```\n\n2. Install dependencies:\n```\nnpm install\n```\n\n3. Configure your Cloudflare credentials:\n```\nwrangler login\n```\n\n4. Update `wrangler.toml` with your bindings:\n```toml\n[[durable_objects.bindings]]\nname = \"BROWSERDO\"\nclass_name = \"BrowserDo\"\n[[ai.bindings]]\nname = \"AI\"\n```\n\n5. Deploy the worker to Cloudflare:\n```\nnpx wrangler deploy\n```\nOR start the development server:\n```\nnpx wrangler dev --remote\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizabethsiegle%2Fseo-analysis-browser-rendering-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felizabethsiegle%2Fseo-analysis-browser-rendering-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizabethsiegle%2Fseo-analysis-browser-rendering-worker/lists"}