For every article I have posted Google has the same "Home description". I have personally filled out the FV Simpler SEO individual meta description info for each article but it is useless if it never gets seen. I don't know how to make it visible so that Google can use it instead of the home description over and over again. Do I need to copy and paste the meta description for each post into the excerpt section? I usually leave that blank. Please help as I feel this would really help out with my SEO efforts.
Welcome to the Foliovision support forums! We provide free support to resolve all reported bugs (please specify OS and browser and steps to reproduce the bug). If you need help with an installation, please submit a request for a Pro Support Incident. We’ll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.
change google description
-
Posted 5 months ago #
-
Hi Aisak,
There is probably something missing in your header template. Please open up /wp-content/themes/yourtheme and have a look in header.php
There should be something like:
// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";If there isn't it, try adding it. You could also try enabling the TwentyTen theme which has proper meta description support built-in, to test.
Making the web work for you, Alec
Posted 5 months ago # -
Hello Aisak,
you should look at 3 random articles you wrote and check the <meta name="description"> tags in their source code. It should contain the correct meta description as entered with FV Simpler SEO.
If it does not, then it could be a problem with your theme or a conflict with some other plugin.
Thanks,
MartinPosted 5 months ago # -
@Alec I added the code to the header and it wound up just being written out on the top of my pages so I removed it today when I noticed it.
@Martin when I checked the source the meta info is there i.e. the description and keywords. Thanks goodness because I don't know how to find that info to add it in. Since it is there what could the problem be? Do I need to re-insert the above info back into the header php but in a different place? I am not sure where to put it so it won't be written across my posts.
Posted 5 months ago # -
Hi Aisak,
Sorry the code didn't work for you. The issue is not with FV Simpler SEO but with your template.
If you'd like us to troubleshoot your template for you, please make a pro support request: http://foliovision.com/seo-tools/wordpress/pro-install
Thanks!
Posted 5 months ago #