- HOAST (hoast.org) – Full Analysis - March 1, 2021
- SallyMillerYoga (sallymilleryoga.com) – Full Analysis - March 1, 2021
- bentandbree.com – Full Analysis - March 1, 2021
(Took us an average of 0.5 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 neolyth.com
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | GoDaddy.com, LLC |
Date Registered | 2006-08-27 |
Nameservers | [‘NS19.DOMAINCONTROL.COM’, ‘NS20.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] | |
Name | None |
Organization | None |
Address | None |
City | None |
State | New York |
Zipcode | None |
Country | US |
HTML errors found on homepage
et=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><link
A “meta” element with an “http-equiv” attribute whose value is “X-UA-Compatible” must have a “content” attribute with the value “IE=edge”.
chrome=1"><link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Fredericka+the+Great|Allura|Amatic+SC|Arizonia|Averia+Sans+Libre|Cabin+Sketch|Francois+One|Jacques+Francois+Shadow|Josefin+Slab|Kaushan+Script|Love+Ya+Like+A+Sister|Merriweather|Offside|Open+Sans|Open+Sans+Condensed|Oswald|Over+the+Rainbow|Pacifico|Romanesco|Sacramento|Seaweed+Script|Special+Elite"><link
Bad value for attribute “href” on element “link”: Illegal character in query: “|” is not allowed.
al+Elite"><link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Playfair+Display|Oswald:700|Roboto:300,400,700"><link
Bad value “//fonts.googleapis.com/css?family=Playfair+Display|Oswald:700|Roboto:300,400,700” for attribute “href” on element “link”: Illegal character in query: “|” is not allowed.
</script><meta http-equiv="Content-Location" content="home.html"><meta
Bad value “Content-Location” for attribute “http-equiv” on element “meta”.
ead><body><style type="text/css"> #wsb-
Element “style” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.)
} </style><div class="wsb-canvas body" style="background-color: #f7f4ed; background-position: ; background-repeat: repeat-x; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; overflow: hidden;"><div c
CSS: “background-position”: Parse Error.
greenbar"><img src="//nebula.wsimg.com/ea4e3b91ab39e78f770bcf80539b8564?AccessKeyId=D02CB0879683686228CF&disposition=0&alloworigin=1" style="vertical-align:middle;width:871px;height:493px;"></div>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
mg_theme"><img src="//nebula.wsimg.com/69b0ad1f1c31e31776b1726077e40976?AccessKeyId=D02CB0879683686228CF&disposition=0&alloworigin=1" style="vertical-align:middle;width:445px;height:465px;"></div>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
mg_theme"><img src="//nebula.wsimg.com/31778ecafe5d51e33fbe8b349e9eb856?AccessKeyId=D02CB0879683686228CF&disposition=0&alloworigin=1" style="vertical-align:middle;width:320px;height:378px;"></div>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
ae4ce696"><style> #wsb-
Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.)
Popular words
Word | Frequency |
---|---|
enter | 6 |
text | 6 |
classes | 4 |
energy | 4 |
meditation | 3 |
get | 3 |
live | 3 |
shamanic | 3 |
learn | 3 |
us | 3 |
shamanism | 2 |
extraordinary | 2 |
way | 2 |
see | 2 |
join | 1 |
upcoming | 1 |
directions | 1 |
journey | 1 |
night | 1 |
brian | 1 |
Opportunities for improvement
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 3 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 777 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 1,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 133 KiB
Avoid multiple page redirects: Redirects introduce additional delays before the page can be loaded. [Learn more](https://web.dev/redirects/).
Potential savings of 230 ms
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 50 KiB
Avoid serving legacy JavaScript to modern browsers: Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren’t necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn More](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)
Potential savings of 0 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 782 KiB
Defer offscreen images: Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://web.dev/offscreen-images/).
Potential savings of 445 KiB
Internal pages [TOP 20]
Website Page |
---|
https://neolyth.com/home.html |
https://neolyth.com |
https://neolyth.com/contact.html |
https://neolyth.com/about.html |
https://neolyth.com/classes.html |