Showing posts with label categories. Show all posts
Showing posts with label categories. Show all posts

Tuesday, December 6, 2016

Google App now organizes cards into 2 categories: interests & upcoming events

The latest round of Google App updates also include a card that lets users choose specific topics of interests to personalize app content. The post Google App now organizes cards into 2 categories: interests & upcoming events 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 App now organizes cards into 2 categories: interests & upcoming events

Friday, November 18, 2016

New take on Showcase Shopping ads? Categories of used items showing for retailer outlet queries

Similar to the Showcase ad format introduced this summer, the ads link to Google Shopping pages. The post New take on Showcase Shopping ads? Categories of used items showing for retailer outlet queries 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



New take on Showcase Shopping ads? Categories of used items showing for retailer outlet queries

Wednesday, October 5, 2016

Google My Business testing advanced verification process for spammy map categories

Google tests a new spam prevention technique for local results called advanced verification. It uses a third-party company to verify the business. The post Google My Business testing advanced verification process for spammy map categories 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 My Business testing advanced verification process for spammy map categories

Saturday, July 23, 2016

Update SEO Meta for Posts and Categories

Add Custom SEO Meta tags for WordPress posts and categories,.
WordPress Plugins » Tag: seo – Recent Posts



Update SEO Meta for Posts and Categories

Update SEO Meta for Posts and Categories

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.


## Please sanitize, escape, and validate your POST calls


When you include POST/GET/REQUEST calls in your plugin, it’s important to sanitize, validate, and escape them. The goal here is to prevent a user from accidentally sending trash data through the system, as well as protecting them from potential security issues.


SANITIZE: All instances where generated content is inserted into the database, or into a file, or being otherwise processed by WordPress, the data MUST be properly sanitized for security. By sanitizing your POST data when used to make action calls or URL redirects, you will lessen the possibility of XSS vulnerabilities. You should never have a raw data inserted into the database, even by a update function, and even with a prepare() call.


VALIDATE: In addition to sanitization, you should validate all your calls. If a $ _POST call should only be a number, ensure it’s an int() before you pass it through anything. Even if you’re sanitizing or using WordPress functions to ensure things are safe, we ask you please validate for sanity’s sake. Any time you are adding data to the database, it should be the right data.


ESCAPE: Similarly, when you’re outputting data, make sure to escape it properly, so it can’t hijack admin screens. There are many esc_*() functions you can use to make sure you don’t show people the wrong data.


In all cases, using stripslashes or strip_tags is not enough. You need to use the most appropriate method associated with the type of content you’re processing. Check that a URL is a URL and don’t just be lazy and use sanitize_text please. The ultimate goal is that you should ensure that invalid and unsafe data is NEVER processed or displayed. Clean everything, check everything, escape everything, and never trust the users to always have input sane data.


Please review this document and update your code accordingly: http://codex.wordpress.org/Validating_Sanitizing_and_Escaping_User_Data


Example:


if(isset($ _POST[“s3k_seo_title”]))
$ s3k_seo_title = $ _POST[“s3k_seo_title”];

if(isset($ _POST[“s3k_seo_keywords”]))
$ s3k_seo_keywords = $ _POST[“s3k_seo_keywords”];

if(isset($ _POST[“s3k_seo_description”]))
$ s3k_seo_description = $ _POST[“s3k_seo_description”];

update_post_meta($ post_id, “s3k_seo_title”, $ s3k_seo_title);
update_post_meta($ post_id, “s3k_seo_keywords”, $ s3k_seo_keywords);
update_post_meta($ post_id, “s3k_seo_description”, $ s3k_seo_description);


—-


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



Update SEO Meta for Posts and Categories

Sunday, March 27, 2016

AdWords now applies recommended bids to new DSA categories automatically

The feature is designed to help managers set up a lot of dynamic search ad categories quickly. The post AdWords now applies recommended bids to new DSA categories automatically 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



AdWords now applies recommended bids to new DSA categories automatically