Same META description and keyword for every post????Please Help!
-
When my site is searched in google my all posts show the same meta description. I search about this problem on internet but can’t solve it..
My site’s address is https://svolze.comHere’s the code i found in my header file for meta description and keyword
<?php if ( is_single() ) { ?><?php } else { ?><meta name="description" content="<?php echo get_option('metadesc'); ?>" /><?php } ?> <meta name="keywords" content="<?php echo get_option('metakey'); ?>"/>
Please help me!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Same META description and keyword for every post????Please Help!’ is closed to new replies.