Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/viniciusbo/keyword-combiner
- Owner: viniciusbo
- Created: 2016-02-21T21:25:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T21:34:43.000Z (almost 9 years ago)
- Last Synced: 2023-08-13T12:41:16.209Z (over 1 year ago)
- Topics: combiner, keywrap, nodejs, seo
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.