ila-berlin.de

Revisión web de ila-berlin.de

ILA Berlin 26 | Homepage | ILA Berlin

 Generado el 09 Marzo 2026 19:28 PM

Resultados antiguos? ACTUALIZAR !

La puntuación es 31/100

Contenido SEO

Título

ILA Berlin 26 | Homepage | ILA Berlin

Longitud : 37

Perfecto, tu título contiene entre 10 y 70 caracteres.

Descripción

Longitud : 0

Muy mal. No hemos encontrado descripción meta en tu página. Usa este generador online gratuito para crear la descripción.

Palabras Claves (Keywords)

Muy mal. No hemos encontrado palabras clave (meta keywords) en tu página. Usa este generador de meta tags gratuito para crear tus palabras clave.

Propiedades Meta Og

Esta página no usa etiquetas Og. Estas etiquetas permiten a los rastreadores sociales estructurar mejor tu página. Usa este generador de etiquetas og gratuito para crearlas.

Titulos

H1 H2 H3 H4 H5 H6
1 12 0 2 0 0
  • [H1] MEET THE WORLD'S AEROSPACE PIONEERS
  • [H2] Search
  • [H2] ILA Berlin
  • [H2]
  • [H2] Meet the World's Aerospace Pioneers
  • [H2] One of the World's Leading Aerospace Shows
  • [H2] Explore the ILA Segments
  • [H2] What to Experience at ILA
  • [H2] Plan Your Visit
  • [H2] This Was ILA 2024
  • [H2] Partners & Organizers
  • [H2] ILA Berlin Newsletter
  • [H2] Footer Navigation
  • [H4] /* ── ILA Homepage 2026 — Layout Only ── */ .ila-hp * { box-sizing: border-box; } /* Reveal animation */ .ila-hp-section { opacity: 0; transform: translateY(28px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); } .ila-hp-section.ila-visible { opacity: 1; transform: translateY(0); } /* Eyebrow label */ .ila-eyebrow { color: #008FD3; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; } /* Section titles */ .ila-section-title { color: #0B1624; margin: 0 0 4px; line-height: 1.15; letter-spacing: -0.01em; } .ila-section-title--light { color: #fff; } /* Accent underline */ .ila-accent-line { height: 2px; background: linear-gradient(90deg, #008FD3, transparent); margin-top: 14px; } .ila-accent-line--center { margin-left: auto; margin-right: auto; width: 60px; } .ila-accent-line--left { width: 80px; } /* Subtitle */ .ila-subtitle { color: #64748b; margin-top: 12px; line-height: 1.6; max-width: 600px; } .ila-subtitle--center { margin-left: auto; margin-right: auto; } .ila-subtitle--light { color: #94a3b8; } /* ── GRID SYSTEMS ── */ .ila-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); } .ila-grid-3--flush { gap: 0; } .ila-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; } .ila-grid-2--wide { grid-template-columns: 1.2fr 1fr; } .ila-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 3vw, 40px); } @media (max-width: 900px) { .ila-grid-3, .ila-grid-3--flush, .ila-grid-2, .ila-grid-2--wide { grid-template-columns: 1fr; } .ila-grid-4 { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 901px) and (max-width: 1100px) { .ila-grid-3.ila-grid-3--programme { grid-template-columns: repeat(2, 1fr); } } /* ── CARDS ── */ .ila-card { background: #fff; overflow: hidden; transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s cubic-bezier(0.22,1,0.36,1); box-shadow: 0 1px 3px rgba(0,0,0,0.06); } .ila-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.12); } .ila-card__img { width: 100%; height: 220px; overflow: hidden; position: relative; } .ila-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; } .ila-card__img--short { height: 180px; } .ila-card__body { padding: 24px; } /* ── CTA OVERRIDES ── */ .ila-hp .button.primary, .ila-hp .button.secondary { display: inline-flex !important; align-items: center !important; white-space: nowrap; } .ila-hp .button.primary::after, .ila-hp .button.secondary::after { display: inline-block !important; flex-shrink: 0; } /* Dual CTA row in pathway cards */ .ila-cta-row { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; } .ila-hp .button--white { display: inline-flex; align-items: center; background: #fff; color: #008FD3; padding: 14px 32px; text-decoration: none; letter-spacing: 0.02em; white-space: nowrap; transition: background 0.25s ease; } .ila-hp .button--white:hover { background: #e8f4fb; } .ila-hp .button--white::after { content: ""; display: inline-block; flex-shrink: 0; width: 6px; height: 12px; margin-left: 18px; vertical-align: middle; background-color: #008FD3; -webkit-mask-image: url("../svg/Path_1979.svg"); mask-image: url("../svg/Path_1979.svg"); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } /* ── SEGMENT CARDS ── */ .ila-segments-row { display: flex !important; gap: 0 !important; padding: 0 !important; margin: 0 !important; } .ila-segment { flex: 1 1 0% !important; display: flex !important; align-items: flex-end !important; min-height: 340px !important; background-size: cover !important; background-position: center !important; text-decoration: none !important; color: #fff !important; padding: 28px !important; border-bottom: 5px solid transparent; transition: border-color 0.3s ease; } .ila-segment:visited, .ila-segment:hover, .ila-segment:active, .ila-segment:focus { color: #fff !important; text-decoration: none !important; } .ila-segment:hover { border-bottom-color: currentColor; } .ila-segment--aviation { background-image: linear-gradient(to top, rgba(0,131,143,0.85) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.10) 100%), url("https://ila-berlin.de/sites/default/files/2026-02/ila-berlin-aviation-emirates-a380.jpg") !important; border-bottom-color: #00838f; } .ila-segment--space { background-image: linear-gradient(to top, rgba(26,35,126,0.85) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.10) 100%), url("https://ila-berlin.de/sites/default/files/2026-02/ila-berlin-space-pavilion-moon-display.jpg") !important; border-bottom-color: #1a237e; } .ila-segment--defence { background-image: linear-gradient(to top, rgba(46,125,50,0.85) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.10) 100%), url("https://ila-berlin.de/sites/default/files/2026-02/ila-berlin-defence-f35-lightning.jpg") !important; border-bottom-color: #2e7d32; } .ila-segment__name { color: #fff !important; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none !important; } @media (max-width: 900px) { .ila-segments-row { flex-direction: column !important; } .ila-segment { min-height: 220px !important; } } /* ── KEY FACTS ── */ .ila-keyfacts { position: relative; padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 80px); background: #0B1624; overflow: hidden; } .ila-keyfacts__bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.12; } .ila-keyfacts__bg img { width: 100%; height: 100%; object-fit: cover; } .ila-keyfacts__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, #0B1624 0%, transparent 30%, transparent 70%, #0B1624 100%); } .ila-stat { text-align: center; opacity: 0; transform: translateY(24px); transition: all 0.7s cubic-bezier(0.22,1,0.36,1); } .ila-stat.ila-visible { opacity: 1; transform: translateY(0); } .ila-stat__number { color: #008FD3; letter-spacing: -0.02em; line-height: 1.1; } .ila-stat__label { color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; } /* ── EARLY BIRD ── */ .ila-earlybird { background: #008FD3; padding: clamp(36px, 5vw, 56px) clamp(20px, 5vw, 80px); position: relative; overflow: hidden; } .ila-earlybird__inner { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; position: relative; z-index: 1; } .ila-earlybird__geo { position: absolute; border: 2px solid rgba(255,255,255,0.15); } .ila-earlybird__geo--1 { top: -60px; right: -60px; width: 200px; height: 200px; transform: rotate(45deg); } .ila-earlybird__geo--2 { bottom: -40px; left: 20%; width: 120px; height: 120px; transform: rotate(30deg); border-color: rgba(255,255,255,0.1); } .ila-countdown { display: flex; gap: 8px; align-items: center; } .ila-countdown__block { text-align: center; background: rgba(0,0,0,0.2); padding: 12px 16px 8px; min-width: 72px; } .ila-countdown__num { color: #fff; line-height: 1; } .ila-countdown__label { color: rgba(255,255,255,0.7); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; } .ila-countdown__sep { color: rgba(255,255,255,0.5); padding: 0 2px; } /* ── VIDEO SECTIONS ── */ .ila-video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #1e293b; } .ila-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } .ila-video-consent { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(11,22,36,0.55); z-index: 2; cursor: pointer; text-align: center; padding: 20px; } .ila-video-consent__play { width: 64px; height: 64px; background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background 0.3s ease, border-color 0.3s ease; } .ila-video-consent:hover .ila-video-consent__play { background: rgba(0,143,211,0.3); border-color: #008FD3; } .ila-video-consent__play svg { width: 24px; height: 24px; fill: #fff; } .ila-video-consent__text { color: rgba(255,255,255,0.7); line-height: 1.5; max-width: 400px; } .ila-video-consent__text a { color: #33a8e0; } /* ── PARTNERS ── */ .ila-partners-label { color: #94a3b8; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; text-align: center; } .ila-partners-logos { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 36px; } .ila-partners-logos__item { background: #fff; border: 1px solid #e2e8f0; padding: 18px 32px; color: #334155; letter-spacing: 0.03em; text-align: center; transition: border-color 0.25s ease, box-shadow 0.25s ease; } .ila-partners-logos__item:hover { border-color: #008FD3; box-shadow: 0 2px 8px rgba(0,143,211,0.1); } /* ── HELPER ── */ .ila-text-center { text-align: center; } .ila-text-white { color: #fff; } .ila-text-muted { color: #64748b; } .ila-text-blue { color: #008FD3; } .ila-bg-dark { background: #0B1624; } .ila-bg-gray { background: #f0f3f7; } .ila-bg-blue { background: #008FD3; } .ila-pad-section { padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 80px); } .ila-max-900 { max-width: 900px; margin-left: auto; margin-right: auto; } .ila-max-1000 { max-width: 1000px; margin-left: auto; margin-right: auto; } .ila-max-1100 { max-width: 1100px; margin-left: auto; margin-right: auto; } .ila-mb-0 { margin-bottom: 0; } .ila-mb-8 { margin-bottom: 8px; } .ila-mb-16 { margin-bottom: 16px; } .ila-mb-24 { margin-bottom: 24px; } .ila-mb-32 { margin-bottom: 32px; } .ila-mb-48 { margin-bottom: clamp(32px, 4vw, 48px); } .ila-strikethrough { text-decoration: line-through; opacity: 0.7; } Your ILA ExperienceFind Your Path
  • [H4] Let's stay in touch.

Imagenes

Hemos encontrado 38 imágenes en esta web.

3 atributos alt están vacios o no existen. Agrega texto alternativo para que los motores de búsqueda puedan entender las imágenes.

Ratio Texto/HTML

Ratio : 0%

El ratio entre texto y código HTML de esta página es menor que el 15 por ciento, esto significa que tu web posiblemente necesite más contenido en texto.

Flash

Horrible, tienes contenido Flash en la página, esto significa que los buscadores lo van a tener muy dificil para leer tu contenido.

Iframe

Muy mal, tienes Iframes en la página, esto significa que el contenido no podrá ser indexado.

Reescritura URL

Bien. Tus enlaces parecen amigables

Guiones bajos en las URLs

Hemos detectado guiones bajos en tus URLs. Deberías usar guiones en su lugar para optimizar tu SEO.

Enlaces en página

Hemos encontrado un total de 50 enlaces incluyendo 0 enlace(s) a ficheros

Ancla Tipo Jugo
Skip to main content Interna Pasando Jugo
de Interna Pasando Jugo
en Interna Pasando Jugo
About us Interna Pasando Jugo
Newsletter Interna Pasando Jugo
Contact & Support Interna Pasando Jugo
Sustainability and CSR Interna Pasando Jugo
Exhibitor & Partner Interna Pasando Jugo
Participation & Partnership Options Interna Pasando Jugo
Hall space Interna Pasando Jugo
Chalet Interna Pasando Jugo
Outdoor area & Static display Interna Pasando Jugo
Partnerships Interna Pasando Jugo
Online-Advertising in our ILA Show Guide Interna Pasando Jugo
Talent Hub Interna Pasando Jugo
Defence Park Interna Pasando Jugo
Supplier Interna Pasando Jugo
Start Ups at ILA Interna Pasando Jugo
Outdoor Hospitality Area Interna Pasando Jugo
USA Partnership Pavilion Interna Pasando Jugo
Exhibitor Registration Interna Pasando Jugo
Stand Rental Calculator Interna Pasando Jugo
Exhibition Planning / Service Manual Interna Pasando Jugo
Exhibitor List Interna Pasando Jugo
Hosted Buyers Programme Interna Pasando Jugo
Marketing Kits Interna Pasando Jugo
Segments Interna Pasando Jugo
Aviation Interna Pasando Jugo
Space Interna Pasando Jugo
Defence Interna Pasando Jugo
For Visitors Interna Pasando Jugo
Travel Information Interna Pasando Jugo
Trade Visitor Interna Pasando Jugo
Public Visitor Interna Pasando Jugo
ILA STAGES Interna Pasando Jugo
Static Display Interna Pasando Jugo
Talent Hub visitor information Interna Pasando Jugo
Press Interna Pasando Jugo
Accreditation Interna Pasando Jugo
Press Releases Interna Pasando Jugo
Merch Interna Pasando Jugo
Tickets Interna Pasando Jugo
privacy policy Externo Pasando Jugo
Browse Exhibitors Interna Pasando Jugo
Watch on YouTube Externo Pasando Jugo
Messe Berlin group of companies Externo Pasando Jugo
here Externo Pasando Jugo
Privacy Interna Pasando Jugo
Imprint Interna Pasando Jugo
Image Rights Interna Pasando Jugo

Palabras Clave SEO

Nube de Palabras Clave

Consistencia de las Palabras Clave

Palabra Clave (Keyword) Contenido Título Palabras Claves (Keywords) Descripción Titulos

Usabilidad

Url

Dominio : ila-berlin.de

Longitud : 13

Favicon

Genial, tu web tiene un favicon.

Imprimibilidad

No hemos encontrado una hoja de estilos CSS para impresión.

Idioma

Genial. Has declarado el idioma en.

Dublin Core

Esta página no usa Dublin Core.

Documento

Tipo de documento (Doctype)

HTML 5

Codificación

Perfecto. Has declarado como codificación UTF-8.

Validez W3C

Errores : 0

Avisos : 0

Privacidad de los Emails

Atención! Hemos encontrado por lo menos una dirección de correo electrónico en texto plano. Usa este protector antispam gratuito para ocultarla de los spammers.

HTML obsoleto

Genial, no hemos detectado ninguna etiqueta HTML obsoleta.

Consejos de Velocidad

Excelente, esta web no usa tablas.
Muy mal, tu web está usando estilos embenidos (inline CSS).
Muy mal, tu página web usa demasiados ficheros CSS (más de 4).
Muy mal, tu sitio usa demasiados ficheros JavaScript (más de 6).
Su sitio web no se beneficia de gzip. Intente implementarlo en su sitio web.

Movil

Optimización Móvil

Icono para Apple
Etiqueta Meta Viewport
Contenido Flash

Optimización

Mapa del sitio XML

¡Perfecto! Su sitio tiene un mapa del sitio en XML.

https://ila-berlin.de/en/sitemap.xml

Robots.txt

https://ila-berlin.de/robots.txt

¡Estupendo! Su sitio web tiene un archivo robots.txt.

Herramientas de Analítica

No disponible

No hemos encontrado ninguna herramienta de analítica en esta web.

La analítica Web le permite medir la actividad de los visitantes de su sitio web. Debería tener instalada al menos una herramienta de analítica y se recomienda instalar otra más para obtener una confirmación de los resultados.

PageSpeed Insights


Dispositivo
Categorias

Free SEO Testing Tool

Free SEO Testing Tool es una herramienta seo gratuita que te ayuda a analizar tu web