Should i use absolute path for css or js link for <link and <script tags?
Is there any reason. Some SEO optimization say fix it, should i for any reason?
I dont know why? if everything work file.
<link rel="stylesheet" href="/css/main_rtl.css?v=5e6e47e9"> <script src="/lib/js/frameworks.min.js?v=5e6e47e9"></script> Vs
<link rel="stylesheet" href="https://sample.com/css/main_rtl.css?v=5e6e47e9"> <script src="https://sample.com/lib/js/frameworks.min.js?v=5e6e47e9"></script> Is any seo point.
Shorter version is smaller html at least.