how to upload rss

Discussion in 'Search Engine Optimization' started by Namrata, Jan 31, 2009.

  1. #1
    can any body tell me how to upload RSS to your website after creating w/o using any S/w
     
    Namrata, Jan 31, 2009 IP
  2. Namrata

    Namrata Guest

    Messages:
    166
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i have created rss using feed for all but not geeting how to upload it
    please help me
     
    Namrata, Jan 31, 2009 IP
  3. webrecsol

    webrecsol Peon

    Messages:
    448
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can upload FTP server and can you told me how to create rss..
     
    webrecsol, Jan 31, 2009 IP
  4. alexandrus

    alexandrus Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'm not sure what you mean by upload rss, but maybe you just want add rss link to your site. If it's that what you need you can do it by adding code
    <link rel="alternate" type="application/rss+xml" title="YOUR RSS TITLE" href="http://ADDRESS_OF_YOUR_RSS" />
    Code (markup):
    in head section of your site - replace ADDRESS_OF_YOUR_RSS with url to your rss file.

    If you created rss file and want to upload it to your site you can do it by ftp or cpanel.
     
    alexandrus, Jan 31, 2009 IP
  5. Namrata

    Namrata Guest

    Messages:
    166
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ya thatz wat i dnt know how to use ftp to uploas rss its it the normal way how we upload the html pages
     
    Namrata, Jan 31, 2009 IP
  6. Namrata

    Namrata Guest

    Messages:
    166
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    http://www.feedforall.com/order.htm
    visit this link you will come to know how to create RSS or else if you want to create it manually here is the code
    <?xml version="1.0"?>
    <rss version="2.0">
    <channel>
    <title>Lift Off News</title>
    <link>http://liftoff.msfc.nasa.gov/</link>
    <description>Liftoff to Space Exploration.</description>
    <language>en-us</language>
    <pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>
    <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Weblog Editor 2.0</generator>
    <managingEditor>editor@example.com</managingEditor>
    <webMaster>webmaster@example.com</webMaster>
    <ttl>5</ttl>

    <item>
    <title>Star City</title>
    <link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link>
    <description>How do Americans get ready to work with Russians aboard the
    International Space Station? They take a crash course in culture, language
    and protocol at Russia's Star City.</description>
    <pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate>
    <guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid>
    </item>

    <item>
    <title>Space Exploration</title>
    <link>http://liftoff.msfc.nasa.gov/</link>
    <description>Sky watchers in Europe, Asia, and parts of Alaska and Canada
    will experience a partial eclipse of the Sun on Saturday, May 31st.</description>
    <pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate>
    <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid>
    </item>

    <item>
    <title>The Engine That Does More</title>
    <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>
    <description>Before man travels to Mars, NASA hopes to design new engines
    that will let us fly through the Solar System more quickly. The proposed
    VASIMR engine would do that.</description>
    <pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate>
    <guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid>
    </item>

    <item>
    <title>Astronauts' Dirty Laundry</title>
    <link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link>
    <description>Compared to earlier spacecraft, the International Space
    Station has many luxuries, but laundry facilities are not one of them.
    Instead, astronauts have other options.</description>
    <pubDate>Tue, 20 May 2003 08:56:02 GMT</pubDate>
    <guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid>
    </item>
    </channel>
    </rss>


    know after creating this RSS what is the next step please tell me
     
    Namrata, Jan 31, 2009 IP
  7. Namrata

    Namrata Guest

    Messages:
    166
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    how to include this code in our website rite ane the just upload it to ftp is this the only thing
     
    Namrata, Jan 31, 2009 IP
  8. alejko

    alejko Peon

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Google it =)
     
    alejko, Jan 31, 2009 IP
  9. Namrata

    Namrata Guest

    Messages:
    166
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    alexandrus the liunk you gave i edited and have put in my html page but its not linking to my RSS
     
    Namrata, Jan 31, 2009 IP