From 543d1ce3c26dbebc59fc5a548dddbc6958f7fb87 Mon Sep 17 00:00:00 2001 From: Anto01 Date: Fri, 2 Jan 2026 16:21:31 -0500 Subject: [PATCH] Fix domain to atomaste.ca in SEO files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- fr.html | 20 ++++++++++---------- index.html | 20 ++++++++++---------- robots.txt | 2 +- sitemap.xml | 12 ++++++------ start-server.bat | 5 ++++- 5 files changed, 31 insertions(+), 28 deletions(-) diff --git a/fr.html b/fr.html index fe2fccbd..49b50f03 100644 --- a/fr.html +++ b/fr.html @@ -8,14 +8,14 @@ - + - + - + @@ -23,12 +23,12 @@ - + - - - + + + @@ -39,9 +39,9 @@ "@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", + "url": "https://atomaste.ca/fr.html", + "logo": "https://atomaste.ca/Media/Atomaste_light_grey_Logo.svg", + "image": "https://atomaste.ca/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"], diff --git a/index.html b/index.html index f9b9e151..96919c40 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,14 @@ - + - + - + @@ -23,12 +23,12 @@ - + - - - + + + @@ -39,9 +39,9 @@ "@type": "ProfessionalService", "name": "Atomaste", "description": "Expert structural optimization and finite element analysis services. Multi-physics simulation, parametric optimization, and advanced engineering solutions.", - "url": "https://atomaste.com", - "logo": "https://atomaste.com/Media/Atomaste_light_grey_Logo.svg", - "image": "https://atomaste.com/Media/Atomaste_light_grey_Logo.svg", + "url": "https://atomaste.ca", + "logo": "https://atomaste.ca/Media/Atomaste_light_grey_Logo.svg", + "image": "https://atomaste.ca/Media/Atomaste_light_grey_Logo.svg", "areaServed": ["Canada", "United States", "North America"], "serviceType": ["Structural Optimization", "Finite Element Analysis", "Multi-physics Simulation", "Topology Optimization", "Engineering Consulting"], "knowsAbout": ["FEA", "CAE", "Structural Analysis", "Design Optimization", "Simulation"], diff --git a/robots.txt b/robots.txt index 14b97758..3d5057ca 100644 --- a/robots.txt +++ b/robots.txt @@ -3,4 +3,4 @@ User-agent: * Allow: / # Sitemap location -Sitemap: https://atomaste.com/sitemap.xml +Sitemap: https://atomaste.ca/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml index 1d95b5d8..b6b26082 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,17 +2,17 @@ - https://atomaste.com/ - - + https://atomaste.ca/ + + 2026-01-02 monthly 1.0 - https://atomaste.com/fr.html - - + https://atomaste.ca/fr.html + + 2026-01-02 monthly 0.9 diff --git a/start-server.bat b/start-server.bat index 2aa9d101..bb4b3e53 100644 --- a/start-server.bat +++ b/start-server.bat @@ -10,6 +10,9 @@ echo. echo Ouvrez votre navigateur a l'adresse: echo http://localhost:8080 echo. +echo Ou depuis un autre appareil sur le reseau: +echo http://[VOTRE_IP]:8080 +echo. echo Appuyez sur Ctrl+C pour arreter le serveur echo ======================================== echo. @@ -17,6 +20,6 @@ echo. timeout /t 2 /nobreak >nul start http://localhost:8080 -python -m http.server 8080 --bind 127.0.0.1 +python -m http.server 8080 --bind 0.0.0.0 pause