Skip to main content

Home/ Wordpress/ Group items tagged SEO javascript

Rss Feed Group items tagged

Vernon Fowler

Jetpack and WordPress SEO * disable OpenGraph in Jetpack * Yoast - 0 views

  • In their last release, they enabled OpenGraph tags by default with no setting to disable it. Even when you already have WordPress SEO enabled and OpenGraph enabled in that. This is making people freak  out everywhere as double OpenGraph tags lead to problems with Google+ and with Facebook.
  • The best solution, honestly, is to install another plugin by Mark Jaquith, called Manual Control for Jetpack. This disables Jetpack automatic activation of new modules. Now you at least have to manually do something for stuff to break on your site when the Jetpack team decides to push new stuff.
  • This particular OpenGraph feature is in the Publicize module, so you’d think you could disable that, but that doesn’t seem to work. Instead, adding this line in your functions.php should fix this particular problem:

    1add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );
Maggie Wolfe Riley

Digging Into WordPress - the book! - 4 views

  •  
    Two of my favorite web designers with super helpful blogs, Chris Coyier of CSS Tricks and Jeff Starr of Perishable Press, have just released their new collaboration! The book, "Digging Into WordPress," is now available as a PDF download, and if you buy the PDF book now, you will be eligible for a "sweet discount" on the hard copy of the book when it comes out, plus receive updates free. They've done a great job on this book, which covers setting up WordPress, anatomy of a WordPress theme, theme design and development, extending functionality including using WordPress as a CMS, working with RSS feeds, SEO, dealing with comments, and keeping your site "healthy." I already followed both of these designers before they began their collaboration, and have found countless useful tutorials, code snippets, design ideas, and much more on both of their sites - I've relied on Perishable Press as a source for great unobtrusive javascript code, and on CSS-Tricks for all kinds of other useful tools for making valid, functional, and beautiful sites. This book is bound to be a valuable reference to anyone who works with WordPress.
Vernon Fowler

WordPress FAQ « Weblog Tools Collection - 0 views

  • 10 Optimization Tips
  • Create Your Own Frontpage Slideshow
  • How to Highlight Search Terms with jQuery
  • ...10 more annotations...
  • How To improve basic security on a fresh WordPress install
  • Reduce the Size of Your WordPress Plugin Footprint
  • Using a Native WordPress Gallery
  • Using WordPress For A Private Collaboration Site
  • WordPress FAQ: Audio and Video
  • WordPress FAQ: Blocking Spam Registrations
  • WordPress FAQ: Changing Links and Images After a Move
  • WordPress FAQ: Finding Free WordPress Plugins
  • WordPress FAQ: Moving WordPress
  • WordPress Post-Install Checklist (2) WP SEO Tips: One, More, Time!
  •  
    Here are the FAQs that have been requested by you our readers, or were researched and produced because we faced a problem or liked a suggested solution. We hope that you will benefit from these and will be able to pass on the tips to others that might need them. Please feel free to republish with proper attribution to us. We would love to know what other questions we can help answer for you about WordPress.
1 - 3 of 3
Showing 20 items per page