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 http://svolze.com
Here'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!