admin管理员组

文章数量:1130349

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.

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.

本文标签: How to fix a duplicated meta description