fix(andreknie.de): normalize SEO metadata and document structure
This commit is contained in:
@@ -4,6 +4,7 @@ import { Search } from 'lucide-react'
|
||||
import { useContent } from '../hooks/useContent'
|
||||
import { formatDate } from '../utils/formatDate'
|
||||
import { decodeHtml } from '../utils/decodeHtml'
|
||||
import SEOHead from '../components/SEOHead'
|
||||
|
||||
export default function Kniepunkt() {
|
||||
const [searchQuery, setSearchQuery] = useState('')
|
||||
@@ -21,6 +22,7 @@ export default function Kniepunkt() {
|
||||
|
||||
return (
|
||||
<main style={{ paddingTop: '120px', minHeight: '100vh' }}>
|
||||
<SEOHead title="Kniepunkt" description="Die Kniepunkt-Kolumne von Dr. André Knie über KI, Technologie und die Absurditäten des digitalen Wandels." url="/kniepunkt" />
|
||||
<div className="app-container">
|
||||
<div className="section-header">
|
||||
<h1 className="section-title"><span className="text-gradient">Kniepunkt</span></h1>
|
||||
|
||||
Reference in New Issue
Block a user