1
mirror of https://github.com/jakejarvis/get-canonical-url.git synced 2025-04-26 06:35:22 -04:00
get-canonical-url/test/fixtures/with-canonical-tag.html
2021-09-29 20:49:54 -04:00

8 lines
216 B
HTML

<!doctype html>
<html>
<head>
<link rel="canonical" href="https://test.example.com/this/doesnt/exist.aspx?no=really&it=doesnt#gocheck">
<script src="../../dist/get-canonical-url.min.js"></script>
</head>
</html>