[wp-meta] [Making WordPress.org] #4277: Profile template meta tweaks
Making WordPress.org
noreply at wordpress.org
Fri Mar 15 09:27:38 UTC 2019
#4277: Profile template meta tweaks
----------------------------+--------------------
Reporter: jonoaldersonwp | Owner: (none)
Type: enhancement | Status: new
Priority: high | Milestone:
Component: Profiles | Keywords: seo
----------------------------+--------------------
- Change the `<title>` content to: `{{Full Name}} - WordPress user profile
| WordPress.org`
- Add and populate a `meta description` tag with the (sanitized) content
of the `Bio` 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}}" />
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4277>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list