Skip to content

load your website into google analytics from sitemap (XML)

Notifications You must be signed in to change notification settings

toutpt/gaselenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

This project contains a set of scripts for SEO guys.

HOW TO INSTALL

you must have git, python with setuptools, firefox and java.

execute this command:

git clone git://github.com/toutpt/gaselenium.git
cd gaselenium
python bootstrap.py
bin/buildout
java -jar selenium.jar

gaselenium.py script

This script parse a sitemap and visit all url listed.

bin/python gaselenium.py http://monsite.com/sitemap.xml

googletest script

Test your website SEO using google. you can check if your website is in the first page agains keywords. keywords file must be a txt file with one search by line.

for example:

inextcom
agence web nantes
création site internet nantes
formation magento

To execute it from inside this project, execute:

bin/python googletest.py http://www.inextcom.fr /home/toutpt/tmp/inextcom.txt

bingtest script

Same as googletest, but for bing. Thanks to Thomas Simon for this contribution.

baidutest script

Same as googletest, but for baidu.

About

load your website into google analytics from sitemap (XML)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages