feat(rebrand): align jobTitle + meta + i18n on Hytale Plugin Developer (REBRAND-01/02/03)
- app/pages/index.vue: JSON-LD utilise siteConfig.jobTitle (Hytale Plugin Developer)
+ siteConfig.contact.email au lieu de hardcode "Developpeur Full Stack"
- nuxt.config.ts: site.name "Developpeur Full Stack" → "Hytale Plugin Developer"
- app/data/site.ts: description "Professional Full Stack Developer..." →
"Hytale Plugin Developer & Web Developer..."
- i18n/fr.json + en.json: refonte positionnement sur 14 clés
- a11y.logoLabel, seo.home/about/contact, about.title/intro/approach/cta,
home.cta2, contact.title/subtitle/faq.projectTypes, projects.subtitle
- Le titre principal "Hytale Plugin Developer & [Freelance] Web Dev"
- Les 2 occurrences "full stack" restantes sont contextuelles (skills)
Laisse les projets web/bot existants (virtual-tour, flowboard, xinko...) visibles,
mentionne Hytale plugins car Phase 10 (5 démos) est planifiée.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export const siteConfig: SiteConfig = {
|
||||
name: 'Killian',
|
||||
title: "Killian' DAL-CIN - Hytale Plugin Developer | Freelance",
|
||||
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.',
|
||||
'Hytale Plugin Developer & Web Developer. Custom Java plugins for Hytale servers, gaming websites, Discord bots, and full-stack web applications.',
|
||||
jobTitle: 'Hytale Plugin Developer',
|
||||
author: 'Killian',
|
||||
url: 'https://killiandalcin.fr',
|
||||
|
||||
+7
-6
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { homeFAQs } from '~/data/faq'
|
||||
import { siteConfig } from '~/data/site'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
@@ -24,9 +25,9 @@ useHead({
|
||||
{
|
||||
'@type': 'Person',
|
||||
name: "Killian' DAL-CIN",
|
||||
url: 'https://killiandalcin.fr',
|
||||
jobTitle: 'Developpeur Full Stack Freelance',
|
||||
email: 'contact@killiandalcin.fr',
|
||||
url: siteConfig.url,
|
||||
jobTitle: siteConfig.jobTitle,
|
||||
email: siteConfig.contact.email,
|
||||
sameAs: [
|
||||
'https://linkedin.com/in/killian-dal-cin',
|
||||
'https://www.fiverr.com/users/mr_kayjaydee',
|
||||
@@ -35,14 +36,14 @@ useHead({
|
||||
},
|
||||
{
|
||||
'@type': 'ProfessionalService',
|
||||
name: "Killian' DAL-CIN - Developpeur Full Stack",
|
||||
url: 'https://killiandalcin.fr',
|
||||
name: `Killian' DAL-CIN - ${siteConfig.jobTitle}`,
|
||||
url: siteConfig.url,
|
||||
logo: 'https://killiandalcin.fr/images/logo.webp',
|
||||
priceRange: '$$$',
|
||||
areaServed: 'Worldwide',
|
||||
},
|
||||
],
|
||||
}),
|
||||
}),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
+19
-19
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
"a11y": {
|
||||
"logoLabel": "Killian' DAL-CIN — Full Stack Developer — Back to homepage",
|
||||
"logoLabel": "Killian' DAL-CIN — Hytale Plugin Developer — Back to homepage",
|
||||
"openMenu": "Open navigation menu",
|
||||
"closeMenu": "Close navigation menu",
|
||||
"closeDrawer": "Close menu",
|
||||
@@ -38,20 +38,20 @@
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "Killian' DAL-CIN — Freelance Full Stack Developer",
|
||||
"description": "Portfolio of Killian' DAL-CIN, freelance full stack developer specializing in Vue.js, React and Node.js. High-performance web applications and custom solutions."
|
||||
"title": "Killian' DAL-CIN — Hytale Plugin Developer & Freelance Web Dev",
|
||||
"description": "Portfolio of Killian' DAL-CIN, Hytale plugin developer and freelance web developer. Custom Java plugins for Hytale servers, gaming websites, Vue.js/Node.js applications."
|
||||
},
|
||||
"projects": {
|
||||
"title": "Projects — Killian' DAL-CIN",
|
||||
"description": "Discover my web development projects: Vue.js applications, Node.js APIs, Discord bots and enterprise solutions."
|
||||
"description": "Discover my work: custom Hytale plugins, Vue.js applications, Node.js APIs, Discord bots, and gaming server websites."
|
||||
},
|
||||
"about": {
|
||||
"title": "About — Killian' DAL-CIN",
|
||||
"description": "Biography and skills of Killian' DAL-CIN, freelance full stack developer based in France."
|
||||
"description": "Biography and skills of Killian' DAL-CIN, Hytale plugin developer and freelance web developer based in France."
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact — Killian' DAL-CIN",
|
||||
"description": "Contact Killian' DAL-CIN to discuss your web development project."
|
||||
"description": "Contact Killian' DAL-CIN to discuss your Hytale plugin or web development project."
|
||||
},
|
||||
"fiverr": {
|
||||
"title": "Fiverr Services — Killian' DAL-CIN",
|
||||
@@ -97,8 +97,8 @@
|
||||
}
|
||||
},
|
||||
"cta2": {
|
||||
"title": "Looking for a Full Stack Developer?",
|
||||
"subtitle": "Let's discuss your project requirements and build something amazing together.",
|
||||
"title": "Need a Hytale Plugin or Web App Built?",
|
||||
"subtitle": "Let's discuss your project and build something amazing together.",
|
||||
"startProject": "Start a Conversation",
|
||||
"learnMore": "Explore My Success Stories"
|
||||
},
|
||||
@@ -115,7 +115,7 @@
|
||||
},
|
||||
"projects": {
|
||||
"title": "Web Development Portfolio",
|
||||
"subtitle": "Browse my full stack development projects featuring Vue.js applications, React websites, Node.js APIs, Discord bots, and enterprise software solutions.",
|
||||
"subtitle": "Browse my work: custom Hytale plugins, Vue.js applications, React websites, Node.js APIs, Discord bots, and enterprise software.",
|
||||
"categories": {
|
||||
"all": "All Projects",
|
||||
"webdevelopment": "Web Development",
|
||||
@@ -152,11 +152,11 @@
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "About Killian'- Full Stack Developer",
|
||||
"subtitle": "Experienced web developer passionate about Vue.js, React, Node.js, and modern JavaScript technologies.",
|
||||
"title": "About Killian' — Hytale Plugin Developer & Web Dev",
|
||||
"subtitle": "Developer specializing in custom Hytale plugins (Java) and modern web applications (Vue.js, React, Node.js).",
|
||||
"intro": {
|
||||
"title": "Professional Full Stack Developer",
|
||||
"content": "I'm Killian, an experienced full stack developer specializing in JavaScript technologies. With expertise in Vue.js, React, Node.js, and TypeScript, I create scalable web applications, RESTful APIs, and real-time systems."
|
||||
"title": "Hytale Plugin Developer & Full Stack Web Developer",
|
||||
"content": "I'm Killian, a self-taught developer with 7+ years of experience. I build custom Hytale plugins in Java for server owners who want to stand out, and I craft high-performance web applications in Vue.js, React, and Node.js for gaming projects and professional sites."
|
||||
},
|
||||
"skills": {
|
||||
"title": "Technical Skills & Expertise",
|
||||
@@ -172,7 +172,7 @@
|
||||
},
|
||||
"approach": {
|
||||
"title": "Development Philosophy",
|
||||
"subtitle": "My approach to full stack development focuses on clean code, scalable architecture, and exceptional user experience.",
|
||||
"subtitle": "Whether building Hytale plugins or web apps, my approach focuses on clean code, scalable architecture, and exceptional user experience.",
|
||||
"performance": {
|
||||
"title": "Performance-First Development",
|
||||
"description": "Optimized code, lazy loading, code splitting, and caching strategies. Achieving perfect Lighthouse scores and Core Web Vitals metrics."
|
||||
@@ -191,8 +191,8 @@
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"title": "Looking for a Full Stack Developer?",
|
||||
"description": "Let's discuss your project requirements and build something amazing together.",
|
||||
"title": "Need a Hytale Plugin or Web App Built?",
|
||||
"description": "Let's discuss your project and build something amazing together.",
|
||||
"button": "Start a Conversation"
|
||||
}
|
||||
},
|
||||
@@ -277,8 +277,8 @@
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact Full Stack Developer",
|
||||
"subtitle": "Get in touch for web development projects, freelance work, or technical consultation. Free project estimation and consultation available.",
|
||||
"title": "Contact Killian' — Hytale Plugin Developer",
|
||||
"subtitle": "Reach out for a custom Hytale plugin, a gaming server website, or any web development project. Free project estimation within 24h.",
|
||||
"stats": {
|
||||
"responseTime": "Quick Response",
|
||||
"satisfaction": "Client Satisfaction",
|
||||
@@ -301,7 +301,7 @@
|
||||
},
|
||||
"projectTypes": {
|
||||
"title": "What types of projects do you handle?",
|
||||
"description": "Full stack web applications, REST APIs, Discord bots, e-commerce sites, SaaS platforms, and custom software solutions."
|
||||
"description": "Custom Hytale plugins (Java), gaming server websites, full stack web applications, REST APIs, Discord bots, e-commerce, and SaaS solutions."
|
||||
},
|
||||
"collaboration": {
|
||||
"title": "Do you work remotely?",
|
||||
|
||||
+19
-19
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
"a11y": {
|
||||
"logoLabel": "Killian' DAL-CIN — Developpeur Full Stack — Retour a l'accueil",
|
||||
"logoLabel": "Killian' DAL-CIN — Hytale Plugin Developer — Retour a l'accueil",
|
||||
"openMenu": "Ouvrir le menu de navigation",
|
||||
"closeMenu": "Fermer le menu de navigation",
|
||||
"closeDrawer": "Fermer le menu",
|
||||
@@ -38,20 +38,20 @@
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "Killian' DAL-CIN — Developpeur Full Stack Freelance",
|
||||
"description": "Portfolio de Killian' DAL-CIN, developpeur full stack freelance specialise en Vue.js, React et Node.js. Applications web performantes et solutions sur-mesure."
|
||||
"title": "Killian' DAL-CIN — Hytale Plugin Developer & Dev Web Freelance",
|
||||
"description": "Portfolio de Killian' DAL-CIN, developpeur de plugins Hytale et developpeur web freelance. Plugins Java sur-mesure, sites pour serveurs gaming, applications Vue.js et Node.js."
|
||||
},
|
||||
"projects": {
|
||||
"title": "Projets — Killian' DAL-CIN",
|
||||
"description": "Decouvrez mes realisations en developpement web : applications Vue.js, API Node.js, bots Discord et solutions d'entreprise."
|
||||
"description": "Decouvrez mes realisations : plugins Hytale sur-mesure, applications Vue.js, API Node.js, bots Discord et sites pour serveurs gaming."
|
||||
},
|
||||
"about": {
|
||||
"title": "A propos — Killian' DAL-CIN",
|
||||
"description": "Biographie et competences de Killian' DAL-CIN, developpeur full stack freelance base en France."
|
||||
"description": "Biographie et competences de Killian' DAL-CIN, developpeur de plugins Hytale et dev web freelance base en France."
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact — Killian' DAL-CIN",
|
||||
"description": "Contactez Killian' DAL-CIN pour discuter de votre projet de developpement web."
|
||||
"description": "Contactez Killian' DAL-CIN pour discuter de votre plugin Hytale ou de votre projet de developpement web."
|
||||
},
|
||||
"fiverr": {
|
||||
"title": "Services Fiverr — Killian' DAL-CIN",
|
||||
@@ -97,8 +97,8 @@
|
||||
}
|
||||
},
|
||||
"cta2": {
|
||||
"title": "Vous Cherchez un Développeur Full Stack ?",
|
||||
"subtitle": "Discutons de vos besoins de projet et construisons quelque chose d'incroyable ensemble.",
|
||||
"title": "Un Plugin Hytale ou une App Web à Développer ?",
|
||||
"subtitle": "Discutons de vos besoins et construisons quelque chose d'incroyable ensemble.",
|
||||
"startProject": "Démarrer une Conversation",
|
||||
"learnMore": "Découvrir Mes Succès"
|
||||
},
|
||||
@@ -115,7 +115,7 @@
|
||||
},
|
||||
"projects": {
|
||||
"title": "Portfolio de Développement Web",
|
||||
"subtitle": "Parcourez mes projets de développement full stack incluant des applications Vue.js, sites React, API Node.js, bots Discord et solutions d'entreprise.",
|
||||
"subtitle": "Parcourez mes projets : plugins Hytale, applications Vue.js, sites React, API Node.js, bots Discord et solutions d'entreprise.",
|
||||
"categories": {
|
||||
"all": "Tous les Projets",
|
||||
"webdevelopment": "Développement Web",
|
||||
@@ -152,11 +152,11 @@
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "À propos de Killian'- Développeur Full Stack",
|
||||
"subtitle": "Développeur web expérimenté passionné par Vue.js, React, Node.js et les technologies JavaScript modernes.",
|
||||
"title": "À propos de Killian' — Hytale Plugin Developer & Dev Web",
|
||||
"subtitle": "Développeur spécialisé en plugins Hytale (Java) et applications web modernes (Vue.js, React, Node.js).",
|
||||
"intro": {
|
||||
"title": "Développeur Full Stack Professionnel",
|
||||
"content": "Je suis Killian, un développeur full stack expérimenté spécialisé dans les technologies JavaScript. Avec une expertise en Vue.js, React, Node.js et TypeScript, je crée des applications web évolutives, des API RESTful et des systèmes temps réel."
|
||||
"title": "Hytale Plugin Developer & Développeur Web Full Stack",
|
||||
"content": "Je suis Killian, développeur autodidacte avec 7+ ans d'expérience. Je développe des plugins Hytale sur-mesure en Java pour les server owners qui veulent se démarquer, et je crée des applications web performantes en Vue.js, React et Node.js pour les projets gaming et sites pros."
|
||||
},
|
||||
"skills": {
|
||||
"title": "Compétences Techniques & Expertise",
|
||||
@@ -172,7 +172,7 @@
|
||||
},
|
||||
"approach": {
|
||||
"title": "Philosophie de Développement",
|
||||
"subtitle": "Mon approche du développement full stack se concentre sur le code propre, l'architecture évolutive et l'expérience utilisateur exceptionnelle.",
|
||||
"subtitle": "Mon approche, que ce soit sur les plugins Hytale ou les apps web, se concentre sur le code propre, l'architecture évolutive et l'expérience utilisateur exceptionnelle.",
|
||||
"performance": {
|
||||
"title": "Développement Axé Performance",
|
||||
"description": "Code optimisé, lazy loading, code splitting et stratégies de cache. Scores Lighthouse parfaits et métriques Core Web Vitals."
|
||||
@@ -191,8 +191,8 @@
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"title": "Vous Cherchez un Développeur Full Stack ?",
|
||||
"description": "Discutons de vos besoins de projet et construisons quelque chose d'incroyable ensemble.",
|
||||
"title": "Un Plugin Hytale ou une App Web à Développer ?",
|
||||
"description": "Discutons de vos besoins et construisons quelque chose d'incroyable ensemble.",
|
||||
"button": "Démarrer une Conversation"
|
||||
}
|
||||
},
|
||||
@@ -277,8 +277,8 @@
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contacter Développeur Full Stack",
|
||||
"subtitle": "Contactez-moi pour des projets de développement web, du travail freelance ou une consultation technique. Estimation de projet et consultation gratuites disponibles.",
|
||||
"title": "Contacter Killian' — Hytale Plugin Developer",
|
||||
"subtitle": "Contactez-moi pour un plugin Hytale sur-mesure, un site pour serveur gaming, ou tout projet de développement web. Devis gratuit sous 24h.",
|
||||
"stats": {
|
||||
"responseTime": "Réponse Rapide",
|
||||
"satisfaction": "Satisfaction Client",
|
||||
@@ -301,7 +301,7 @@
|
||||
},
|
||||
"projectTypes": {
|
||||
"title": "Quels types de projets gérez-vous ?",
|
||||
"description": "Applications web full stack, API REST, bots Discord, sites e-commerce, plateformes SaaS et solutions logicielles personnalisées."
|
||||
"description": "Plugins Hytale (Java), sites pour serveurs gaming, applications web full stack, API REST, bots Discord, e-commerce et SaaS sur-mesure."
|
||||
},
|
||||
"collaboration": {
|
||||
"title": "Travaillez-vous à distance ?",
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
site: {
|
||||
url: 'https://killiandalcin.fr',
|
||||
name: "Killian' DAL-CIN - Developpeur Full Stack",
|
||||
name: "Killian' DAL-CIN - Hytale Plugin Developer",
|
||||
},
|
||||
sitemap: {
|
||||
sources: ['/api/__sitemap__/urls'],
|
||||
|
||||
Reference in New Issue
Block a user