Showing posts with label Relative URL. Show all posts
Showing posts with label Relative URL. Show all posts

Wednesday, April 13, 2011

SEO Perspective of Absolute URL vs. Relative URL-Part I

This is the first part of my blog in which I have described about absolute and Relative URL and the difference between the two

What Is An Absolute URL?
The world Absolute means independent An URL that is ABSOLUTE shows the complete address. Whenever you use an absolute URL, you point directly to a file. Hence, an absolute URL specifies the exact location of a file/directory on the INTERNET. It also follows that each absolute URL is unique which is very important from an SEO perspective like SEO London, which means that if two URLs are identical, they point to the same file.

What Is Relative URL ?
The word relative means in relation to something. A URL that is RELATIVE only shows a partial address and the success or failure of locating a file is dependent on some particular conditions- which means the outcome can and will vary, depending largely how the directories within your website are structured.

Difference between The Two?
An absolute URL typically takes the following form:
Protocol://hostname/other_information
The protocol is usually http:/. The hostname is the name of the computer. The other information includes directory and file information. You must use absolute URLs when referring to links on different servers.
For Example:
http://www.mysite.com/pictures/email.gif specifies an image file email.gif located in the images directory, under www.webdevelopersnotes.com domain name.

Relative URL
In case of Relative URLs it can take a number of different forms. When referring to a file that occurs in the same directory as the referring page, a URL can be as simple as the name of the file. For example, if you want to create a link in your home page to the file world.html, which is in the same directory as your home page, you would use:
<a href="world.html">Beauty of the World!</a>

If the file you want to link to is in a subdirectory of the referring page's directory, you need to enter only the directory information and the name of the file. So if world.html were in the world subdirectory of your www directory, you could refer to it from your home page by using:
<a href="world/world.html">Beauty of the World!</a>

If the file you want to link to is in a higher directory than the referring page, use .., which means to go up a directory. For example, to link from world.html to home.html, which is in the directory above, you would use:
<a href="../home.html">Go back to my home page</a>

Tuesday, March 29, 2011

An Overview of Internal Link Building-Part I

This is the first section of my blog in which I have briefly described about the significance of internal link building. Link building is the back bone of SEO. There are two main types of link building external and internal. Statistically it has been proved that you get most of the traffic from other’s site in the form of blogs and social media outlet that links to your site. As the external link building improves your credibility over search engines similarly internal link building is of key importance as well. Internal links on keywords from pages on your website to other pages on your website significantly impact search engine rankings, and search engine "crawl-ability".

Importance of Internal Link Building:
Internal link building is site optimization strategy which is done at the time of creating a website. The main theme of internal link building is that all of your internal pages have a link pointing back to your Web site's home page. Another very important SEO internal link optimization tip is to have your main keywords and keyword phrases in the url's of your site's internal pages. To have a more view of how to construct keyword phrases in the url’s of the internal pages of your site, you can take an expert’s opinion from SEO London who are an absolute professionals when it comes to optimizing External and internal link building.












.

Friday, March 18, 2011

SEO Perspective of Absolute URL VS Relative URL-PART II

This is the second part of my blog in which I have described the difference between Absolute and Relative URL in terms of SEO

WHICH ONE IS BETTER ?
Well absolute URL are preferable over relative URL for a number of reasons;
  • As absolute URL provides the full address and also helps you from being scrapped. So there is no possibility of ambiguity in case of absolute URL
  • Search engine makes less mistakes while crawling pages in case of absolute URL'S while in case of relative URL'S several minor crawlers try to get incorrect URL
  • also absolute URL is preferable over relative URL as it better deals wit the broken links.
SEARCH ENGINE PERSPECTIVE:
In terms of SEO perspective like that of SEO London and specifically talking about internal linking, following are some of the key points of absolute and relative URL

Absolute URL in terms of internal linking
  • Absolute URL in terms of internal linking
  • Better handles the issue of canonicalization
  • In terms of site hijacking its way better
  • While switching to a new CMS it provides lot of security
  • It can help you when your content is stolen from you
  • In terms of distribution of content via email. Absolute URL is a better choice
  • Might be easier for search engines to follow as they resolve all relative URLs to absolute ones before following them.

Relative URL in terms of internal linking
  • Provides an ease when moving from one domain to another domain
  • Reduces the page download time considerable as it shortens the code

SEO Perspecitve of Absolute URL VS Relative URL-PART I

This is the first part of my blog in which I have described about absolute and Relative URL and the difference between the two

WHAT IS AN ABSOLUTE URL ?
The world Absolute means independent An URL that is ABSOLUTE shows the complete address. When ever you use an absolute URL, you point directly to a file. Hence, an absolute URL specifies the exact location of a file/directory on the INTERNET. It also follows that each absolute URL is unique which is very important from an SEO perspective like SEO LONDON, which means that if two URLs are identical, they point to the same file.

WHAT IS RELATIVE URL ?
The word relative means in relation to something. A URL that is RELATIVE only shows a partial address and the success or failure of locating a file is dependent on some particular conditions- which means the outcome can and will vary, depending largely how how the directories within your website are structured.

DIFFERENCE BETWEEN THE TWO ?
An absolute URL typically takes the following form:
protocol://hostname/other_information
The protocol is usually http:/. The hostname is the name of the computer.The other_information includes directory and file information. You must use absolute URLs when referring to links on different servers.
For example:
http://www.mysite.com/pictures/email.gif specifies an image file email.gif located in the images directory, under www.webdevelopersnotes.com domain name.

Relative URL
In case of Relative URLs it can take a number of different forms. When referring to a file that occurs in the same directory as the referring page, a URL can be as simple as the name of the file. For example, if you want to create a link in your home page to the file world.html, which is in the same directory as your home page, you would use:
<a href="world.html">Beauty of the World!</a>

If the file you want to link to is in a subdirectory of the referring page's directory, you need to enter only the directory information and the name of the file. So if world.html were in the world subdirectory of your www directory, you could refer to it from your home page by using:
<a href="world/world.html">Beauty of the World!</a>

If the file you want to link to is in a higher directory than the referring page, use .. , which means to go up a directory. For example, to link from world.html to home.html, which is in the directory above, you would use:
<a href="../home.html">Go back to my home page</a>