Merge pull request #521 from Klemart3D/patch-2
Add nofollow on "read more" link to pass Google SEO test
This commit is contained in:
commit
678ae504c6
|
|
@ -688,7 +688,7 @@ var tarteaucitron = {
|
||||||
if (tarteaucitron.parameters.readmoreLink !== undefined && tarteaucitron.parameters.readmoreLink !== '') {
|
if (tarteaucitron.parameters.readmoreLink !== undefined && tarteaucitron.parameters.readmoreLink !== '') {
|
||||||
link = tarteaucitron.parameters.readmoreLink;
|
link = tarteaucitron.parameters.readmoreLink;
|
||||||
}
|
}
|
||||||
html += ' <a href="' + link + '" target="_blank" rel="noreferrer noopener" title="'+ tarteaucitron.lang.cookieDetail + ' ' + service.name + ' ' + tarteaucitron.lang.ourSite + ' ' + tarteaucitron.lang.newWindow +'">';
|
html += ' <a href="' + link + '" target="_blank" rel="noreferrer noopener nofollow" title="'+ tarteaucitron.lang.cookieDetail + ' ' + service.name + ' ' + tarteaucitron.lang.ourSite + ' ' + tarteaucitron.lang.newWindow +'">';
|
||||||
html += ' ' + tarteaucitron.lang.more;
|
html += ' ' + tarteaucitron.lang.more;
|
||||||
html += ' </a>';
|
html += ' </a>';
|
||||||
html += ' - ';
|
html += ' - ';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue