Why does Google Image Search still display my images?

This took the index some more time, but after around six weeks, the blocked images are no longer displayed as search results. I am not sure if this will help for future uploads for photos of the same people with different filenames, but I had added strings with placeholders like these: User-Agent: Googlebot-Image Disallow: /wp-content/uploads/*adam*smith*.jpg … Read more

Error “preg_match_all” with WordPress SEO by Yoast plugin [closed]

I browsed through all the versions available here http://plugins.trac.wordpress.org/browser/wordpress-seo/tags/ and nowhere is there any “I” modifier. The “I” modifier is obviously invalid, thus the error. Updating the plugin will most certainly solve the issue. Or at least, if updates are not possible, edit line 476 of /wp-content/plugins/wordpress-seo/admin/linkdex/linkdex.php and turn $keywordCount = preg_match_all(“https://wordpress.stackexchange.com/”.$job[“keyword”].”/msIU”, $body, $res); or … Read more