chore: disable url indexing for tags and authors links

This commit is contained in:
João Peixoto
2021-04-08 01:39:55 +01:00
parent 55b1baff03
commit bd3115de46
3 changed files with 2 additions and 10 deletions
@@ -2,16 +2,6 @@
<div>
<h2 class="type-h2">Comments</h2>
<div id="discourse-comments" class="mt-4 mb-24"></div>
<!-- <iframe
id="discourse-embed-frame"
ref="frame"
class="mt-4 mb-24"
:src="embedSrc"
width="100%"
scrolling="no"
:height="frameHeight"
referrerpolicy="no-referrer-when-downgrade"
/> -->
</div>
</template>
@@ -11,6 +11,7 @@
<span itemprop="name" class="flex flex-row">
<router-link
:to="{ path: $localePath, query: { author: piece.trim() } }"
rel="nofollow"
>
<span
:class="computedClassName"
@@ -3,6 +3,7 @@
v-if="link"
:to="{ path: $localePath, query: { tags: tag } }"
:class="computedClass"
rel="nofollow"
@click.native="handleTagClick"
>
#{{ tag }}