import type { Metadata } from 'next' import Link from 'next/link' import { ArrowLeft } from 'lucide-react' import { Footer } from '@/components/layout/Footer' export const metadata: Metadata = { title: 'Blog — Website Monitoring Tips & Updates', description: 'Guides, tutorials, and product updates from the SiteChangeMonitor team. Learn how to monitor websites effectively and reduce false alerts.', alternates: { canonical: '/blog' }, openGraph: { title: 'Blog — Website Monitoring Tips & Updates', description: 'Guides, tutorials, and product updates from the SiteChangeMonitor team.', url: '/blog', }, } export default function BlogPage() { return (
Back to Home

Blog

Latest updates, guides, and insights from the SiteChangeMonitor team.

{/* Placeholder for empty state */}

No posts published yet. Stay tuned!

) }