#4209 closed defect (bug) (fixed)
Change title tag formatting on wordpress.tv archive templates
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | WordPress.tv | Keywords: | seo |
Cc: |
Description (last modified by )
Archive templates currently output a title tag in the following format:
{{ARCHIVE NAME}} | WordPress.tv | Page {{N}}
This should be altered to:
{{ARCHIVE NAME}} - Page {{N}} | WordPress.tv
Language-filtered archives include an additional component; e.g:
{{LANGUAGE NAME}} | Language | WordPress.tv | Page {{N}}
This should be altered to:
Videos in {{LANGUAGE NAME}} - Page {{N}} | WordPress.tv
In both cases, the first page in the series should omit the - Page {{N}}
component.
Change History (4)
#3
@
6 years ago
FYI: I've left it with a consistent -
separator as Cores functions don't allow multiple separator types, I could force it, but didn't seem worth it. eg: {{ARCHIVE NAME}} - Page {{N}} - WordPress.tv
I also suffixed terms with the Taxonomy singular label, as it seemed the sanest option at the time, but I don't like it, so i'm going to re-do that with some more specific phrases, commit incoming.
In 8371: