Automate the preload of an image
-
How can I automate the insertion of a code at the top of the HTML every time we upload a new article on the website?
<link rel=”preload” href=”link to the article image” as=”image”>
I need this because otherwise, the CSS loads before the image, and the LCP slows down in Google Insights.The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.