Short tags for SEO meta title and description

This documentation provides a list of available short tags you can use to help you with SEO meta title and description.

Ultimate Member has a tool that adds SEO meta tags to the User page. This tool is enabled by default. You can use the Avoid indexing profile by search engines setting on wp-admin > Ultimate Member > Settings > General > Users to disable this tool and protect profiles from indexing by search engines.

The tool uses a pattern in the User profile title setting to generate the title meta tag. The tool uses a pattern in the User Profile Dynamic Meta Description setting to generate the description meta tag. You can use short tags in these patterns.

SEO settings on wp-admin > Ultimate Member > Settings > General > Users

Available short tags:

  • {display_name} - Displays the name of the user.
  • {first_name} - Displays the first name of the user.
  • {last_name} - Displays the last name of the user.
  • {username} - Displays the username of the user.
  • {gender} - Displays the gender of the user.
  • {email} - Displays the email of the user.
  • {site_name} - Displays the website name.
  • {site_url} - Displays the website's URL.
  • {admin_email} - Displays the admin's email.
  • {usermeta:usermeta_key} - Displays any value from the user meta. Example: {usermeta:store_location} where store_location is meta key.