Metadata-Version: 1.0
Name: google-seo-analyzer
Version: 0.1.0
Summary: This simple script parses Google Web Master Tools report and analyzes results.
Home-page: https://github.com/victorpantoja/google-seo-analyzer
Author: Victor Pantoja
Author-email: victor.pantoja@gmail.com
License: MIT
Description: 
            When you are worried about your site SEO, you probably make many things to correct problems such as creating
            redirects, correcting broken URLs etc. But, it can take a long time to Google come back and see that you've
            done a good job.
            
            Fortunately, you yourself can mark desired URLs as corrected. But, if you have a large number of indexed URLs
            and make lots of simultaneous changes, it can be hard to keep track of those URLs.
        
            google-seo-analyzer helps you by crawling all problematic URLs and generating a report about which statuses
            have been changed and by ordering URLs in such a way you can easily identify error patterns.
            
            Usage: python crw.py path/to/file/ [debug|info|warning|error|critical]
            
Keywords: gogole seo analyzer crawler report
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
