https://tips.onepagelove.com/wp-content/themes/hottips/frontend/audio/61.mp3
Hot Tip #61 is to trim the <head> fat.
Start by opening up your Landing Page source code view. In Google Chrome: File > View > Developer > View Source. Other browsers will be similar.
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- SEO -->
<title>Landing Page Hot Tips with Rob Hope</title>
<meta name="description" content="Improve your Landing Pages with 100 digestible tips to email over 100 days. Subscribe Free. Ebook ISBN: 978-1-64999-225-3" />
<meta name="author" content="Rob Hope, @robhope" />
<meta name="robots" content="index, follow" />
<meta name="referrer" content="always" />
<!-- Social -->
<meta property="og:title" content="🔥Landing Page Hot Tips with Rob Hope" />
<meta property="og:description" content="Improve your Landing Pages with 100 digestible tips to email over 100 days. Subscribe Free. Ebook ISBN: 978-1-64999-225-3" />
<meta property="og:image" content="<https://onepagelove.com/wp-content/themes/onepagelove/frontend/img/pages/hottips/hottips-promo.png>">
<meta property="og:url" content="<https://onepagelove.com/100>" />
<meta name="twitter:title" content="🔥Landing Page Hot Tips with Rob Hope" >
<meta name="twitter:description" content="Improve your Landing Pages with 100 digestible tips to email over 100 days. Subscribe Free. Ebook ISBN: 978-1-64999-225-3" />
<meta name="twitter:image" content="<https://onepagelove.com/wp-content/themes/onepagelove/frontend/img/pages/hottips/hottips-promo.png>" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@robhope" />
<meta name="twitter:creator" content="@robhope" />
<!-- Favicons -->
<link rel="icon" type="image/png" href="<https://onepagelove.com/wp-content/themes/onepagelove/frontend/img/pages/hottips/fire.png>" sizes="32x32">
<!-- Preload that sweet Inter typeface -->
<link rel="preload" href="<https://onepagelove.com/wp-content/themes/onepagelove/frontend/fonts/i-r.woff2>" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="<https://onepagelove.com/wp-content/themes/onepagelove/frontend/fonts/i-b.woff2>" as="font" type="font/woff2" crossorigin="anonymous">
<!-- Stylesheets -->
<link rel='stylesheet' id='hottips-stylesheet-css' href='<https://onepagelove.com/wp-content/themes/onepagelove/frontend/css/hottips.css?ver=3.15.01>' type='text/css' media='all' />
</head>
Copy all of the code between the opening and closing <head> tag and paste it into a text editor.
Use this checklist, starting from the top:
This can (and will) uncover scripts, font weights, and code snippets that add nothing but load time to your visitor’s experience.
As tedious as it sounds, your future Landing Pages will benefit from knowing what is behind them.