When audit our website in Google webmaster too, I saw duplicate meta descriptions every pages. I am using: -
<?php bloginfo('description'); ?>
When audit our website in Google webmaster too, I saw duplicate meta descriptions every pages. I am using: -
<?php bloginfo('description'); ?>
Share
Improve this question
edited Jan 12, 2019 at 9:40
fuxia♦
107k39 gold badges255 silver badges461 bronze badges
asked Jan 12, 2019 at 7:58
HumbleHumble
11 bronze badge
1 Answer
Reset to default 2bloginfo('description')
just displays the site tagline.
‘description‘ – Displays the “Tagline” set in Settings > General. This data is retrieved from the “blogdescription” record in the wp_options table.
https://developer.wordpress/reference/functions/bloginfo/#description
So yes, it will be the same on every page.
WordPress does not add meta descriptions to pages, or have the native capability to do so. You would need to use a plugin. Most SEO plugins have this feature.