Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 569 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 569 Bytes

Keyword Combiner

Easy keyword combiner for SEO.

Configuration

  1. Create a plan.js file on project root:
module.exports = {
  "fathead": {
    "keywords": [
      "notebook",
      "computer",
      "pc"
    ],
  },

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

      [
        "in sao paulo",
        "sao paulo",
        "sp",
      ]
    ]
  }
}
  1. Run script and store output

    node index.js > keywords.txt

TODO

  • Publish to NPM
  • Implement longtail prefixes

Contributing

PRs are always welcome.