Given a URL, deduce the following page-wide features
-Page Title
-Page Meta Description
-# of Words in the Body
-# of Internal Links on the page
-# of External Links on the page
Deduce the answers to the following questions
-Does the page have a Google Analytics code?
-Does it use the old version of the code? Or the new async version?
-Does the page have multiple instances of the tracking code?
-What is the UA-ID used on the tracking code?
-Does it have any customizations of _setDomainName or _setAllowLinker ?
-Does the page have any instances of _trackEvent ?
I need a very simple UI + It should be ajax enabled.
It should be on codeignitor