263 lines
11 KiB
HTML
263 lines
11 KiB
HTML
<!doctype html>
|
|
<html lang="pt-BR">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<!-- DETECAO DE AMBIENTE - Inline (executa antes de tudo) -->
|
|
<script>
|
|
(function() {
|
|
var h = location.hostname;
|
|
var IS_PROD = h === 'avanzato.com.br' || h === 'www.avanzato.com.br';
|
|
|
|
// Torna disponivel para outros scripts
|
|
window.__IS_PROD__ = IS_PROD;
|
|
|
|
// Se NAO for producao, desativa tracking globalmente
|
|
if (!IS_PROD) {
|
|
window.__AVANZATO_ENV__ = h === 'hml.avanzato.com.br' ? 'homologation' : 'development';
|
|
|
|
// Bloqueia gtag
|
|
window.dataLayer = { push: function(){} };
|
|
window.gtag = function(){};
|
|
|
|
// Bloqueia fbq (Facebook Pixel)
|
|
window.fbq = function(){};
|
|
|
|
// Bloqueia Mautic
|
|
window.MauticSDKLoaded = true;
|
|
|
|
console.log('[Avanzato] Ambiente: ' + window.__AVANZATO_ENV__ + ' | Tracking bloqueado');
|
|
} else {
|
|
window.__AVANZATO_ENV__ = 'production';
|
|
}
|
|
})();
|
|
</script>
|
|
|
|
<!-- Google tag (gtag.js) - Ads + Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16714813566"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
// LGPD/GDPR Consent Mode v2
|
|
// analytics_storage = 'denied' → GA4 coleta dados ANONIMIZADOS (sem cookies)
|
|
// Isso permite ver trafego SEM precisar de consentimento explicito
|
|
gtag('consent', 'default', {
|
|
ad_storage: 'denied',
|
|
analytics_storage: 'denied',
|
|
ad_user_data: 'denied',
|
|
ad_personalization: 'denied',
|
|
functionality_storage: 'granted', // Permite funcionalidade basica
|
|
security_storage: 'granted', // Permite seguranca
|
|
wait_for_update: 500
|
|
});
|
|
|
|
// IMPORTANTE: Ativar Consent Mode no painel do GA4
|
|
// GA4 → Admin → Account Settings → Consent Settings → Enable
|
|
|
|
gtag('js', new Date());
|
|
gtag('config', 'AW-16714813566');
|
|
gtag('config', 'G-LMHX8RJ3LH', { // GA4 - Avanzato
|
|
'send_page_view': true,
|
|
'cookie_expires': 63072000, // 2 anos
|
|
'cookie_update': true
|
|
});
|
|
</script>
|
|
|
|
<!-- Meta Pixel (Facebook) - ID: 1223271852059785 -->
|
|
<script>
|
|
!function(f,b,e,v,n,t,s)
|
|
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
|
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
|
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
|
n.queue=[];t=b.createElement(e);t.async=!0;
|
|
t.src=v;s=b.getElementsByTagName(e)[0];
|
|
s.parentNode.insertBefore(t,s)}(window, document,'script',
|
|
'https://connect.facebook.net/en_US/fbevents.js');
|
|
fbq('init', '1223271852059785');
|
|
fbq('track', 'PageView');
|
|
</script>
|
|
|
|
<!-- Mautic Tracking -->
|
|
<script>
|
|
(function(w,d,t,u,n,a,m){
|
|
w['MauticTrackingObject']=n;
|
|
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
|
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://mkt.avanzato.com.br/mtc.js','mt');
|
|
mt('send', 'pageview');
|
|
</script>
|
|
<!-- FIM Mautic Tracking -->
|
|
|
|
<!-- Preconnect to Google Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>Avanzato Tecnologia | TI Gerenciada, Cloud e Seguranca em Guarulhos/SP</title>
|
|
<meta name="title" content="Avanzato Tecnologia | TI Gerenciada, Cloud e Seguranca em Guarulhos/SP" />
|
|
<meta name="description" content="Solucoes em TI Gerenciada, Cloud Computing e Seguranca da Informacao. +23 anos de experiencia, +500 clientes atendidos. Suporte 24/7 em Guarulhos e regiao." />
|
|
<meta name="app-version" content="1.0.0" />
|
|
<meta name="keywords" content="TI Gerenciada, Cloud Computing, Seguranca da Informacao, Suporte Tecnico, Tecnologia da Informacao, Guarulhos, Sao Paulo, Infraestrutura de TI, Backup, Firewall, Consultoria TI" />
|
|
<meta name="author" content="Avanzato Tecnologia" />
|
|
<meta name="robots" content="index, follow" id="meta-robots" />
|
|
<meta name="googlebot" content="index, follow" id="meta-googlebot" />
|
|
|
|
<!-- BLOQUEAR INDEXACAO EM HOMOLOGACAO -->
|
|
<script>
|
|
(function() {
|
|
// Usa IS_PROD ja definido no inicio do documento
|
|
if (!window.__IS_PROD__) {
|
|
// Homologacao/Desenvolvimento: bloquear indexacao
|
|
document.getElementById('meta-robots').setAttribute('content', 'noindex, nofollow');
|
|
document.getElementById('meta-googlebot').setAttribute('content', 'noindex, nofollow');
|
|
// Adicionar tambem X-Robots-Tag via meta http-equiv
|
|
var meta = document.createElement('meta');
|
|
meta.httpEquiv = 'X-Robots-Tag';
|
|
meta.content = 'noindex, nofollow';
|
|
document.head.appendChild(meta);
|
|
console.log('%c[SEO] ' + (window.__AVANZATO_ENV__ || 'nao-producao') + ' - indexacao BLOQUEADA', 'background:#dc2626;color:#fff;font-weight:bold;padding:2px 6px;border-radius:3px');
|
|
} else {
|
|
console.log('%c[SEO] Producao - indexacao PERMITIDA (index, follow)', 'background:#16a34a;color:#fff;font-weight:bold;padding:2px 6px;border-radius:3px');
|
|
}
|
|
})();
|
|
</script>
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://avanzato.com.br" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://avanzato.com.br" />
|
|
<meta property="og:title" content="Avanzato Tecnologia | TI Gerenciada, Cloud e Seguranca" />
|
|
<meta property="og:description" content="Solucoes em TI Gerenciada, Cloud Computing e Seguranca da Informacao. +23 anos de experiencia, suporte 24/7." />
|
|
<meta property="og:image" content="https://avanzato.com.br/og-image.jpg" />
|
|
<meta property="og:locale" content="pt_BR" />
|
|
<meta property="og:site_name" content="Avanzato Tecnologia" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://avanzato.com.br" />
|
|
<meta property="twitter:title" content="Avanzato Tecnologia | TI Gerenciada, Cloud e Seguranca" />
|
|
<meta property="twitter:description" content="Solucoes em TI Gerenciada, Cloud Computing e Seguranca da Informacao. +23 anos de experiencia, suporte 24/7." />
|
|
<meta property="twitter:image" content="https://avanzato.com.br/og-image.jpg" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="https://avanzato.com.br/favicon.png" />
|
|
<link rel="shortcut icon" type="image/png" href="https://avanzato.com.br/favicon.png" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<!-- Theme Color -->
|
|
<meta name="theme-color" content="#cbf400" />
|
|
<meta name="msapplication-TileColor" content="#0e0e0e" />
|
|
|
|
<!-- Structured Data / Schema.org -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "Avanzato Tecnologia",
|
|
"alternateName": "Avanzato Tecnologia e Informatica",
|
|
"url": "https://avanzato.com.br",
|
|
"logo": "https://avanzato.com.br/logo.svg",
|
|
"description": "Solucoes em TI Gerenciada, Cloud Computing e Seguranca da Informacao. +23 anos de experiencia.",
|
|
"foundingDate": "2001",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "Av. Dr. Carlos de Campos, 43 - Sl 05/06",
|
|
"addressLocality": "Guarulhos",
|
|
"addressRegion": "SP",
|
|
"postalCode": "07040-000",
|
|
"addressCountry": "BR"
|
|
},
|
|
"geo": {
|
|
"@type": "GeoCoordinates",
|
|
"latitude": "-23.4686",
|
|
"longitude": "-46.5326"
|
|
},
|
|
"contactPoint": {
|
|
"@type": "ContactPoint",
|
|
"telephone": "+55-11-4810-1704",
|
|
"contactType": "customer service",
|
|
"availableLanguage": ["Portuguese"],
|
|
"areaServed": "BR"
|
|
},
|
|
"sameAs": [
|
|
"https://www.facebook.com/avanzatotec",
|
|
"https://www.linkedin.com/company/avanzato-tecnologia-e-informatica/",
|
|
"https://www.instagram.com/avanzato.tecnologia/",
|
|
"https://www.youtube.com/@AvanzatoTecnologia"
|
|
],
|
|
"openingHoursSpecification": {
|
|
"@type": "OpeningHoursSpecification",
|
|
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
|
|
"opens": "08:00",
|
|
"closes": "18:00"
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<!-- Local Business Schema -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "LocalBusiness",
|
|
"name": "Avanzato Tecnologia",
|
|
"image": "https://avanzato.com.br/logo.svg",
|
|
"@id": "https://avanzato.com.br",
|
|
"url": "https://avanzato.com.br",
|
|
"telephone": "+55-11-4810-1704",
|
|
"priceRange": "$$",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "Av. Dr. Carlos de Campos, 43 - Sl 05/06, Parque Renato Maia",
|
|
"addressLocality": "Guarulhos",
|
|
"addressRegion": "SP",
|
|
"postalCode": "07040-000",
|
|
"addressCountry": "BR"
|
|
},
|
|
"geo": {
|
|
"@type": "GeoCoordinates",
|
|
"latitude": -23.4686,
|
|
"longitude": -46.5326
|
|
},
|
|
"openingHoursSpecification": [
|
|
{
|
|
"@type": "OpeningHoursSpecification",
|
|
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
|
|
"opens": "08:00",
|
|
"closes": "18:00"
|
|
}
|
|
],
|
|
"department": {
|
|
"@type": "ComputerStore",
|
|
"name": "Departamento de TI",
|
|
"openingHours": "24/7"
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
<!-- Facebook Pixel noscript (moved from head to body to fix parse5 warning) -->
|
|
<noscript>
|
|
<img height="1" width="1" style="display:none"
|
|
src="https://www.facebook.com/tr?id=1223271852059785&ev=PageView&noscript=1"/>
|
|
</noscript>
|
|
|
|
<!-- Noscript content for SEO -->
|
|
<noscript>
|
|
<div style="padding: 20px; text-align: center; font-family: Urbanist, Arial, sans-serif; background: #0e0e0e; color: white; min-height: 100vh;">
|
|
<h1 style="color: #cbf400;">Avanzato Tecnologia</h1>
|
|
<p>Para visualizar nosso site completo, por favor habilite o JavaScript no seu navegador.</p>
|
|
<p>Entre em contato: (11) 4810-1704 | contato@avanzato.com.br</p>
|
|
</div>
|
|
</noscript>
|
|
</body>
|
|
</html>
|