Early Access
profile:last_name
Defines the last name of the individual whose profile the web page represents. Primarily used by social media platforms and search engines to enhance content discovery and connectivity.
Code Examples
<meta property="profile:last_name" content="Doe" />
<meta property="profile:last_name" content="doe" />
<meta property="profile:last_name" content="Smith-Jones" />
<meta property="profile:last_name" content="Smith Jones" />
Recommendations
- Consistency is KeyEnsure consistency between the last name provided in the meta tag and the actual content on the page to improve credibility and discovery.
- Capitalize ProperlyAlways use proper case for the last name to adhere to conventional name presentation standards and improve legibility.
Related Documentation
Related Meta Tags
profile:username
Specify the username of the profile the web page is about. This tag is crucial for social media platforms to appropriately attribute content.
<meta property="profile:username" content="@exampleuser">
profile:first_name
Defines the first name of a person in the context of social media profiles or web applications that integrate social media information. It helps in personalizing user experience and content sharing.
<meta property="profile:first_name" content="John">
profile:gender
Specifies the gender of the individual to whom the profile page belongs. Mainly used for social media platforms and search engines to better understand the content of the page.
<meta property="profile:gender" content="male">
profile:last_name
Defines the last name of the individual whose profile the web page represents. Primarily used by social media platforms and search engines to enhance content discovery and connectivity.
<meta property="profile:last_name" content="Doe">
Community