Hello friends, What is the difference between Relative URL and Absolute URL and what's the uses of them and where are it's useful, is anyway by these url increase visitors or helpful in seo ?
An absolute url in a link looks something like this: <a href="http://mySite.com/myDir/myFile.htm">Link text</a> A relative url to the same page from a page in the root directory of the site would look like this: <a href="/myDir/myFile.htm">Link text</a> In theory relative urls can make some aspects of site management easier, for example it's easier to move an entire directory and it's sub-directories to another part of the site but to be honest I've never had a situation where that's been needed and there isn't really much to choose between the two styles. As far as I'm aware there's no seo advantage to either. Search engines will treat them the same just as a web browser would.
they don't have any impact on SEO. But here is what Google says: Possible benefits of absolute: 1 if someone steels your content they have to recode the links 2 avoid conicalization problems by forcing all of the links yourself to www or non-www 3 avoid the https version from being indexed by making links to http pages hardlinked, and only hardlinking to the https pages (transactions, carts, etc)