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" /><meta property="profile:first_name" content="María" /><meta property="profile:first_name" content="<John>" /><meta property="profile:first_name" content="J0hn#" />Specify the username of the profile the web page is about. This tag is crucial for social media platforms to appropriately attribute content.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="profile:username" content="@exampleuser">
</html>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.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="profile:last_name" content="Doe">
</html>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.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="profile:gender" content="male">
</html>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.
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="profile:first_name" content="John">
</html>