Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
CIPv6 ReadinessActionNo IPv6 supportREVIEW
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.
Source: Google IPv6 stats
BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BTLS Certificate Expiry & Recommendations314 days until leaf cert expires — 4 issues to addressREVIEW
Certificate validity
Recommended actions
- Prefer TLS 1.3 — TLS 1.2 is acceptable but TLS 1.3 removes RSA key exchange and improves latency
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- Enable DNSSEC on your domain for DNS spoofing protection
- Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A+DNS Records2 A records, 39 ms lookupPASS
| A | 15.197.168.244, 3.33.171.58 |
| AAAA | — |
| CNAME | — |
| NS | ns4.p28.dynect.net, ns1.p28.dynect.net, ns3.p28.dynect.net, ns2.p28.dynect.net |
| MX | 10 ASPMX.L.GOOGLE.com 20 ALT1.ASPMX.L.GOOGLE.com 20 ALT2.ASPMX.L.GOOGLE.com 30 ASPMX3.GOOGLEMAIL.com 30 ASPMX2.GOOGLEMAIL.com |
| TXT | ns7hce933bu93podobcn77f2do google-site-verification=B1_oT_vlOozM0i_1uBNfbXsd4PvbE5PrT5HEk_K1KzU google-site-verification=hqkJX1lRkIkN0YU34YHm5SMEGQza_mwe-T_-MLMeMrc SPF v=spf1 include:spf.mandrillapp.com include:virtualnewspaper.it include:emsd1.com... usib86qsfvtcohafj4u24t5qp4 facebook-domain-verification=z46dnv6jc2t8lbglm6phsapdu0cm26 _globalsign-domain-verification=dAaqdOH-AO9YD7m6rNYPf9S-GrMkX3uqqzMznF3SrS _globalsign-domain-verification=3_1gRaAk96wFvXtXKHjIaI9Ew5GcqF5wtj8Uyt292w stripe-verification=6487a866ef7d3b007c33890e1e8b4de0fd375bed0108f88b7a5b04a2a013... nlkj2rvfohf063atnllnc6g81q |
| CAA | Lookup not available with standard resolver |
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.
ARedirect Chain1 redirect(s), 319 ms totalPASS
https://eluniverso.com
115 ms · HTTP/1.1
https://www.eluniverso.com:443/
204 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://eluniverso.com | 301 | 115 ms | HTTP/1.1 | awselb/2.0 |
| 2 | https://www.eluniverso.com:443/ | 200 | 204 ms | HTTP/1.1 | openresty |
See the visual redirect chain in the HTTP Probe tab →
A+Crawlabilityrobots.txt present, sitemap with 59 URLsPASS
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.
robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.
Source: sitemaps.org
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used: http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/robotstxt.html
User-agent: *
Crawl-delay: 10
# CSS, JS, Images
Allow: /misc/*.css$
Allow: /misc/*.css?
Allow: /misc/*.js$
Allow: /misc/*.js?
Allow: /misc/*.gif
Allow: /misc/*.jpg
Allow: /misc/*.jpeg
Allow: /misc/*.png
Allow: /modules/*.css$
Allow: /modules/*.css?
Allow: /modules/*.js$
Allow: /modules/*.js?
Allow: /modules/*.gif
Allow: /modules/*.jpg
Allow: /modules/*.jpeg
Allow: /modules/*.png
Allow: /profiles/*.css$
Allow: /profiles/*.css?
Allow: /profiles/*.js$
Allow: /profiles/*.js?
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /themes/*.css$
Allow: /themes/*.css?
Allow: /themes/*.js$
Allow: /themes/*.js?
Allow: /themes/*.gif
Allow: /themes/*.jpg
Allow: /themes/*.jpeg
Allow: /themes/*.png
# Directories
Disallow: /includes/
Disallow: /misc/
Disallow: /modules/
Disallow: /profiles/
Disallow: /scripts/
Disallow: /themes/
# Files
Disallow: /CHANGELOG.txt
Disallow: /cron.php
Disallow: /INSTALL.mysql.txt
Disallow: /INSTALL.pgsql.txt
Disallow: /INSTALL.sqlite.txt
Disallow: /install.php
Disallow: /INSTALL.txt
Disallow: /LICENSE.txt
Disallow: /MAINTAINERS.txt
Disallow: /update.php
Disallow: /UPGRADE.txt
Disallow: /xmlrpc.php
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips/
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register/
Disallow: /user/password/
Disallow: /user/login/
Disallow: /user/logout/
# Paths (no clean URLs)
Disallow: /?q=admin/
Disallow: /?q=comment/reply/
Disallow: /?q=filter/tips/
Disallow: /?q=node/add/
Disallow: /?q=search/
Disallow: /?q=user/password/
Disallow: /?q=user/register/
Disallow: /?q=user/login/
Disallow: /?q=user/logout/
Disallow: /arc/outboundfeeds/rss/*
Disallow: /arc/outboundfeeds/pressreader/*
Disallow: /suscripciones/planexpirado
Disallow: /suscripciones/plancancelado
Disallow: /suscripciones/ofertaexclusiva/
Disallow: /suscripciones/recuperacion/
User-agent: grapeshot
Disallow:
# Bloqueo de bots de IA y bots específicos
# Bots de IA
#User-agent: anthropic-ai
#Disallow: /
#User-agent: ChatGPT-User
#Disallow: /
#User-agent: ClaudeBot
#Disallow: /
#User-agent: Claude-Web
#Disallow: /
#User-agent: cohere-ai
#Disallow: /
#User-agent: GPTBot
#Disallow: /
#User-agent: PerplexityBot
#Disallow: /
# Bots relacionados con plataformas como Telegram
#User-agent: TelegramBot
#Disallow: /
# Otros bots conocidos
#User-agent: AwarioRssBot
#Disallow: /
#User-agent: AwarioSmartBot
#Disallow: /
#User-agent: Bytespider
#Disallow: /
#User-agent: CCBot
#Disallow: /
#User-agent: DataForSeoBot
#Disallow: /
#User-agent: Diffbot
#Disallow: /
#User-agent: Google-Extended
#Disallow: /
#User-agent: magpie-crawler
#Disallow: /
#User-agent: NewsNow
#Disallow: /
#User-agent: news-please
#Disallow: /
#User-agent: omgili
#Disallow: /
#User-agent: omgilibot
#Disallow: /
#User-agent: peer39_crawler
#Disallow: /
#User-agent: Quora-Bot
#Disallow: /
#User-agent: Scrapy
#Disallow: /
#User-agent: TurnitinBot
#Disallow: /
A+Domain Intelligenceeluniverso.com — via DNC Holdings, Inc., 30 years, 2 months old, hosted on AWSPASS
726 days
July 7, 2028
314 days
Issued by Amazon
30 years, 2 months
Registered July 8, 1996
Not enabled
Protects against DNS spoofing
AWS
ASN AS16509
15.197.168.244
DNC Holdings, Inc.
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.
Learn more ▾ ▴
DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.
Source: ICANN / RFC 4033
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.
Learn more ▾ ▴
Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.
Source: ICANN / domain-security best practice