Purple Pastels for SEO
-
Hello,
First I would like to thank you for this nice theme.
I have built a site based on this theme and when I looked at the way that the google search preview is presenting my site I saw that google is taking content from my sidebar instead of the main part. (In my case numbers from 1 to 30 because I have put the calendar widget in the sidebar).
I read about this issue and it turns out that google is just taking the first part that is appearing in the wordpress page for the preview content and that is why it is advised to call in wordpress the loop first and the sidebar later.
In this theme the sidebar is called first.
When I tried to change the order, I got problems with the layout.
Is there a quick fix? do you have an idea how I can force google search not to take data from the sidebar?Here is the page code as it is now:
<?php get_header();
get_sidebar();?>
<div id=”content” class=”narrow”>
<?php get_template_part( ‘loop’, ‘page’ );?>
<?php get_footer();
- The topic ‘Purple Pastels for SEO’ is closed to new replies.