Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viniciusbo/keyword-combiner

Combine keywords easily for SEO.
https://github.com/viniciusbo/keyword-combiner

combiner keywrap nodejs seo

Last synced: about 2 months ago
JSON representation

Combine keywords easily for SEO.

Awesome Lists containing this project

README

        

# Keyword Combiner

Easy keyword combiner for SEO.

## Configuration

1. Create a `plan.js` file on project root:

```javascript
module.exports = {
"fathead": {
"keywords": [
"notebook",
"computer",
"pc"
],
},

"longtail": {
"suffixes": [
[
"to sell",
],

[
"in sao paulo",
"sao paulo",
"sp",
]
]
}
}
```

2. Run script and store output

`node index.js > keywords.txt`

## TODO

- Publish to NPM
- Implement longtail prefixes

## Contributing

PRs are always welcome.