hi
I am looking for the php script that tells me that any site using “google Webmaster Tool” or not.
for example,
if i have text box and search button, when i enter any site URL in the text box and click on “search” button, it should output: this site using Google Webmaster Tool/ This site is verified by google.
I know how can I check A site using “google Webmaster Tool” or not by clicking on the “view Page Source " of the website and look for "<meta name=“google-site-verification” content=“4-EeqWdiIL9YteyEXEQRRRmnL5FQcAfM2a_gNa7PY4I” />” … if this line of code is there , means website using “google webmaster tool”…
So basically I am looking for PHP script which tells for any website by entering web URL in search box and output “YES” or “NO”.
Many Thanks In Advance.
Payal