- groundyogaonline.com – Full Analysis - February 25, 2021
- Dark Horse Theatre (darkhorsetheatre.co.uk) – Full Analysis - February 25, 2021
- Rooted In Mindfulness (rootedinmindfulness.org) – Full Analysis - February 25, 2021
(Took us an average of 1.7 seconds to load)
Table of Contents |
---|
Basic information |
Whois information |
Minor HTML issues found on homepage |
Popular words |
Pagespeed analysis |
How can this website be improved? |
Internal pages |
Websites linked to |
Basic information for lloydcellars.com
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | GoDaddy.com, LLC |
Date Registered | 2008-05-11 |
Nameservers | [‘NS25.DOMAINCONTROL.COM’, ‘NS26.DOMAINCONTROL.COM’] |
Status | [‘clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited’, ‘clientRenewProhibited https://icann.org/epp#clientRenewProhibited’, ‘clientTransferProhibited https://icann.org/epp#clientTransferProhibited’, ‘clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited’, ‘clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited’, ‘clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited’, ‘clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited’, ‘clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited’] |
[‘[email protected]’, ‘[email protected]’] | |
Name | Registration Private |
Organization | Domains By Proxy, LLC |
Address | [‘DomainsByProxy.com’, ‘14455 N. Hayden Road’] |
City | Scottsdale |
State | Arizona |
Zipcode | 85260 |
Country | US |
HTML errors found on homepage
<noscript><img src="https://ib.adnxs.com/pixie?pi=b18733f8-16ea-43d7-9682-2bc4ad6378f0&e=PageView&script=0"/></nosc
Bad start tag in “img” in “noscript” in “head”.
<noscript><img src="https://ib.adnxs.com/pixie?pi=b18733f8-16ea-43d7-9682-2bc4ad6378f0&e=PageView&script=0"/></nosc
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
cript=0"/></noscript>
Stray end tag “noscript”.
seo/ --> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" /> <lin
Attribute “name” not allowed on element “meta” at this point.
seo/ --> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" /> <lin
Element “meta” is missing one or more of the following attributes: “itemprop”, “property”.
w:-1" /> <link rel="canonical" href="https://lloydcellars.com/" /> <met
A “link” element must not appear as a descendant of a “body” element unless the “link” element has an “itemprop” attribute or has a “rel” attribute whose value contains “dns-prefetch”, “modulepreload”, “pingback”, “preconnect”, “prefetch”, “preload”, “prerender”, or “stylesheet”.
lars" /> <meta name="twitter:card" content="summary_large_image" /> <scr
Attribute “name” not allowed on element “meta” at this point.
lars" /> <meta name="twitter:card" content="summary_large_image" /> <scr
Element “meta” is missing one or more of the following attributes: “itemprop”, “property”.
w.org' /><link rel="alternate" type="application/rss+xml" title="Lloyd Cellars » Feed" href="https://lloydcellars.com/feed/" /><link
A “link” element must not appear as a descendant of a “body” element unless the “link” element has an “itemprop” attribute or has a “rel” attribute whose value contains “dns-prefetch”, “modulepreload”, “pingback”, “preconnect”, “prefetch”, “preload”, “prerender”, or “stylesheet”.
feed/" /><link rel="alternate" type="application/rss+xml" title="Lloyd Cellars » Comments Feed" href="https://lloydcellars.com/comments/feed/" /> <sc
A “link” element must not appear as a descendant of a “body” element unless the “link” element has an “itemprop” attribute or has a “rel” attribute whose value contains “dns-prefetch”, “modulepreload”, “pingback”, “preconnect”, “prefetch”, “preload”, “prerender”, or “stylesheet”.
Popular words
Word | Frequency |
---|---|
lloyd | 5 |
wines | 4 |
wine | 4 |
cellars | 4 |
contact | 3 |
get | 3 |
menu | 2 |
distributors | 2 |
shop | 2 |
double | 2 |
gold | 2 |
points | 2 |
magazine | 2 |
epic | 2 |
know | 2 |
learn | 2 |
us | 2 |
vineyards | 2 |
mobile | 1 |
toggle | 1 |
Pagespeed analysis
OVERALL SITE SPEED: AVERAGE (details below)
CUMULATIVE LAYOUT SHIFT SCORE: AVERAGE. Have you ever been reading an article online when something suddenly changes on the page? Without warning, the text moves, and you’ve lost your place. Or even worse: you’re about to tap a link or a button, but in the instant before your finger lands—BOOM—the link moves, and you end up clicking something else! This is a measure of how often this is happening on your website.
FIRST CONTENTFUL PAINT MS SCORE: AVERAGE. This measures the time taken for the first thing on your website to load when a visitor goes there.
FIRST INPUT DELAY MS SCORE: AVERAGE. How long it takes for your website to react if the user interacts with it in some way, such as clicking a link or button.
LARGEST CONTENTFUL PAINT MS SCORE: AVERAGE. Measures how long the main part of the website takes to load.
Opportunities for improvement
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 26 KiB
Eliminate render-blocking resources: Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://web.dev/render-blocking-resources/).
Potential savings of 590 ms
Remove unused CSS: Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. [Learn more](https://web.dev/unused-css-rules/).
Potential savings of 18 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 55 KiB
Serve images in next-gen formats: Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://web.dev/uses-webp-images/).
Potential savings of 358 KiB
Enable text compression: Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://web.dev/uses-text-compression/).
Potential savings of 6 KiB
Properly size images: Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://web.dev/uses-responsive-images/).
Potential savings of 734 KiB
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 3 KiB