Change WordPress url for newly formed posts or pages

If you don’t want to use Permanent redirect (which you should do, will not hurt your rankings if it’s done properly), you can do like this: Create a custom post type: check Codex or install a plugin, like Custom Post Type UI Change the permalink structure for this custom post type ( using a plugin … Read more

Does Google detect files in the WordPress plugin directory

It will, but why not go further and add a robots.txt? # Google Image User-agent: Googlebot-Image Disallow: Allow: /* # Google AdSense User-agent: Mediapartners-Google Disallow: # digg mirror User-agent: duggmirror Disallow: / # global User-agent: * Disallow: /cgi-bin/ Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/plugins/ Disallow: /wp-content/cache/ Disallow: /wp-content/themes/ Disallow: /trackback/ Disallow: /feed/ Disallow: /comments/ Disallow: … Read more

Options for an SEO gallery?

I believe your issue is that you’ve checked this box in the media settings: Every image uploaded afterwards had it’s thumbnail cropped to fit those proportions. Unchecking the box will fix this for new uploaded images but your existing photos will still be cropped. You can however regenerate the image thumbnails using the new settings. … Read more

mobile usability issues with /wp-content/uploads/ folders

Shortly – It matter now, and you will get penalized. Long story: You should give more details, at least an url where the error comes… There is huge possibility you’ll get penalized for that, as the new Google update require access to files that were ok to be blocked until now. For example – blocked … Read more