-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
This project has a ton of potential as a simple, command line SEO tool. I think the following features would be really beneficial:
- Provide input files with keywords. Something like
google -q file.csv
(or .txt or whatever) and get results for a comma-separated list of keywords. - Website rank mode.
google -w www.somewebsite.com -q "query"
(or-q input_file.txt
). Outputs results for a specific website with a number ranking. - Project mode. Use a local JSON file with a structure of your choice, combining the above (a website and a list of keywords) plus a list of TLDs and languages. Specified by input file:
google -p mywebsite.json
. Returns a nicely structured output for each language/TLD combination and for all the keywords. Could use the colors nom package (and/or others) for pretty output.
I'm not great with node, but if you like this idea and need help, I'll help in any way I can.
Also, I have been working on a frontend for a web-based open-source SEO tool, based on your package. If you are good with the backend stuff, we could work on it together. I'm thinking MVC with express, angularJS and mongoDB.
Metadata
Metadata
Assignees
Labels
No labels