{"id":25044960,"url":"https://github.com/sectorlabs/seo-slip","last_synced_at":"2025-10-10T22:17:40.860Z","repository":{"id":43415523,"uuid":"350121565","full_name":"SectorLabs/seo-slip","owner":"SectorLabs","description":"Catches SEO regressions by sampling and checking a website against a set of rules","archived":false,"fork":false,"pushed_at":"2023-03-31T05:51:03.000Z","size":131,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-24T01:36:33.514Z","etag":null,"topics":["regression","rules","seo","slip"],"latest_commit_sha":null,"homepage":"","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/SectorLabs.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":"2021-03-21T21:17:30.000Z","updated_at":"2024-03-24T06:42:45.000Z","dependencies_parsed_at":"2025-04-14T02:00:51.298Z","dependency_job_id":"da3719f7-fd30-4b63-9e89-2239f5d091ba","html_url":"https://github.com/SectorLabs/seo-slip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SectorLabs/seo-slip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SectorLabs%2Fseo-slip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SectorLabs%2Fseo-slip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SectorLabs%2Fseo-slip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SectorLabs%2Fseo-slip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SectorLabs","download_url":"https://codeload.github.com/SectorLabs/seo-slip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SectorLabs%2Fseo-slip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005468,"owners_count":26083900,"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-10-10T02:00:06.843Z","response_time":62,"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":["regression","rules","seo","slip"],"created_at":"2025-02-06T05:20:01.458Z","updated_at":"2025-10-10T22:17:40.833Z","avatar_url":"https://github.com/SectorLabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/SectorLabs/seo-slip/tree/master.svg?style=svg)](https://circleci.com/gh/SectorLabs/seo-slip/tree/master)\n\n# About\n\n## What this is\n\n-   A library to be used on writing tests to prevent SEO regression\n-   An extensible collection of customizable checkers for SEO\n-   A simple crawler that can be used to sample a website\n\n## What this isn't\n\n-   GUI tool for SEO\n-   SEO general purpose checker or hint provider\n-   An in-depth crawler or exhaustive analyzer\n\n## Who is expected to use it\n\n-   Software engineers\n-   Automation testers\n-   SEO specialists with medium JS and RegExp experience\n\n# Simple example\n\n```javascript\nconst { statusCodeChecker } = require('@sector-labs/seo-slip').checkers;\nconst { crawlPath } = require('@sector-labs/seo-slip').crawler;\n\nconst statusCodeRules = {\n    code: 200,\n    exceptions: {\n        '/': 301,\n        '/agents/': 301,\n        '/new-projects': 301,\n        '/mybayut': 301,\n    },\n};\nconst checkers = [\n    statusCodeChecker(statusCodeRules),\n];\n\nconst fullPath = 'https://www.bayut.com';\nconst maxDepth = 2;\nconst crawlerVariables = {};\ncrawlPath(fullPath, maxDepth, crawlerVariables, checkers, (results) =\u003e {\n    results.messages.forEach(message =\u003e console.log(message));\n});\n```\n\n# Complex example\n\nSee how this library is used for a real website [here](https://github.com/SectorLabs/bayut-seo-slip)\n\n# Documentation\n\nSee documentation [here](DOCUMENTATION.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectorlabs%2Fseo-slip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectorlabs%2Fseo-slip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectorlabs%2Fseo-slip/lists"}