Hello. I have 4.4
I see some posts that indexes my category and my date even if I have yoast seo meta data… that is strange. Also I notices that i don’t really like the fact that thing in the picture. I double thing… I want to move category above tags, in posts. How to do it ?
See ? For me is not seo wise… can you help me fix this ? To move the category above tags… make it simple.
Things are doubleing… adding date, comments, page views, anything below title and first post sentence is bad, i think, from what i saw in my time…
It’s just me thinking bad ? Not all posts index like that, still is a question… ?
Hi,
You can move the category tags above title or anywhere you want in the template, my ex is for the default post template and looks like this: http://screencast.com/t/gwthSzJD7MBo
For this you have to move this inside loop-single.php file: http://screencast.com/t/26Gx2qF5na8
Then use this css to arrange it:
.td-post-content .td-category {
top: 11px;
}
.td-post-content .post header h1 {
clear: left;
padding-top: 10px;
}
You can do the same for the other post templates.
Having duplicated content isn’t good for seo but I’m not sure that in this case search engines get a duplicated content, you could try to search for a seo tool to scan this page for duplicated content and if dose pick up duplicates you can use SEO by Yoast plugin to add the yoast breadcrumbs and customize them as you like: https://forum.tagdiv.com/topic/how-to-add-breadcrumb-to-my-custom-post-type/#post-19846
Hope this helps!
Thanks
There is no duplicate content in page. I noticed that google pics the category, dates, views, anything that is shown below title and add it by himself in meta to show in google despite the fact i already have the meta by yoast added. So I want to move it from there, to add it ABOVE TAGS not above title.
I wish next versions to add an option in theme panel to move those things below title in other places too, with respected css in other places, not just below title. Is much better for SEO…
-
This reply was modified 11 years by
cstyn.
Hi,
Thanks for your suggestion we will consider this, until then you can edit the loop-single.php file of the post template you use and move the meta-info div before tags like this: http://screencast.com/t/280cyHKES0
Thanks


