<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title><%= seo?.title || "Cửa Gỗ Bảo Nguyên" %></title>
  <meta name="description" content="<%= seo?.description || 'Website bán đồ gỗ nội thất' %>" />
  <meta name="robots" content="index,follow,max-image-preview:large" />
  <meta property="og:type" content="website" />
  <meta property="og:title" content="<%= seo?.title || 'Cửa Gỗ Bảo Nguyên' %>" />
  <meta property="og:description" content="<%= seo?.description || 'Website bán đồ gỗ nội thất' %>" />
  <meta property="og:url" content="<%= canonical || '' %>" />
  <meta property="og:image" content="<%= seo?.image || 'https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80' %>" />
  <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:title" content="<%= seo?.title || 'Cửa Gỗ Bảo Nguyên' %>" />
  <meta name="twitter:description" content="<%= seo?.description || 'Website bán đồ gỗ nội thất' %>" />
  <meta name="twitter:image" content="<%= seo?.image || 'https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80' %>" />
  <link rel="canonical" href="<%= canonical || '' %>" />
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link
    href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap"
    rel="stylesheet"
  />
  <link rel="stylesheet" href="/public/css/main.css" />
</head>
