Skip to content

viniciusbo/keyword-combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.