So let me describe what I am looking for ... (my site atlaslifttech.com is php, javascript, jquery, mysql). I want a script that will go through a list of URLs, VISIT the URL, pull a relevant description from title, meta or keyword field and then add it to a list / page ...
so it would take a list of URLs in a given domain and turn them into description rich links -
So a list like:
- atlasifttech.com, atlaslifttech.com/getsetliftteamprogram, atlaslifttech.com/articles
would become something like:
Perhaps use the first part of the title as the link text .. or maybe just the first entry in the keywords meta if it exists ..?
Presently I do this manually all day long for dynamic pages and I really need a script but it is way over my head. I could probably substring out the value I wanted if I could get the meta tag into a variable... but http protocol, etc seeming a little daunting