feat(seo): amélioration du référencement et ajout de nouvelles fonctionnalités
- Mise à jour des métadonnées SEO dans index.html pour un meilleur référencement - Ajout de la prise en charge des balises Open Graph et Twitter pour les partages sur les réseaux sociaux - Intégration de données structurées pour les pages About, Fiverr et Home - Ajout d'un fichier robots.txt pour contrôler l'accès des robots d'indexation - Création d'un fichier sitemap.xml pour améliorer la découverte des pages par les moteurs de recherche - Ajout d'un fichier site.webmanifest pour la prise en charge des applications web progressives - Mise à jour des traductions pour refléter les changements dans le contenu et les services - Amélioration de l'accessibilité avec des attributs ARIA dans les composants de l'interface utilisateur
This commit is contained in:
+4
-6
@@ -28,7 +28,6 @@ export interface SiteConfig {
|
||||
title: string
|
||||
description: string
|
||||
author: string
|
||||
url: string
|
||||
contact: ContactInfo
|
||||
social: SocialLink[]
|
||||
fiverr: FiverrConfig
|
||||
@@ -36,10 +35,9 @@ export interface SiteConfig {
|
||||
|
||||
export const siteConfig: SiteConfig = {
|
||||
name: 'Killian',
|
||||
title: 'Killian - Full Stack Developer', // This will be overridden by translations
|
||||
description: 'Full Stack Developer passionate about creating modern and performant web experiences.', // This will be overridden by translations
|
||||
title: 'Killian - Full Stack Developer | Vue.js, React, Node.js Expert',
|
||||
description: 'Professional Full Stack Developer specializing in modern web development with Vue.js, React, Node.js. Expert in Discord bots, web applications, and custom software solutions.',
|
||||
author: 'Killian',
|
||||
url: 'https://killiandalcin.fr',
|
||||
|
||||
contact: {
|
||||
email: 'contact@killiandalcin.fr',
|
||||
@@ -52,11 +50,11 @@ export const siteConfig: SiteConfig = {
|
||||
name: 'Gitea',
|
||||
url: 'https://gitea.kamisama.ovh/kayjaydee',
|
||||
icon: 'github',
|
||||
username: 'killiandalcin'
|
||||
username: 'kayjaydee'
|
||||
},
|
||||
{
|
||||
name: 'LinkedIn',
|
||||
url: 'https://linkedin.com/in/killian-dalcin',
|
||||
url: 'https://linkedin.com/in/killian-dal-cin',
|
||||
icon: 'linkedin',
|
||||
username: 'killian-dalcin'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user