blob: 54c40c376f6fa22ab2d3438ae0ec3e73db0c58df (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<link rel="image_src" href="http://example.com/1234/56789.jpg" id="image-src" />
<link id="canonicalurl" rel="canonical" href="http://www.example.com/photos/56789/" />
<link rel="shortlink" href="http://imshort/p/abcde" />
</head>
<body>
link[rel='shortlink']
</body>
</html>
|