1

(1 replies, posted in Questions)

Think stupid question but is there any drawbacks of using
absolute paths vs relative to links?

<a href={siteurl}/home>Home</a>

vs

<a href="home">Home</a>

And what I dont understand, as many other things, is how google handles urls without filetype (for example home.html)

Thanks!