Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 3 years ago

#4896 closed defect (bug) (invalid)

Counter page omits hreflang tags

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by:
Milestone: Priority: lowest
Component: General Keywords: seo
Cc:

Description

Counter pages, like https://ary.wordpress.org/download/counter/, omit hreflang tagging.

As per other templates, a matrix of hreflang equivalents should be generated and output.

Change History (1)

#1 @dd32
5 years ago

  • Resolution set to invalid
  • Status changed from new to closed

`
$ curl -s https://ary.wordpress.org/download/counter/ | grep 'hreflang' | head -5
<style type='text/css'>img#wpstats{display:none}</style><link rel="alternate" href="https://af.wordpress.org/download/counter/" hreflang="af-za" />
<link rel="alternate" href="https://am.wordpress.org/download/counter/" hreflang="am-et" />
<link rel="alternate" href="https://arg.wordpress.org/download/counter/" hreflang="an-es" />
<link rel="alternate" href="https://ar.wordpress.org/download/counter/" hreflang="ar" />
<link rel="alternate" href="https://pirate.wordpress.org/download/counter/" hreflang="art" />
`

Version 0, edited 5 years ago by dd32 (next)
Note: See TracTickets for help on using tickets.