Forum Moderators: bakedjake

Message Too Old, No Replies

Any script to extract URL, title, meta-keywords?

need to extract url, page title, keywords and descriptions..

         

flashfan

7:29 pm on Sep 12, 2005 (gmt 0)

10+ Year Member



lynx -nopause -traversal -crawl -real URL

dump every page. Any script to only download the header portion of title, keywords and description?

MattyMoose

4:57 pm on Sep 14, 2005 (gmt 0)

10+ Year Member



You could write a script in PHP [webmasterworld.com] that will open the remote page and extract just the tags that you want...

PRetty easy to write up. Have a look at [php.net...] , and look at fopen [ca.php.net].