Minified css files loading before post effects SEO
-
Hi,
Is a way to make the minified files load AFTER the post <title></title> instead of before?Currently they load as the very first code in the <head> but I would like my <title> to appear first, then the minified files.
Example of the problem:
<head> <link type="text/css" media="all" href="https://www.mydomain.com/path-to/cache/autoptimize/css/autoptimize_74c2c1a4b0ce36e92edf40e17389223e.css" rel="stylesheet"/> <link type="text/css" media="screen" href="https://www.mydomain.com/path-to/cache/autoptimize/css/autoptimize_a56c13e4228595a533d21738480054e2.css" rel="stylesheet"/> <link type="text/css" media="print" href="https://www.mydomain.com/path-to/cache/autoptimize/css/autoptimize_c9dbaa35ff8f3c0a134e939385120cc3.css" rel="stylesheet"/> <title>My page title for SEO here</title>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Minified css files loading before post effects SEO’ is closed to new replies.