Can anyone advice me on this please. We are starting a website. This will be for rating websites similar to www.xomreviews.com We need a code to automatically generate TItle, description and tags(keywords) of a site. When a website's URL is submitted in to our database, it should automatically display the title, description and tags(keywords of that site.) similar to www.xomreviews.com You will be rewarded for this. Thank you
Hi Sara thanks for your quick reply. Iam not a programmar but wAnt to know how xomreviews.com is able to display title, description and tags when a website is added through the "ADD URL". Any Idea?
ASPMachine, Look at the updated titles and keywords. I have (2) websites/ website 1 = 3 variations. website 2 = 1 variation.
If I get your question, you're wondering how the site can know the title, description and keywords meta tags when all the end user supplied was the URL, right? And sinse this side is coded in classic ASP, that's why your asking this here. One way to go about it in classic ASP would be to use XMLHTTP to read the home page of the URL submitted, parse out the the tags from the HTML markup, and then save them into your database. Pretty simple really.