Forum Moderators: Robert Charlton & goodroi
For Google Panda, is it better to use relative or absolute internal links ?
I concur. Begin all links like href="/thisfile" with a leading slash.
In the example that I mentioned, I am linking within the same domain
So let me get this right Lucy, You use /folder/page.htm
Not ../folder/page.htm
At the moment, I don't have the trailing slash in absolute links to my home page.
It has been that way for years. Would it be good to make the change and add the trailing slash?
In the SERP, when I look at the home page URL, a trailing slash is included (just wanted to mention this, not sure if it affects if I should make the change or not).
is href="blue.html" something else?
I was doing some research about absolute and relative urls, and I saw relative urls mentioned as href="blue.html"
Is this the same thing as href="/blue.html"
http://www.example.com/folder/page2 as href="page2" from http://www.example.com/folder/page1 href="folder/page2" from http://www.example.com/ href="../folder/page2" from http://www.example.com/otherfolder/page5 http://www.example.com/folder/page2 as href="/folder/page2" with a leading slash from anywhere and everywhere on the same site.