- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 25,483
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 29
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm running v2.3.4 and I just noticed a bug.
I am looking at the code of my XenForo tag page number 10. This is what the canonical says:
<link rel="canonical" href="" />
That's not right.
This is the code that produces it in the tag_view template:
<xf:macro template="metadata_macros" name="canonical_url" arg-canonicalUrl="{{ link('canonical:tags', $tag) }}" />
I updated the code on the tag_view template to this, which fixed the issue...
I am looking at the code of my XenForo tag page number 10. This is what the canonical says:
<link rel="canonical" href="" />
That's not right.
This is the code that produces it in the tag_view template:
<xf:macro template="metadata_macros" name="canonical_url" arg-canonicalUrl="{{ link('canonical:tags', $tag) }}" />
I updated the code on the tag_view template to this, which fixed the issue...
نام موضوع : Incorrect Canonical on Tag Pagination
