RSS/xml links count as IBLs?

Discussion in 'Link Development' started by BrianR2, Jul 18, 2006.

  1. #1
    I have a link from an xml file which looks like it is an rss feed. In the source code, the link is in the form of:
    
     	<LinkItem>
    		<Image></Image>
    		<Title>My Site</Title>
    		<URL>http://www.mysite.com</URL>
    		<Description>My site is great.</Description>
    	</LinkItem>
    
    Code (markup):
    The page is PR 3 and recently cached. I'm wondering if this counts as a backlink to the SEs, particularily Google and how you can tell.

    thanks,
    Brian.
     
    BrianR2, Jul 18, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If the rss feed has been parsed using php/asp and then pulled into the page then its likely to count as a backlink.

    Its all depends how somebody is displaying the feed. I expect links to your site from an xml file themselves don't count for much.
     
    mad4, Jul 19, 2006 IP
    BrianR2 likes this.
  3. BrianR2

    BrianR2 Guest

    Messages:
    734
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    BrianR2, Jul 25, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    They are not in the standard <a href="...... format so they won't count.
     
    mad4, Jul 25, 2006 IP
  5. BrianR2

    BrianR2 Guest

    Messages:
    734
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That's what I figured but I wasn't sure whether google read rss feeds in another format like the way an rss reader does.
     
    BrianR2, Jul 26, 2006 IP