Opened 9 months ago
Last modified 7 months ago
#4277 accepted enhancement
Profile template meta tweaks
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Profiles | Keywords: | seo |
Cc: |
Description (last modified by )
- Change the
<title>
content to:{{Full Name}} ({{Username}}) - WordPress user profile | WordPress.org
. E.g.,Joost de Valk (joostdevalk) - WordPress user profile | WordPress.org
.
- Add and populate a
meta description
tag with the (sanitized) content of theBio
field, up to 160 characters (cutting off gracefully with an ellipses character).
- Add and populate open graph tags as follows:
<meta property="og:type" content="profile" /> <meta property="og:title" content="{{Full Name}} - WordPress user profile" /> <meta property="og:description" content="{{Meta description}}" /> <meta property="og:url" content="{{URL}}" /> <meta property="og:site_name" content="WordPress" /> <meta property="og:image" content="{{Gravatar Large Image}}" /> <meta property="profile:username" content="{{Username}}" />
Change History (3)
Note: See
TracTickets for help on using
tickets.