samwisekind / steamchat-website

Steamchat Podcast Website

Home Page:https://www.thesteamchat.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add additional meta tags (for SEO)

samwisekind opened this issue · comments

commented

References:

Currently missing:

  • Meta
    • <meta http-equiv="x-ua-compatible" content="ie=edge">
    • <meta name="subject" content="your website's subject">
  • Link
    • <link rel="archives" href="https://example.com/archives/">
    • <link rel="index" href="https://example.com/">
    • <link rel="first" href="https://example.com/atomFeed.php">
    • <link rel="next" href="https://example.com/atomFeed.php?page=4">
    • <link rel="prev" href="https://example.com/atomFeed.php?page=2">
    • <link rel="last" href="https://example.com/atomFeed.php?page=147">
    • <link rel="alternate" href="https://feeds.feedburner.com/example" type="application/rss+xml" title="RSS">
  • Favicons
  • Twitter Cards
  • Apple iOS
    • <link rel="apple-touch-icon" href="/path/to/apple-touch-icon.png">
  • Apple Safari
    • <link rel="mask-icon" href="/path/to/icon.svg" color="red">
  • Google Android
    • <meta name="theme-color" content="#E64545">
  • Microsoft Internet Explorer

SEO Images:

After deployment:

  • Meta
    • <meta name="google-site-verification" content="verification_token">
    • <meta name="msvalidate.01" content="verification_token">