- online-meditieren (online-meditieren.de) – Full Analysis - February 28, 2021
- Islamic Portal (islamicportal.co.uk) – Full Analysis - February 28, 2021
- WJTN (wjtn.com) – Full Analysis - February 28, 2021
Correduría de seguros empresas y particulares Ciudad lineal – Madrid
(Took us an average of 4.3 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 acodrid.com
About: Correduría de seguros Madrid en ciudad lineal – Acodrid correduría de seguros especializada en seguros para particulares, autónomos, empresas
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | acens Technologies, S.L.U. |
Date Registered | [datetime.datetime(2004, 5, 26, 8, 8, 15), datetime.datetime(2004, 5, 26, 10, 8, 15)] |
Nameservers | [‘NS1.POOL.NOM.ES’, ‘NS2.POOL.NOM.ES’, ‘ns1.pool.nom.es’, ‘ns2.pool.nom.es’] |
Status | [‘ok https://icann.org/epp#ok’, ‘ok http://www.icann.org/epp#ok’] |
[email protected] | |
Name | None |
Organization | Pool Informatico |
Address | None |
City | None |
State | None |
Zipcode | None |
Country | ES |
HTML errors found on homepage
='all' /><link rel='stylesheet' id='dt-web-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,600,700|Roboto+Condensed:400,600,700|Roboto:400,400italic,600,700|Open+Sans:400,600,700' type='text/css' media='all' /><link
Bad value “https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,600,700|Roboto+Condensed:400,600,700|Roboto:400,400italic,600,700|Open+Sans:400,600,700” for attribute “href” on element “link”: Illegal character in query: “|” is not allowed.
='all' /><link rel='stylesheet' id='ultimate-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:regular,700|Roboto+Condensed' type='text/css' media='all' /><link
Bad value “https://fonts.googleapis.com/css?family=Open+Sans+Condensed:regular,700|Roboto+Condensed” for attribute “href” on element “link”: Illegal character in query: “|” is not allowed.
ion"> <ul id="primary-menu" class="main-nav underline-decoration upwards-line level-arrows-on" role="navigation"><li cl
Bad value “navigation” for attribute “role” on element “ul”.
header'> <ul id="mobile-menu" class="mobile-main-nav" role="navigation"> <li
Bad value “navigation” for attribute “role” on element “ul”.
></div><style id="the7-page-content-style">#main
Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.)
"></p> <rs-module-wrap id="rev_slider_3_1_wrapper" data-source="gallery" style="background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;max-width:"> <
CSS: “max-width”: Parse Error.
ght:5px;"><span class="uvc-headings-line" style="border-style:solid;border-bottom-width:5px;border-color:;width:200px;"></span
CSS: “border-color”: Parse Error.
_wrapper"><style type="text/css" data-type="the7_shortcodes-inline-css">.short
Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.)
{ background: ; background
CSS: “background”: Parse Error.
inear-gradient(); background
CSS: “background”: Parse Error.
Popular words
Word | Frequency |
---|---|
de | 82 |
y | 28 |
que | 25 |
seguros | 18 |
el | 18 |
en | 18 |
para | 18 |
la | 17 |
los | 12 |
las | 12 |
por | 11 |
con | 11 |
nuestros | 9 |
al | 8 |
nuestro | 8 |
una | 8 |
nuestra | 7 |
su | 6 |
sus | 6 |
blogpor | 6 |
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
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 4,720 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 2,396 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 704 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
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 1,518 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 19 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 126 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 4 KiB
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 105 KiB
Internal pages [TOP 20]
External homepage links [TOP 20]
Website Page |
---|
http://www.facebook.com/Acodrid |
http://www.linkedin.com/in/acodrid-corredur%C3%ADa-de-seguros-a9a705164/ |
http://www.twitter.com/Acodrid |
https://www.mediadoresdesegurosdemadrid.com/ |