How to fix a duplicated meta description?

admin2025-06-04  1

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
Add a comment  | 

1 Answer 1

Reset to default 2

bloginfo('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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749018917a315667.html

最新回复(0)