Skip to content

Commit 7e5142a

Browse files
committed
added canonical urls to examples
1 parent 157b978 commit 7e5142a

File tree

11 files changed

+16
-0
lines changed

11 files changed

+16
-0
lines changed

examples/articles/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="description" content="An example of an infinite scrolling blog where next articles are automatically appended when you scroll down">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/articles/">
1113
</head>
1214
<body>
1315

examples/articles/page2.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<title>Pellentesque habitant morbi senectus - Infinite Ajax Scroll Example</title>
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/articles/page2.html">
1113
</head>
1214
<body>
1315

examples/articles/page3.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<title>Diam sollicitudin tempor id eu nisl - Infinite Ajax Scroll Example</title>
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/articles/page3.html">
1113
</head>
1214
<body>
1315

examples/blocks/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="description" content="An example of a custom next function which appends generated blocks infinitely">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/blocks/">
1113
</head>
1214
<body>
1315

examples/button/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="description" content="An example of infinite scroll with a load more button">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/button/">
1113
</head>
1214
<body>
1315

examples/json/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/json/">
1213
</head>
1314
<body>
1415

examples/masonry/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="description" content="An example of a masonry layout with infinite scroll">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/masonry/">
1112
</head>
1213
<body>
1314

examples/overflow/page1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/overflow/">
1213
</head>
1314
<body>
1415

examples/overflow/page2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/overflow/">
1213
</head>
1314
<body>
1415

examples/overflow/page3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/overflow/">
1213
</head>
1314
<body>
1415

0 commit comments

Comments
 (0)