{"id":19152744,"url":"https://github.com/traefik/seo-doc","last_synced_at":"2026-03-04T14:31:38.561Z","repository":{"id":65983498,"uuid":"337455652","full_name":"traefik/seo-doc","owner":"traefik","description":"This program aims to process a documentation folder from traefik/doc and iterate each HTML file adding the requirements for a better SEO","archived":false,"fork":false,"pushed_at":"2025-06-23T15:28:01.000Z","size":175,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-30T17:47:12.688Z","etag":null,"topics":["documentation","traefik"],"latest_commit_sha":null,"homepage":"https://doc.traefik.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/traefik.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}},"created_at":"2021-02-09T15:50:34.000Z","updated_at":"2025-06-23T15:22:09.000Z","dependencies_parsed_at":"2024-06-20T08:24:50.451Z","dependency_job_id":"6001781e-b5bb-4c65-942c-84be1bfc3c66","html_url":"https://github.com/traefik/seo-doc","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/traefik/seo-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fseo-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fseo-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fseo-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fseo-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traefik","download_url":"https://codeload.github.com/traefik/seo-doc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fseo-doc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30083744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: 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":["documentation","traefik"],"created_at":"2024-11-09T08:19:14.382Z","updated_at":"2026-03-04T14:31:38.528Z","avatar_url":"https://github.com/traefik.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SEO handler\n\nThis program aims to process a documentation folder from [traefik/doc](https://github.com/traefik/doc) and iterate each HTML file adding the requirements for a better SEO.\n\n### The requirements\n\n1. Older doc versions should contain this meta tag:\n```html\n\u003chead\u003e\n  \u003c!-- ... --\u003e\n  \u003cmeta name=\"robots\" content=\"index, nofollow\" /\u003e\n  \u003c!-- ... --\u003e\n\u003c/head\u003e\n```\n\n2. Older doc versions should have a canonical link in the head that points to the latest documentation page. Example:\n```html\n\u003c!-- in a page under v1.0 --\u003e\n\u003chead\u003e\n  \u003c!-- ... --\u003e\n  \u003clink rel=\"canonical\" href=\"https://doc.traefik.io/\u003cproduct_name\u003e\" /\u003e\n  \u003c!-- ... --\u003e\n\u003c/head\u003e\n```\n\n3. Titles in older versions should have the Product name and version as a suffix, and should not have more than 65 characters. For example:\n```\nOverview | Traefik | v2.0\n```\n\n4. sitemap.xml and sitemap.xml.gz should not exist under version folders.\n\n### How to use it\n\nYou can use the `seo` directly from command line, and using the path to the documentation dir as parameter.\n\nExamples:\n\n```sh\nseo -path /path/to/doc/traefik\nseo -path /path/to/doc/traefik-mesh\nseo -path /path/to/doc/traefik-pilot\nseo -path /path/to/doc/traefik-enterprise\n```\n\n```sh\nseo -path ./site -product traefik\nseo -path ./site -product \"traefik-mesh\"\nseo -path ./site -product \"traefik-pilot\"\nseo -path ./site -product \"traefik-enterprise\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik%2Fseo-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraefik%2Fseo-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik%2Fseo-doc/lists"}