Add SEO optimization
- Add meta tags (keywords, author, robots, canonical) - Add Open Graph tags for social sharing - Add Twitter card meta tags - Add hreflang tags for EN/FR language alternates - Add Schema.org structured data (JSON-LD) - Create sitemap.xml - Create robots.txt - Add workflow documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
50
fr.html
50
fr.html
@@ -5,7 +5,55 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>ATOMASTE | Services d'optimisation structurelle et analyse par éléments finis</title>
|
||||
<meta name="description" content="Atomaste - Services experts en optimisation structurelle et analyse par éléments finis. Simulation multi-physique, optimisation paramétrique et solutions d'ingénierie avancées.">
|
||||
<meta name="keywords" content="optimisation structurelle, éléments finis, simulation, services ingénierie, optimisation topologique, multi-physique, CAE, conception optimisée, Montréal, Québec, Canada">
|
||||
<meta name="author" content="Atomaste">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://atomaste.com/fr.html">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://atomaste.com/fr.html">
|
||||
<meta property="og:title" content="ATOMASTE | Services d'optimisation structurelle et analyse par éléments finis">
|
||||
<meta property="og:description" content="Services experts en optimisation structurelle et analyse par éléments finis. Simulation multi-physique, optimisation paramétrique et solutions d'ingénierie avancées.">
|
||||
<meta property="og:image" content="https://atomaste.com/Media/Atomaste_light_grey_Logo.svg">
|
||||
<meta property="og:locale" content="fr_CA">
|
||||
<meta property="og:locale:alternate" content="en_CA">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="ATOMASTE | Services d'optimisation structurelle et analyse par éléments finis">
|
||||
<meta name="twitter:description" content="Services experts en optimisation structurelle et analyse par éléments finis. Simulation multi-physique, optimisation paramétrique et solutions d'ingénierie avancées.">
|
||||
<meta name="twitter:image" content="https://atomaste.com/Media/Atomaste_light_grey_Logo.svg">
|
||||
|
||||
<!-- Language alternates for SEO -->
|
||||
<link rel="alternate" hreflang="en" href="https://atomaste.com/">
|
||||
<link rel="alternate" hreflang="fr" href="https://atomaste.com/fr.html">
|
||||
<link rel="alternate" hreflang="x-default" href="https://atomaste.com/">
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="Media/Atomaste_logo_A.svg?v=2">
|
||||
|
||||
<!-- Structured Data for SEO -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "ProfessionalService",
|
||||
"name": "Atomaste",
|
||||
"description": "Services experts en optimisation structurelle et analyse par éléments finis. Simulation multi-physique, optimisation paramétrique et solutions d'ingénierie avancées.",
|
||||
"url": "https://atomaste.com/fr.html",
|
||||
"logo": "https://atomaste.com/Media/Atomaste_light_grey_Logo.svg",
|
||||
"image": "https://atomaste.com/Media/Atomaste_light_grey_Logo.svg",
|
||||
"areaServed": ["Canada", "États-Unis", "Amérique du Nord"],
|
||||
"serviceType": ["Optimisation structurelle", "Analyse par éléments finis", "Simulation multi-physique", "Optimisation topologique", "Consultation en ingénierie"],
|
||||
"knowsAbout": ["FEA", "CAE", "Analyse structurelle", "Optimisation de conception", "Simulation"],
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Montréal",
|
||||
"addressRegion": "Québec",
|
||||
"addressCountry": "CA"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -1070,7 +1118,7 @@ body {
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-center gap-8">
|
||||
<a href="https://linkedin.com" class="text-gray-500 hover:text-cyan-400 transition-colors flex items-center gap-2">
|
||||
<a href="https://www.linkedin.com/company/atomaste/" target="_blank" class="text-gray-500 hover:text-cyan-400 transition-colors flex items-center gap-2">
|
||||
<i data-lucide="linkedin" class="w-5 h-5"></i>
|
||||
LinkedIn
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user