WordPress header and search engine optimization issue

I would like to optimize the header of my wordpress website-blog. By default I see only these entries:

<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>

Well, I would like to add a description tag, keywords and facebook Open Graph. But as I do, when sharing a blog post on facebook, the post description gets overwrited and this is not what I want.

Read More

How could I have a default description tag for my business, but keep the blog post description as well in case I am sharing some content?

Thanks.

Related posts

Leave a Reply

2 comments

  1. Facebook will rewrite those descriptions, not WordPress.
    You have to add another meta tags for Facebook, called Open Graph tags, such as og:title, og:description and others.