Skip to content

Commit 9092200

Browse files
authored
Added rel=nofollow to prevent bots from increasing the count
1 parent 0434b81 commit 9092200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/contao/templates/modules/mod_faqpage.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<?php if ($faq->showhelpful): ?>
4242
<div class="helpful">
4343
<div><?php echo sprintf($GLOBALS['TL_LANG']['tl_faq']['nOutofmFoundThisArticleHelpful'], $faq->helpful, $faq->helpful + $faq->nothelpful); ?></div>
44-
<div> <?= $GLOBALS['TL_LANG']['tl_faq']['WasThisArticleHelpful'] ?> <a href="{{faq_helpful_url::<?= $faq->alias ?>}}"><?= $GLOBALS['TL_LANG']['MSC']['yes'] ?></a> | <a href="{{faq_nothelpful_url::<?= $faq->alias ?>}}"><?= $GLOBALS['TL_LANG']['MSC']['no'] ?></a></div>
44+
<div> <?= $GLOBALS['TL_LANG']['tl_faq']['WasThisArticleHelpful'] ?> <a href="{{faq_helpful_url::<?= $faq->alias ?>}}" rel="nofollow"><?= $GLOBALS['TL_LANG']['MSC']['yes'] ?></a> | <a href="{{faq_nothelpful_url::<?= $faq->alias ?>}}" rel="nofollow"><?= $GLOBALS['TL_LANG']['MSC']['no'] ?></a></div>
4545
</div>
4646
<?php endif; ?>
4747
</section>

0 commit comments

Comments
 (0)