mirror of
https://github.com/karust/openserp.git
synced 2026-08-27 18:16:23 +08:00
12 lines
309 B
Markdown
12 lines
309 B
Markdown
# Competitor overlap (JavaScript)
|
|
|
|
Searches several keywords and ranks the domains by how many of them they appear in —
|
|
the sites showing up across your keyword set are your real SERP competitors.
|
|
|
|
```bash
|
|
npm install
|
|
node index.js
|
|
```
|
|
|
|
Edit the `keywords` list in [index.js](index.js) to match your niche.
|