Thursday, July 28, 2016

How your old content can help with SEO

Looking to get the most SEO value out of your content marketing efforts? Columnist Tamar Weinberg explains how to breathe new life into your content assets. The post How your old content can help with SEO appeared first on Search Engine Land.


Please visit Search Engine Land for the full article.



Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing



How your old content can help with SEO

First Public Working Drafts: Post Type Discovery and JF2 Post Serialization Format

The Social Web Working Group has published two Working Drafts:


How to download all of your landing pages from Google Search Console via Analytics Edge — and I mean ALL of them!

Google Search Console provides a wealth of data on landing pages, but unfortunately, that data is limited. Columnist Glenn Gabe shares his method for getting around the 1,000-URL limit using an Excel plugin called Analytics Edge. The post How to download all of your landing pages from Google…


Please visit Search Engine Land for the full article.



Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing



How to download all of your landing pages from Google Search Console via Analytics Edge — and I mean ALL of them!

Google reiterates suggested 33 character limit in ETA headlines to avoid truncation

For those writing headlines for the new expanded text ad, the most coveted letter in the alphabet will be “i”. The post Google reiterates suggested 33 character limit in ETA headlines to avoid truncation appeared first on Search Engine Land.


Please visit Search Engine Land for the full article.



Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing



Google reiterates suggested 33 character limit in ETA headlines to avoid truncation

Stop Web Crawlers

The simplest and easiet way to stop bad web crawlers, bots and referrer spammers from targeting your wordpress website
WordPress Plugins » Tag: seo – Recent Posts



Stop Web Crawlers

LnkSocial - Social Sharing Plugin

Submit new posts directly from your WordPress blog to LnkSocial account for influencers to share it on their social media accounts.
WordPress Plugins » Tag: seo – Recent Posts



LnkSocial - Social Sharing Plugin

LnkSocial - Social Sharing Plugin

Emailed Author: There are issues with your plugin code. Please read this ENTIRE email, address all listed issues, and reply to this email with your corrected code attached. It is required for you to read and reply to these emails, and failure to do so will result in significant delays with your plugin being accepted.


## Generic function (and/or define) names


All plugins should have unique function names, defines, and classnames. This will prevent your plugin from conflicting with other plugins or themes.


For example, if your plugin is called “Easy Custom Post Types”, then you might prefix your functions with ecpt_your function name here. Similarly a define of LICENSE would be better done as ECPT_LICENSE. You can use namespaces instead, however make sure that those also are unique. A namespace or class of ‘MyPlugin’ is NOT actually all that unique, you see.
This extends to anything in a define. For example …


define( ‘PLUGIN_PATH’, plugins_url( __FILE__ ) );


That define is a global, so PLUGIN_PATH could conflict with a number of other things.


Don’t try to use two letter slugs anymore. As of 2016, all the good ones are taken. Instead consider easy_cpts_ (from the first example).


Similarly, don’t use __ to prefix, as the double underscore should be reserved for WordPress itself.


Please update your plugin to use more unique names.


Some Examples:


function your_admin_notice


If those are intended to be in shared libraries, please detect IF the code is already included and not re-include it, as doing so will cause conflicts if two people call the same defines and functions.


—-


Please make sure you’ve addressed ALL issues brought up in this email. When you’ve corrected your code, reply to this email with the updated code attached as a zip, or provide a link to the new code for us to review. If you have questions, concerns, or need clarification, please reply to this email and just ask us.


(While we have tried to make this review as exhaustive as possible we, like you, are humans and may have missed things. As such, we will re-review the ENTIRE plugin when you send it back to us. We appreciate your patience and understanding in this.)


WordPress Plugins » Tag: seo – Recent Posts



LnkSocial - Social Sharing Plugin