Skip to content

Instantly share code, notes, and snippets.

@bijoy26
Last active May 20, 2021 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bijoy26/2061b9fd2a5b39c43ef3944009456c48 to your computer and use it in GitHub Desktop.
Save bijoy26/2061b9fd2a5b39c43ef3944009456c48 to your computer and use it in GitHub Desktop.
Meta Tags of microsoft.com
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:url" content="https://www.microsoft.com/en-us" />
<meta property="og:url" content="https://www.microsoft.com/en-us" />
<meta name="twitter:title" content="Microsoft - Official Home Page" />
<meta property="og:title" content="Microsoft - Official Home Page" />
<meta name="twitter:description" content="At Microsoft our mission and values are to help people and businesses throughout the world realize their full potential." />
<meta property="og:description" content="At Microsoft our mission and values are to help people and businesses throughout the world realize their full potential." />
<meta name="twitter:card" content="summary" />
<meta property="og:type" content="website" />
<meta name="description" content="At Microsoft our mission and values are to help people and businesses throughout the world realize their full potential."/>
</head>
@bijoy26
Copy link
Author

bijoy26 commented Dec 19, 2019

Microsoft uses these meta tags to be crawled by web crawler bots for indexing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment