#Search Words
A tool for analyzing search word data from Google Analytics.
- Upload a CSV file with keyterm data (keyterms in first column, search volume in the second).
- Hit process.
- Search Words will split your keyterms into their component words and recompute search volume on a word-by-word basis. Search Words will also combine plural versions of words with their singular form if the singular form appears in the list.
- Click the download link to grab a copy of the processed file.
gem install bundler
cd ../SearchWords
bundle
# To start up the server
rackup