feat(portfolio): mise à jour du site avec de nouvelles sections et améliorations SEO

- Révision des métadonnées dans index.html pour un meilleur référencement.
- Ajout de nouvelles sections : FAQ, Témoignages, Services, et CTA.
- Intégration de données structurées pour les FAQ et les témoignages.
- Amélioration du fichier robots.txt pour un meilleur contrôle d'indexation.
- Mise à jour du sitemap.xml avec de nouvelles URLs.
- Ajout de nouveaux composants Vue.js pour les sections de témoignages et de services.
- Amélioration des styles CSS pour une meilleure présentation des sections.
- Ajout de la gestion des dates et des témoignages dans le composant testimonials.
This commit is contained in:
Mr¤KayJayDee
2025-06-25 23:25:51 +02:00
parent af1f47dbf3
commit 542c468eb3
35 changed files with 2712 additions and 472 deletions

View File

@@ -3,87 +3,129 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- Homepage -->
<!-- Page d'accueil - Priorité maximale -->
<url>
<loc>https://killiandalcin.fr/</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<lastmod>2025-06-25</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<!-- Projects Page -->
<!-- Page Services Fiverr - Haute priorité (conversions) -->
<url>
<loc>https://killiandalcin.fr/projects</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<loc>https://killiandalcin.fr/fiverr</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<!-- About Page -->
<!-- Page Projets/Portfolio -->
<url>
<loc>https://killiandalcin.fr/about</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Contact Page -->
<url>
<loc>https://killiandalcin.fr/contact</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Fiverr Services Page -->
<url>
<loc>https://killiandalcin.fr/fiverr</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<loc>https://killiandalcin.fr/projects</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<!-- Individual Project Pages -->
<!-- Page Contact -->
<url>
<loc>https://killiandalcin.fr/project/virtual-tour</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<loc>https://killiandalcin.fr/contact</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Page À Propos -->
<url>
<loc>https://killiandalcin.fr/about</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<!-- Pages de projets individuels -->
<url>
<loc>https://killiandalcin.fr/projects/xinko</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/projects/flowboard</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/projects/virtual-tour</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/projects/image-manipulation</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/projects/primate-web-admin</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/projects/instagram-bot</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/projects/crowdin-status-bot</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<!-- Version anglaise -->
<url>
<loc>https://killiandalcin.fr/en</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://killiandalcin.fr/en/fiverr</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://killiandalcin.fr/en/projects</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://killiandalcin.fr/en/contact</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://killiandalcin.fr/project/xinko</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<loc>https://killiandalcin.fr/en/about</loc>
<lastmod>2025-06-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
<priority>0.6</priority>
</url>
<url>
<loc>https://killiandalcin.fr/project/image-manipulation</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://killiandalcin.fr/project/primate-web-admin</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://killiandalcin.fr/project/instagram-bot</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://killiandalcin.fr/project/crowdin-status-bot</loc>
<lastmod>2025-06-22T00:00:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
</urlset>