Implementierung - SEO - 15.08.2025
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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,4 +1,3 @@
|
||||
import PageTransition from '../../components/PageTransition';
|
||||
import SEO from '../../components/SEO';
|
||||
import Hero from './components/Hero';
|
||||
import Experience from './components/Experience';
|
||||
|
||||
Reference in New Issue
Block a user