// // SET YOUR VALUES BELOW: // ============================================================ // ── YOUR GOOGLE ANALYTICS ID ───────────────────────────── // Get yours: analytics.google.com > Admin > Data Streams // Format: G-K312EDYJQV define('GA_ID', 'G-K312EDYJQV'); // <-- REPLACE THIS // ── PAGE META (set before including this file) ──────────── // Set these variables in each page BEFORE the require line: // $seo_title = "Page Title | Dollhouse Dolls"; // $seo_description = "150-character description"; // $seo_keywords = "comma, separated, keywords"; // $seo_image = "https://dhdolls.net/images/og-image.jpg"; // $seo_type = "website"; // or "article", "product" // $seo_noindex = false; // set true to hide from Google $seo_title = $seo_title ?? 'Dollhouse Dolls — Luxury Fashion, Real Dolls, Creator Platform'; $seo_description = $seo_description ?? 'Dollhouse Dolls is the premiere platform for fashion models, content creators, and fans. Shop embroidered tees, connect via I-Friends, and discover real Dollhouse Dolls from Fort Dodge, Iowa.'; $seo_keywords = $seo_keywords ?? 'Dollhouse Dolls, fashion models, content creators, custom tees, embroidered shirts, Fort Dodge Iowa, women fashion brand, Doll patch tee, creator platform'; $seo_image = $seo_image ?? SITE_URL . '/images/og-image.jpg'; $seo_type = $seo_type ?? 'website'; $seo_noindex = $seo_noindex ?? false; $seo_canonical = $seo_canonical ?? SITE_URL . strtok($_SERVER['REQUEST_URI'] ?? '/', '?'); // Clean values $seo_title = htmlspecialchars(strip_tags($seo_title), ENT_QUOTES, 'UTF-8'); $seo_description = htmlspecialchars(strip_tags($seo_description), ENT_QUOTES, 'UTF-8'); $seo_keywords = htmlspecialchars(strip_tags($seo_keywords), ENT_QUOTES, 'UTF-8'); ?>