manojglobal
Forum Replies Created
-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Schema.org Image TagsThanks for your very well explained answer !!!
I love your approach for not altering the content and it should be like this. I forgot to tell you that I am using Genesis framework and now I am going to ask them what they have to say on this.
However, images and videos are on rise and they should not be taken for granted when we are talking about SEO. I have experienced myself that when you place well optimized and big size image near to Headline, then you are actually pushing your page towards the top position on SERPs.
For me, exifData is not really important because Matt Cuts says that exifData is only helpful when your search query includes those photography technical keywords and you are actually searching “Images” not “All” or “News”.
So, size and caption data is going to help a lot when you are concerned about overall ranking. And yes, first paragraph is the most important thing that every SEO expert need to realize.
Thanks for your efforts in the form of your plugin…
Hi,
Please help. Why I am not able to see share buttons other than FB share button above posts. There are also instances when all share buttons are visible???
Yes, I removed the plugin because related links were showing above tags & categories.
One last question – Does browser extension get installed automatically when someone installs the plugin?
Thanks
Hi Silvo,
You are right, that was Firefox extension. Sorry to bother you… I kept writing you and I kept playing within WordPress but never tried to remove it from the extension area.
I should have checked it earlier. I was so sure coz I never installed the extension manually!!! Is it possible that it gets installed automatically when someone installs the plugin?
Thanks for your awesome support.
Hello,
I have also removed Contextly Plugin (from the above list) but Content Recommendations Box by Zemanta is still showing on Edit Post screen.
Should I also remove ‘Contextual Related Post’ plugin?
Please Help.
http://www.readmeindia.com/earlier.png
http://www.readmeindia.com/now.png
http://www.readmeindia.com/widget.png
you can see After Post Extra Widget which contains text – “After Widget Section”
List of Plugins (11)
– 404 Redirected
– Akismet
– Contextly
– Contextual Related Posts
– Cyclone Slider 2
– Google XML Sitemaps
– Livefyre Realtime Comments
– Post Status Menu Items
– Shareholic Share Buttons
– ThreeWP Activity Monitor
– WP HelpInactive Plugins (3)
– Content Aware Sidebars
– Q2W3 Fixed Widget
– W3 Total CacheThanks for following and supporting, this is really inspiring.
(-no browser extension-)
That’s true that I am also using ‘Contextual Related Posts’ by Ajay D’Souza (in Sidebars) and ‘Contextly Related Links’ by Contextly (able to show after Post Meta using customization code – accidentally).
/** Add the after post section */ genesis_register_sidebar( array( 'id' => 'afterpost', 'name' => __( 'After Post Widget Extra', 'child theme' ), 'description' => __( 'This is new section available after post.', 'child theme' ), ) ); /** Add Hook to show widgets after Post Section. */ add_action( 'genesis_entry_content', 'add_after_post_wdgt', 15 ); function add_after_post_wdgt() { if ( is_singular( 'post' ) ) genesis_widget_area( 'afterpost', array( 'before' => '<div id="afterpost">', ) ); }The code was actually written for adding extra widget after post and it also started showing Post Meta after Zemanta and before Contextly. Earlier it was showing after Contextly and before Comments.
I tried many codes, but I was not able to show it before Zemanta. I want to let you know that Zemanta looked great (two columns) on my website after some CSS tweaks, but I can’t afford to have my taxonomies below Zemanta. Screenshots linked but Zemanta removed (you can see Contextly area).