SEO
· 1 year ago
7c7b46031097563d96f3ca661b999349659a24d3
Parent:
a02f2b0c8
1 file changed +28 −1
- cooking.html +28 −1
Diff
--- a/cooking.html +++ b/cooking.html @@ -3,7 +3,34 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Interactive Culinary Cheatsheet</title> + <title>Interactive Culinary Cheatsheet: Master Cooking Techniques & Styles</title> + <meta name="description" content="Your ultimate interactive culinary cheatsheet! Learn essential cooking foundations, master techniques like sautéing, roasting, braising, and explore diverse global cooking styles. Includes tips, drills, and resources for beginners to advanced cooks."> + <meta name="keywords" content="culinary cheatsheet, cooking guide, cooking techniques, learn to cook, knife skills, sautéing, roasting, braising, baking, grilling, stir-frying, sous-vide, sauce making, food safety, pantry essentials, cooking tips, kitchen skills, recipe help"> + <link rel="canonical" href="http://cheatsheets.davidveksler.com/cooking-guide.html"> + + <!-- Open Graph / Facebook --> + <meta property="og:type" content="article"> + <meta property="og:url" content="http://cheatsheets.davidveksler.com/cooking-guide.html"> + <meta property="og:title" content="Interactive Culinary Cheatsheet: Master Cooking Techniques & Styles"> + <meta property="og:description" content="Your ultimate interactive culinary cheatsheet! Learn essential cooking foundations, master techniques like sautéing, roasting, braising, and explore diverse global cooking styles."> + <meta property="og:image" content="http://cheatsheets.davidveksler.com/images/culinary-cheatsheet-og-image.jpg"> /* Replace with an actual image URL */ + <meta property="og:site_name" content="David Vekslers Cheatsheets"> /* Optional, but good for branding */ + <meta property="article:published_time" content="YYYY-MM-DDTHH:MM:SSZ"> /* Optional: ISO 8601 date of publishing */ + <meta property="article:author" content="David Vekslers Cheatsheets"> /* Optional: Author name or site name */ + + + <!-- Twitter Card --> + <meta name="twitter:card" content="summary_large_image"> + <meta name="twitter:url" content="http://cheatsheets.davidveksler.com/cooking-guide.html"> + <meta name="twitter:title" content="Interactive Culinary Cheatsheet: Master Cooking Techniques & Styles"> + <meta name="twitter:description" content="Your ultimate interactive culinary cheatsheet! Learn essential cooking foundations, master techniques like sautéing, roasting, braising, and explore diverse global cooking styles."> + <meta name="twitter:image" content="http://cheatsheets.davidveksler.com/images/culinary-cheatsheet-twitter-image.jpg"> /* Replace with an actual image URL */ + <!-- <meta name="twitter:site" content="@YourTwitterHandle"> --> /* Optional: Your Twitter handle */ + <meta name="twitter:creator" content="@heroiclife"> + + <!-- For Google Discover and other news surfaces (if applicable) --> + <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"> + <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <!-- Bootstrap Icons -->