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();