Horje

How to add HTML prerender <link> rel Attribute

prerender Specifies that the browser should pre-render (load) the specified webpage in the background. So, if the user navigates to this page, it speeds up the page load (because the page is already loaded). Warning! This wastes the user's bandwidth! Only use prerender if you are absolutely sure that the webpage is required at some point in the user's journey
index.html
Example: HTML
<link rel="prerender" href="/next-page">





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin