< Back to Blog

SEO Guide to Website Construction (Part 5 - Link Anchor Text and Breadcrumb Trail
Mon, 9 Jul 2007 16:18:22 by Pete Handley

It's been a little while since I last wrote a section for my guide to website construction, so felt it was about time to continue. If you haven't been keeping up with this series, go and check out part 1 DOCTYPE and <head>, part 2 DIV's and CSS  part 3 Navigation and lastly part 4 Titles and Headings.

 

Where a keyword is particularly relevant to a particular page, wherever possible use that keyword in the anchor text. This will provide a boost to the page that the link text appears on as well as the page that the keyword anchored link points too.

 

Use this sensibly, as the internal linking structure on a site is vitally important. Do not adversely affect the usability of the site as a result of trying to use keywords within the linking structure.

 

It is also useful to create a breadcrumb (or contextual) navigation system whose links should be located in a div layer (defined in CSS) towards the top of the page (certainly above the main body).

 

Home > Product > Digital Camera > Sony S11

 

This can be made by using a .php or .asp include file - i.e.:

 

<?php

 

$sect ="index";

          require ("include/breadcrumb.php");

?>

 

Or

 

  <!--#include virtual="/includes/breadcrumb.asp" -->

 

You can then define the parameters (links) for sect=index within the include file.

 

Breadcrumb navigation is great both from a user point of view (they can always tell exactly where they are within in a site) and a search engine point of view as you can use keywords which will count towards the keyword relevancy of that page.

 

Well thats it for today folks. I'll try to make it less of a gap between this and the next one as there was between this and the last one.



Pete Handley
Campaign Delivery Manager


Subscribe

Archives

Related Blogs
Search Engine Optimisation, Wikipedia, and wasted effort
Fri, 26 Jun 2009 16:40:17 by Joe Bursell
Redesigned Google Webmaster Tools available to more users
Wed, 17 Jun 2009 10:32:31 by Emily Mace
The future of SEO has BO
Wed, 17 Jun 2009 10:20:12 by Matt Hopkins
Bing an update on Microsoft's new search engine
Wed, 10 Jun 2009 09:23:16 by Emily Mace
SEO Speak: Teleporting
Tue, 9 Jun 2009 17:45:16 by Emily Mace
Search Engine Optimisation and Sandboxing
Tue, 9 Jun 2009 16:41:11 by Joe Bursell
Google Changes How Links and NOFOLLOW Tags Are Treated on Page
Fri, 5 Jun 2009 16:33:03 by Kerry Dye