Advertisement
oshkoshbagoshh

DunderMifflin HTML Meta Tags for SEO

May 30th, 2024
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.94 KB | Software | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Dunder Mifflin Paper Company - Quality Paper Products </title>
  8.     <meta name="description"
  9.         content="Shop high-quality office supplies at Dunder Mifflin. From paper and pens to office furniture, we have everything you need to keep your office running smoothly.">
  10.     <meta name="author" content="AJ Javadi" />
  11.     <meta name="keywords" content="paper, office supplies, Dunder Mifflin, quality paper">
  12.     <meta name="robots" content="index, follow">
  13.     <link rel="canonical" href="/products">
  14.     <meta property="og:title" content="Office Supplies - Buy Paper, Pens & More | Dunder Mifflin">
  15.     <meta property="og:description"
  16.         content="Shop high-quality office supplies at Dunder Mifflin. From paper and pens to office furniture, we have everything you need to keep your office running smoothly.">
  17.     <meta property="og:image" content="https://www.dundermifflinsupplies.com/images/office-supplies.jpg">
  18.     <meta property="og:url" content="https://www.dundermifflinsupplies.com/office-supplies">
  19.     <meta name="twitter:card" content="summary_large_image">
  20.     <meta name="twitter:title" content="Office Supplies - Buy Paper, Pens & More | Dunder Mifflin">
  21.     <meta name="twitter:description"
  22.         content="Shop high-quality office supplies at Dunder Mifflin. From paper and pens to office furniture, we have everything you need to keep your office running smoothly.">
  23.     <meta name="twitter:image" content="https://www.dundermifflinsupplies.com/images/office-supplies.jpg">
  24.     <link rel="stylesheet" href="./styles.css">
  25. </head>
  26.  
  27. <body>
  28.     <!-- BODY  -->
  29.     <main>
  30.  
  31.         <h1> Welcome to Dunder Mifflin. </h1>
  32.  
  33.         <?php echo ('Time to clock in...'); ?>
  34.  
  35.  
  36.     </main>
  37.  
  38.  
  39.     <!-- END OF BODY  -->
  40.     <script src="./script.js"></script>
  41. </body>
  42.  
  43. </html>
Tags: html php seo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement