# Removendo os links /2, /3, /4, etc., de cada resposta dentro de uma URL de tópico

**URL:** https://meta.discourse.org/t/removing-the-2-3-4-etc-links-for-each-reply-within-a-topic-url/209648
**Category:** Development
**Tags:** seo
**Created:** [Novembro 19, 2021, 3:57pm UTC](https://meta.discourse.org/t/removing-the-2-3-4-etc-links-for-each-reply-within-a-topic-url/209648 "2021-11-19T15:57:21Z")
**Posts on this page:** 1
**Showing post:** 22

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [Novembro 23, 2021, 10:46pm UTC](https://meta.discourse.org/t/removing-the-2-3-4-etc-links-for-each-reply-within-a-topic-url/209648/22 "2021-11-23T22:46:50Z")

</div>

> [@j127](#):
>
> eles provavelmente deveriam ser os mesmos, porque as páginas são, de outra forma, quase idênticas.

Não, `/8` não é o mesmo que o tópico. `/8` aponta para a 8ª postagem e o timestamp corresponde ao da 8ª postagem.

Se você comparar a variante `?page=2` com a postagem real para a qual ela aponta, você obterá os mesmos timestamps.  
Por exemplo:

```plaintext
wget -q -O - https://meta.discourse.org/t/topic-list-previews-legacy/101646/959|grep published_ti

<meta property="article:published_time" content="2020-05-09T04:29:46+00:00" />
wget -q -O - https://meta.discourse.org/t/topic-list-previews-legacy/101646/?page=2|grep published_ti

<meta property="article:published_time" content="2020-05-09T04:29:46+00:00" />

```

> [@j127](#):
>
> Além disso, a tag `ignore_canonical` é exclusiva do Discourse?

Parece que sim: [Incorrect or failing oneboxes for links to other discourse instances - #14 by techAPJ](https://meta.discourse.org/t/incorrect-or-failing-oneboxes-for-links-to-other-discourse-instances/67351/14)

---

_[View the full topic](https://meta.discourse.org/t/removing-the-2-3-4-etc-links-for-each-reply-within-a-topic-url/209648)._
