diagnostic
Member
Posted 2 years ago #
I use wordpress to create a blog for my website, i am using
platinum_seo_pack on this blog blog immobilier
And despite all my effort there is two meta description, the first one still the same on all post. I would like to remove this first meta but i dont find the way to fix it.
Any help welcome
Try looking in your theme's header.php file.
If you place a < meta > description in the <head> section of your header.php file, then it will override any and all other meta description tags, causing the same description to appear on all posts. To prevent that, you need to wrap your description in an if statement.
See my blog post here for the code I used to fix this problem on my website: http://rmarcejaeger.com/2011/03/14/seo_meta_description/