#4896 closed defect (bug) (invalid)
Counter page omits hreflang tags
Reported by: | 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
@
5 years ago
- Resolution set to invalid
- Status changed from new to closed
Version 0, edited 5 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
`
$ 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" />
`