Implementierung - SEO - 15.08.2025

This commit is contained in:
2025-08-15 17:27:09 +02:00
parent 2be1d6617a
commit fa97bc8705
6 changed files with 4 additions and 9 deletions
-4
View File
@@ -18,8 +18,6 @@ interface SEOProps {
schema?: object;
keywords?: string;
author?: string;
datePublished?: string;
dateModified?: string;
}
const SEO: React.FC<SEOProps> = ({
@@ -30,8 +28,6 @@ const SEO: React.FC<SEOProps> = ({
schema,
keywords,
author = 'Damjan Savić',
datePublished,
dateModified,
}) => {
// Nur i18n wird benötigt t wurde entfernt, da es nicht genutzt wird.
const { i18n } = useTranslation();
+1 -1
View File
@@ -39,7 +39,7 @@ export const seoContent = {
},
automation: {
title: "Business Process Automation von Damjan Savić | RPA & Workflow Optimization",
description: "Damjan Savić automatisiert Ihre Geschäftsprozesse intelligent. Mit Python, RPA-Tools und Custom Workflows steigert Damjan Savić Ihre Effizienz, reduziert Fehler und beschleunigt Ihre digitale Transformation."
description: "Damjan Savić automatisiert Ihre Geschäftsprozesse intelligent. Mit Python, RPA-Tools und Custom Workflows steigert Damjan Savić Ihre Effizienz, reduziert Fehler und beschleunigt Ihre digitale Transformation.",
keywords: ["Prozessautomatisierung Python Köln", "Python Automatisierung Entwickler", "RPA Entwicklung Köln", "Workflow Automation", "Business Process Automation", "Task Automation Developer"]
}
}
-1
View File
@@ -1,4 +1,3 @@
import PageTransition from '../../components/PageTransition';
import SEO from '../../components/SEO';
import Hero from './components/Hero';
import Experience from './components/Experience';