Jump to content

Linking strategy - absolute vs relative

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
Carrym

Carrym

    Newbie

  • Members
  • Pip
  • 3 posts
Hi all,

Do search engines know the difference between absolute and relative links?

From what I understand, inbound links have the potential to increase your search engine ranking. What about internal (relative) links within your own website, for example Wikipedia has a gazillion relative links between their articles. Does this help Wikipedia get ranked higher?


Thanks in advance!

#2
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
Yes, search engines do know the difference between these types of links. I think that you will even be penalized by the larger ones (google).
Void

#3
xtraze

xtraze

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 910 posts
But having a good link structure can save your site.
For example.

Home page must link to all pages if possible, (or at least to all sections) But total links in a page must be below 100.

Its somewhat difficult to tell like this mate, Must look through the website in order to say.

Simply, There are some ways to make quality inbound links.

#4
El_Fantastico

El_Fantastico

    Newbie

  • Members
  • PipPip
  • 18 posts

xtraze said:

But having a good link structure can save your site.
For example.

Home page must link to all pages if possible, (or at least to all sections) But total links in a page must be below 100.

Its somewhat difficult to tell like this mate, Must look through the website in order to say.

Simply, There are some ways to make quality inbound links.

That is quite confusing. So basically its good to have alot of links to all of your pages, but too many is bad? When you say it must be under 100, does that mean total links or just individual links to certain pages.

What I mean is, if I have my homepage with a link to Page A in the navigation. Then, in a paragraph on the homepage, I also have a link to Page A. Do those both count against my total links or does it just count it once?
Posted Image

#5
xtraze

xtraze

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 910 posts
Maybe the <a tags are counted.
And most probably they will be counted as 2.

But wont help much.


Remember this.

#####

If page A link to Page B
Try not to link Page B to Page A.

Try to understand.

#6
sankarj

sankarj

    Newbie

  • Members
  • PipPip
  • 25 posts
Search engines do know the difference between absolute and relative links. Internal links do not raise your rank. Otherwise, we would have people putting invisible links (which search engines also recognize) in order to increase your pagerank. If you have inbound links from "bad" sites, your pagerank will go down as well.

#7
Gracia

Gracia

    Newbie

  • Members
  • PipPip
  • 20 posts
Let’s begin with the basics first, we need to understand what links are. There are two types of links that are into use, absolute and relative links. An Absolute link is used to define specific locations of s webpage and a relative link is used for specifying a location of a webpage within a major directory.

Example of an absolute link: < a xhref="http://www.eukhost.com/support/" mce_href="http://www.eukhost.com/support/" >Webhosting Support Information< /a>

Example of an relative link: < a xhref="../support" mce_href="../support" >Webhosting Support Information< /a>

*** Advisable to use absolute link

#8
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
What is xhref? I've only heard of regular, fine, nice href. Sweet, sweet href.

#9
xtraze

xtraze

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 910 posts
Yeah, can you give us a quick tutorial on that code mate,
I only use them as

<a href=.........></a>

#10
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
That's interesting about absolute and relative, as I'd never heard those terms before. Wikipedia does have an incredible internal linking structure.

#11
ablaye

ablaye

    Newbie

  • Members
  • PipPip
  • 10 posts

DevilsCharm said:

What is xhref? I've only heard of regular, fine, nice href. Sweet, sweet href.

Never heard of it either. I don't think that it exists.