Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.

Skip to main content

LinkedIn Tags

Like Facebook and Twitter, LinkedIn also uses a set of meta tags to provide details about a page when sharing it on LinkedIn. With these details, your page will be displayed beautifully in a social media card.

Similar to Facebook and Twitter Card, LinkedIn tags are auto generated. It's important to understand that LinkedIn supports Open Graph. So, it's redundant to output the duplicated tags.

Instead, Slim SEO only output needed tags. Here is the reference:

TagDescription
titleTitle: uses Open Graph tag og:title.
imageImage: uses Open Graph tag og:image.
descriptionDescription: uses Open Graph tag og:description.
authorAuthor
datePublication date

How to change LinkedIn tags programmatically?​

There are 2 filters to change the LinkedIn's author and date tags:

slim_seo_linkedin_author
slim_seo_linkedin_date

Both filters accepts the current value (string) as the parameter and must return a string.

For example, if you want to remove the author tag, use the following snippet:

add_filter( 'slim_seo_linkedin_author', '__return_empty_string' );