what is RSS feeds

Discussion in 'Google' started by chrilisa1214, Jun 14, 2010.

  1. #1
    I saw this somewhere
    "A.submit the feed to multiple RSS directories.
    B.Ping the RSS feeds "
    what is the meaning ,and could somebody give me a detail instruction ,thank you in avance
     
    chrilisa1214, Jun 14, 2010 IP
  2. lifeplayer

    lifeplayer Notable Member

    Messages:
    15,609
    Likes Received:
    475
    Best Answers:
    0
    Trophy Points:
    265
    #2
    lifeplayer, Jun 14, 2010 IP
  3. SeoKungFu

    SeoKungFu Active Member

    Messages:
    206
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    RSS feeds are samples, excerpts of your content, presented in a strictly formed XML format.
    Submitting these feeds to RSS directories is a means of distributing such content across the web and the result is beneficial because once distributed you are gaining links.
    Pinging an RSS feed means announcing that you have updated content and the search bots that index such feeds are about to come and "grab" it; which is again beneficial because it's saving time on discovering when you have updates.
     
    SeoKungFu, Jun 14, 2010 IP
  4. weathor

    weathor Peon

    Messages:
    148
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Its data giving in txt format to other sites (legally)

    and thats how you can take them (php):

    $ch = curl_init('http://****.xml');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $rss = new SimpleXMLElement(curl_exec($ch));

    foreach($rss->channel->item as $node)
    {
    $title = mysql_real_escape_string($node->title);
    $desc = mysql_real_escape_string($node->description);
    $link = mysql_real_escape_string($node->link);
    $channel = mysql_real_escape_string($rss->channel->link);
    $pubDate = date("Y-m-d H:i:s", strtotime($node->pubDate));
    }
     
    weathor, Jun 14, 2010 IP
  5. Sangeeta.cyber

    Sangeeta.cyber Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    RSS Feed is a way to produce updates about your sites or blogs
     
    Sangeeta.cyber, Jun 14, 2010 IP
  6. rimple

    rimple Peon

    Messages:
    437
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hello friend,

    RSS is an XML format for regularly updated content of website such as blogs,news headlines,audio,video etc..It is easy way to know the latest content of the site,so you have not need to visit each site and your time will save.pinging is a way to that notifies others that there is updated content on your blog.
     
    rimple, Jun 14, 2010 IP
  7. SeoZoneInc

    SeoZoneInc Member

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    41
    #7
    RSS feeds displays the latest posts \ news of your blog \ website
     
    SeoZoneInc, Jun 16, 2010 IP
  8. seogawd

    seogawd Active Member

    Messages:
    315
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #8
    R eal

    S imple

    S yndication

    you can either xml a static site - or the easy way to get flawless rss is drop your content on something like wordpress
     
    seogawd, Jun 16, 2010 IP
  9. chenzhenty

    chenzhenty Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    "RSS is an XML format for regularly know the latest content of the site,so you have not need to visit each site and your time will save.pinging is a way to that notifies others that there is updated content on your blog. " thanks for share,I have not use ping before.
     
    chenzhenty, Jun 17, 2010 IP
  10. thunderbolt007

    thunderbolt007 Active Member

    Messages:
    851
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #10
    thunderbolt007, Jun 17, 2010 IP
  11. buzinessware

    buzinessware Peon

    Messages:
    408
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    RSS feed helps to new results to their searches.
     
    buzinessware, Jun 17, 2010 IP
  12. sadeeqbao

    sadeeqbao Peon

    Messages:
    102
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    RSS means to inform users automatically about your site.
     
    sadeeqbao, Jun 17, 2010 IP