1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need code to automatically generate Title, description and Tags of a site

Discussion in 'C#' started by sureshadams, Oct 14, 2008.

  1. #1
    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
     
    sureshadams, Oct 14, 2008 IP
  2. sureshadams

    sureshadams Peon

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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?
     
    sureshadams, Oct 14, 2008 IP
  3. ASPMachine

    ASPMachine Peon

    Messages:
    723
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Dear Friend, It can be possible through using XML and javascript.
     
    ASPMachine, Oct 16, 2008 IP
  4. awesomeseating

    awesomeseating Active Member

    Messages:
    101
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    ASPMachine,

    Look at the updated titles and keywords. I have (2) websites/

    website 1 = 3 variations.

    website 2 = 1 variation.
     
    awesomeseating, Oct 18, 2008 IP
  5. Sean@WMS

    Sean@WMS Peon

    Messages:
    134
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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.
     
    Sean@WMS, Oct 22, 2008 IP