fix: google tags
All checks were successful
Build and Deploy JobMaker / build (push) Successful in 32s
Build and Deploy JobMaker / deploy (push) Successful in 15s
Build and Deploy JobMaker / notify (push) Successful in 2s

This commit is contained in:
Ricardo Carneiro 2025-06-17 18:57:38 -03:00
parent 2a382f8db8
commit 19b9b5847b
2 changed files with 78 additions and 0 deletions

View File

@ -15,6 +15,45 @@
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" /> <link href="css/styles.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L1GX4ZNZ5M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L1GX4ZNZ5M');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "JobMaker - Enterprise RAG & AI Consulting",
"description": "Specialized RAG and AI consulting for enterprises. 40-60% cost reduction with C#/.NET. 3-5x superior performance. Serving Brazil and Latin America.",
"url": "https://jobmaker.com.br/en",
"telephone": "+55-11-XXXXX-XXXX",
"address": {
"@type": "PostalAddress",
"addressLocality": "São Bernardo do Campo",
"addressRegion": "SP",
"addressCountry": "BR"
},
"areaServed": [
"Brazil", "Latin America", "Remote Worldwide"
],
"serviceType": [
"RAG Consulting",
"Enterprise AI Solutions",
"Document Automation",
"Enterprise Chatbots"
],
"inLanguage": "en-US",
"sameAs": [
"https://linkedin.com/company/jobmaker-enterprise-rag-ai-consulting"
]
}
</script>
<style> <style>
/* Custom CSS integrado */ /* Custom CSS integrado */
:root { :root {

View File

@ -15,6 +15,45 @@
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" /> <link href="css/styles.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L1GX4ZNZ5M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L1GX4ZNZ5M');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "JobMaker - Consultoria RAG e IA Empresarial",
"description": "Consultoria especializada em sistemas RAG e IA para empresas brasileiras. Redução de custos 40-60% com C#/.NET. Performance 3-5x superior.",
"url": "https://jobmaker.com.br",
"telephone": "+55-11-XXXXX-XXXX",
"address": {
"@type": "PostalAddress",
"addressLocality": "São Bernardo do Campo",
"addressRegion": "SP",
"addressCountry": "BR"
},
"areaServed": [
"Brasil", "São Paulo", "ABC Paulista", "Grande São Paulo"
],
"serviceType": [
"Consultoria RAG",
"Inteligência Artificial Empresarial",
"Automação de Documentos",
"Chatbots Empresariais"
],
"inLanguage": "pt-BR",
"sameAs": [
"https://linkedin.com/company/jobmaker-enterprise-rag-ai-consulting"
]
}
</script>
<style> <style>
/* Custom CSS integrado */ /* Custom CSS integrado */
:root { :root {