Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created March 29, 2017 07:22
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 bilalucar/4522a9bb731dbe0ceca672fb1ddf8b33 to your computer and use it in GitHub Desktop.
Save bilalucar/4522a9bb731dbe0ceca672fb1ddf8b33 to your computer and use it in GitHub Desktop.
canonical
An Example of rel="canonical" for the URL http://example.com/default.asp
<html>
<head>
<title>The Best Webpage on the Internet</title>
<link rel="canonical" href="http://www.example.com">
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment