I never used to do that full URL path to a file but now im thinking about it - reason is b/c I have quite deep directories and it is beginning to get a bit ridicolous with the ../../../../../../filename.html
Maybe its safer to do the full URL path and hence avoid any 404's?
My question is - does it make any difference?
i.e. - for an internal link
1. url="http://mysite/direct...y-4/index.html"
OR
2 url="../../../../../index.html"
THANKS
SEO Class in Chicago, IL
Learn How To Optimize Your Website on July 26, 2013
Looking for personalized in-depth SEO training among your peers?
High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Do You Think Its Better To Have A Full Url To Links?
Started by
lister
, Aug 25 2012 09:17 PM
1 reply to this topic
#1
Posted 25 August 2012 - 09:17 PM
#2
Posted 26 August 2012 - 11:47 AM
The the document relative ../ syntax should be avoided wherever possible, such URLs are only "correct" from one point in the structure, as each ../ 'says' "the folder above the current one", but using absolute URLs is not necessary either.
What you should use are root relative URIs, where the reference is always the same no matter where the file/folder is in the site structure.
so site.tld/directory/directory/document.ext where the path starts at the first directory in the site root.
What you should use are root relative URIs, where the reference is always the same no matter where the file/folder is in the site structure.
so site.tld/directory/directory/document.ext where the path starts at the first directory in the site root.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









