Avi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Date From SERP of Google For Freshlife theme.witch code i remove from this theme coding
<div id=”content”>
<?php include(TEMPLATEPATH. ‘/includes/templates/breadcrumbs.php’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1 class=”entry-title”><?php the_title(); ?></h1><div class=”entry-meta”>
<abbr title=”<?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?>”><?php echo human_time_diff(get_the_time(‘U’), current_time(‘timestamp’)) . __(‘ ago’, ‘themejunkie’); ?></abbr> <?php _e(‘by’,’themejunkie’); ?><?php the_author_posts_link(); ?> <span class=”entry-comment”><?php comments_popup_link( __( ‘0’, ‘themejunkie’ ), __( ‘1’, ‘themejunkie’ ), __( ‘%’, ‘themejunkie’ ) ); ?></span>
</div> <!– end .entry-meta –><div class=”clear”></div>
<div class=”entry”>
<?php if(get_option(‘freshlife_integrate_singletop_enable’) == ‘on’) echo (get_option(‘freshlife_integration_single_top’)); ?>Forum: Fixing WordPress
In reply to: problem in my site linkthan what is reason ? what i do so my site do not create this type of link.
Forum: Fixing WordPress
In reply to: problem in my site linkfor example – i add a new post .post name = my home, and it url is https://www.mysite.com/my-home/ … and i add a image in same post name, image name home,,, so google is showing my post in search when some one search my home in search but url is https://www.mysite.com/my-home/home/ and when some one click one search result only image is opening.
Forum: Fixing WordPress
In reply to: problem in my site linki am suing Google XML Sitemaps plugin.
Forum: Fixing WordPress
In reply to: Photocrati Site Description Issueany one please help … google is showing only image links. for exmpl – i make an new post ( mario apk) and i upload a image (i put image name mario).. google is showing my link as. https://www.sitename.com/mario-apk/mario/ i don’t wanna show image on google search.. what to do…