Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Okay, thank you for your trouble, I will use a workaround.
Thanks, Jessy
As an attachment the all in one rich snippet plugin. If you need more plugins as examples, let me know.
Thank you!
JessyAttachments:
You must be logged in to view attached files.But.. it’s not just this plugin!
Now I have installed another plugin, wich also gives crap on the excerpt, in combination with the swift page builder.
And, as I have mentioned before, also the hatom data fix gives the same issue.I really think this happens with all data that you can configure for Google, there were the more tag is inserted. But only with the swift page builder.
This reply has been marked as private.I don’t know about that, but when I use it, it shows weird stuff in the excerpts and when I take it out, it doesn’t.
The plugin costs 10 dollar, but it adds this to the functions.php:
//mod content
function hatom_mod_post_content ($content) {
if ( in_the_loop() && !is_page() ) {
$content = ‘<span class=”entry-content”>’.$content.'</span>’;
}
return $content;
}
add_filter( ‘the_content’, ‘hatom_mod_post_content’);//add hatom data
function add_mod_hatom_data($content) {
$t = get_the_modified_time(‘F jS, Y’);
$author = get_the_author();
$title = get_the_title();
if ( is_single() || is_page()) {
$content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_mod_hatom_data’);Only it happens also with the hatom data fix plugin and only in combination with the pinpoint theme.
Hi Ed,
after disabling all other plugins the problem is still there.
When you try to replicate, do you use a decent amount of words and ad the more tag?
There also has to be text filled in, in the rich snippet section, because that is the text that is showing, that is not supposed to.
I hope I’m being clear, english is not my native language, please let me know if I can assist in any way.Thanks, Jessy
This reply has been marked as private.Hi Laranz, thank you for adressing this issue.
The issue seems not to be there for newer posts, only for older posts.
Could you search on the homepage for ‘Tesla naar Genk getweet’, there you will see that the issue still occurs.
Thanks!Hi, I deactivated the plugin rich snippets and stripped the functions.php from the hatom data fix so I won’t loose my users. If you want to see what’s wrong, then you can activate the rich snippets plugin.
I hope you can find a solution, because now I have these Google seo issues.
Thank you!Yes! Problem solved! Thank you Mohammad!
Very happy!Hi Mohammad,
Everything is upgraded and WPIDE is installed.
When you’re debugging and want to test it, please note:
I used a work around by choosing the homepage be ‘latest posts’ instead of static page ‘nieuws’.
So if you want to see the problem, please set the homepage again to that static page.If you need anything, please let me know!
Thank you!
JessyThis reply has been marked as private.Thank you Mohammad! Problem solved!
-
Posted in: We hit Power Elite.