<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Internal linking technical tips for SEO</title>
	<atom:link href="http://www.seo-theory.com/2007/12/11/internal-linking-technical-tips-for-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seo-theory.com/2007/12/11/internal-linking-technical-tips-for-seo/</link>
	<description>Algorithm analysis, Web community relationship analysis, SEO practices and techniques, industry news, etc.</description>
	<lastBuildDate>Mon, 15 Mar 2010 10:48:35 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://www.seo-theory.com/2007/12/11/internal-linking-technical-tips-for-seo/comment-page-1/#comment-464</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 12 Dec 2007 23:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://seo-theory.com/wordpress/2007/12/11/internal-linking-technical-tips-for-seo/#comment-464</guid>
		<description>OK I see what you mean. My comment was more about the differences between

http://www.example.com/innerpage.html (link hardcoded), vs

/innerpage.html or ../innerpage.html (link drag &#039;n dropped in DW).

DW just does it when a page gets moved or renamed, &amp; spiders are as proficient as browsers when they recreate the absolute address at showtime. As they should, it&#039;s a fundamental requirement.

I admit I&#039;ve never tested the home page issue as for client sites I usually use .htaccess to explicitly set the default home page. You can also set the order they are looked for as well, but I haven&#039;t needed to do this yet.

Consistency: When you drag &#039;n drop a home page link in DW (template or page) it does create a /index.html style of link, not a simple /. And later if you add code &amp; rename it to index.php or index.shtml, all the links get updated. If a fool like me can get it working, it&#039;s a no-brainer for everyone else.

Off topic: Wry smirk when you talked about moving content to a CMS. Had one recent project where we were asked to move content from one (proprietary) CMS to another. Bad idea. The whole CMS thing is great in may ways, but it&#039;s a one-way street unless import/ export is really, really good.</description>
		<content:encoded><![CDATA[<p>OK I see what you mean. My comment was more about the differences between</p>
<p><a href="http://www.example.com/innerpage.html" rel="nofollow">http://www.example.com/innerpage.html</a> (link hardcoded), vs</p>
<p>/innerpage.html or ../innerpage.html (link drag &#8216;n dropped in DW).</p>
<p>DW just does it when a page gets moved or renamed, &amp; spiders are as proficient as browsers when they recreate the absolute address at showtime. As they should, it&#8217;s a fundamental requirement.</p>
<p>I admit I&#8217;ve never tested the home page issue as for client sites I usually use .htaccess to explicitly set the default home page. You can also set the order they are looked for as well, but I haven&#8217;t needed to do this yet.</p>
<p>Consistency: When you drag &#8216;n drop a home page link in DW (template or page) it does create a /index.html style of link, not a simple /. And later if you add code &amp; rename it to index.php or index.shtml, all the links get updated. If a fool like me can get it working, it&#8217;s a no-brainer for everyone else.</p>
<p>Off topic: Wry smirk when you talked about moving content to a CMS. Had one recent project where we were asked to move content from one (proprietary) CMS to another. Bad idea. The whole CMS thing is great in may ways, but it&#8217;s a one-way street unless import/ export is really, really good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martinez</title>
		<link>http://www.seo-theory.com/2007/12/11/internal-linking-technical-tips-for-seo/comment-page-1/#comment-461</link>
		<dc:creator>Michael Martinez</dc:creator>
		<pubDate>Wed, 12 Dec 2007 05:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://seo-theory.com/wordpress/2007/12/11/internal-linking-technical-tips-for-seo/#comment-461</guid>
		<description>&lt;strong&gt;Mark&lt;/strong&gt;: &quot;Now we do have a reason, although I disagree with you on the canonicalisation point.&quot;

&lt;strong&gt;Michael&lt;/strong&gt;: Not sure what you disagree with, as the search engines will treat &lt;em&gt;example.com/&lt;/em&gt; as a different URL from &lt;em&gt;example.com/index.php&lt;/em&gt; (for example).

Searching and replacing is often necessary with relative URLs, but it&#039;s much more difficult to do particularly if inconsistent naming conventions are implemented.

You can use any of the following to get to the same page from within a site that uses multiple folders:

/
/index.html
../
../index.html
../../index.html

If Dreamweaver prevents that kind of ambiguity while implementing relative URLs, then that&#039;s better than one could hope for, I suppose.

It is also possible to crash servers (I have done this) when trying to compensate for changing file extensions on a directory index file.  That is...

index.html
index.htm
index.php
index.shtm
index.shtml
index.cgi
index.asp

can all perform the same function but some servers are set up in such a way that trying to redirect mistyped URLs crashes the servers.  Servers are usually set up to run down the list in some order to look for the preferred index file but only if no index file is specified in URLs being fetched.

Hence, the cleaner, more absolute, more compact your internal linking structure is, the less likely other people are to make a mistake when linking to your root URL or a directory folder.</description>
		<content:encoded><![CDATA[<p><strong>Mark</strong>: &#8220;Now we do have a reason, although I disagree with you on the canonicalisation point.&#8221;</p>
<p><strong>Michael</strong>: Not sure what you disagree with, as the search engines will treat <em>example.com/</em> as a different URL from <em>example.com/index.php</em> (for example).</p>
<p>Searching and replacing is often necessary with relative URLs, but it&#8217;s much more difficult to do particularly if inconsistent naming conventions are implemented.</p>
<p>You can use any of the following to get to the same page from within a site that uses multiple folders:</p>
<p>/<br />
/index.html<br />
../<br />
../index.html<br />
../../index.html</p>
<p>If Dreamweaver prevents that kind of ambiguity while implementing relative URLs, then that&#8217;s better than one could hope for, I suppose.</p>
<p>It is also possible to crash servers (I have done this) when trying to compensate for changing file extensions on a directory index file.  That is&#8230;</p>
<p>index.html<br />
index.htm<br />
index.php<br />
index.shtm<br />
index.shtml<br />
index.cgi<br />
index.asp</p>
<p>can all perform the same function but some servers are set up in such a way that trying to redirect mistyped URLs crashes the servers.  Servers are usually set up to run down the list in some order to look for the preferred index file but only if no index file is specified in URLs being fetched.</p>
<p>Hence, the cleaner, more absolute, more compact your internal linking structure is, the less likely other people are to make a mistake when linking to your root URL or a directory folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.seo-theory.com/2007/12/11/internal-linking-technical-tips-for-seo/comment-page-1/#comment-460</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 12 Dec 2007 03:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://seo-theory.com/wordpress/2007/12/11/internal-linking-technical-tips-for-seo/#comment-460</guid>
		<description>Relative links are popular cuz that&#039;s the way editors like Dreamweaver want it. From the help file:

&quot;While you can also use absolute-path links for local links (to documents in the same site), that approach is discouraged--if you move the site to another domain, all of your local absolute-path links will break. Using relative paths for local links also provides greater flexibility if you need to move files within your site.&quot;

Most of us are too lazy to change this because we didn&#039;t have a reason to. And it worked when we put the site.

Now we do have a reason, although I disagree with you on the canonicalisation point. Use DW, FP or whatever to move a page, and the relative links are all updated. Same if you change a page&#039;s name. When you use absolute links, you have to use search/ replace to do the link update. Again, not a big deal but most of us are lazy &amp; it&#039;s not as automatic as having the software do it for us.</description>
		<content:encoded><![CDATA[<p>Relative links are popular cuz that&#8217;s the way editors like Dreamweaver want it. From the help file:</p>
<p>&#8220;While you can also use absolute-path links for local links (to documents in the same site), that approach is discouraged&#8211;if you move the site to another domain, all of your local absolute-path links will break. Using relative paths for local links also provides greater flexibility if you need to move files within your site.&#8221;</p>
<p>Most of us are too lazy to change this because we didn&#8217;t have a reason to. And it worked when we put the site.</p>
<p>Now we do have a reason, although I disagree with you on the canonicalisation point. Use DW, FP or whatever to move a page, and the relative links are all updated. Same if you change a page&#8217;s name. When you use absolute links, you have to use search/ replace to do the link update. Again, not a big deal but most of us are lazy &amp; it&#8217;s not as automatic as having the software do it for us.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
