- viba-shop.de – Full Analysis - February 27, 2021
- sgdins.com – Full Analysis - February 27, 2021
- Phoenixbleu (phoenixbleu.fr) – Full Analysis - February 27, 2021
Platform independent on-page SEO editor | Webthrust
(Took us an average of 0.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 webthrust.com
About: Webthrust is an SEO tool that allows you to quickly and easily optimize on-page SEO factors of your pages by placing a small snippet of JavaScript code on your website.
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | GoDaddy.com, LLC |
Date Registered | 2015-01-16 |
Nameservers | [‘NS-1526.AWSDNS-62.ORG’, ‘NS-182.AWSDNS-22.COM’, ‘NS-1934.AWSDNS-49.CO.UK’, ‘NS-811.AWSDNS-37.NET’] |
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 height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=524814868386565&ev=PageView&noscript=1"/></nosc
Bad start tag in “img” in “noscript” in “head”.
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=524814868386565&ev=PageView&noscript=1"/></nosc
Element “head” is missing a required instance of child element “title”.
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=524814868386565&ev=PageView&noscript=1"/></nosc
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
ipt=1"/></noscript><!--
Stray end tag “noscript”.
seo/ --> <title>Pavés
Element “title” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.)
</title> <meta name="description" content="Spécialiste de l’aménagement et des décorations avec des matériaux nobles et de la pierre. Noblema : vente de pierres à bâtir, de piliers, pavés de récupération, de réemploi et vieux pavés." /> <met
Attribute “name” not allowed on element “meta” at this point.
</title> <meta name="description" content="Spécialiste de l’aménagement et des décorations avec des matériaux nobles et de la pierre. Noblema : vente de pierres à bâtir, de piliers, pavés de récupération, de réemploi et vieux pavés." /> <met
Element “meta” is missing one or more of the following attributes: “itemprop”, “property”.
vés." /> <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.
vés." /> <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://www.noblema.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”.
Popular words
Word | Frequency |
---|---|
seo | 17 |
pages | 12 |
webthrust | 11 |
optimize | 9 |
website | 5 |
page | 5 |
snippet | 5 |
search | 5 |
content | 5 |
free | 4 |
quickly | 4 |
add | 4 |
case | 3 |
study | 3 |
ready | 3 |
get | 3 |
create | 3 |
account | 3 |
specialist | 3 |
source | 3 |
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 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 71 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 110 ms
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 807 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 7 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 15 KiB
Preload key requests: Consider using `` to prioritize fetching resources that are currently requested later in page load. [Learn more](https://web.dev/uses-rel-preload/).
Potential savings of 270 ms
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 47 KiB
Internal pages [TOP 20]
External homepage links [TOP 20]
Website Page |
---|