From b1a16c5d2bde1e98a1ca54258b536dae33c98843 Mon Sep 17 00:00:00 2001 From: Klemart3D Date: Mon, 16 Nov 2020 20:36:36 +0100 Subject: [PATCH] Add nofollow on "read more" link to pass Google SEO test --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 20572ab..e98d9e4 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -688,7 +688,7 @@ var tarteaucitron = { if (tarteaucitron.parameters.readmoreLink !== undefined && tarteaucitron.parameters.readmoreLink !== '') { link = tarteaucitron.parameters.readmoreLink; } - html += ' '; + html += ' '; html += ' ' + tarteaucitron.lang.more; html += ' '; html += ' - ';