Category: SEO

  • Some good sources for starting your knowledge path in SEO

    A friend of mine sent a list of resources to a client of mine and CC’ed me in the conversation. I do find these resources really helpful, which is why I decided to put them here. We are not affiliated to any of the sources. SEO 101:  Google’s SEO Starter Guide https://static.googleusercontent.com/media/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf MOZ: https://moz.com/beginners-guide-to-seo WordPress SEO hints by […]

  • Featured images alt and title tags

    Resources on WordPress Featured images alt and title tags

    For better WordPress onpage Seo we need to give our featured images alt and title tags. Unfortunately we can’t use out of the box tools for this (yet). Featured images alt and title tags with custom code Plugins that give alt and title tags to images don’t cover featured images. To optimize them you need […]

  • Redirecting all pages from the old domain to the new one

    When you switch domains for a WordPress installation, you should think of not only the how to move the site, but how to keep your content reachable by search engine hits or referrals. 301 Redirect is what is expected of you, and the easy way to do it, even if both domains are still hitting […]

  • .htaccess RewriteRule examples

    This is the source. I’m copying it for just in case it get’s lost for some reason. If http://example.com/foo/bar does not exist, redirect to http://other.example.com/foo/bar. (Put this in an .htaccess file in your top-level web directory.) [crayon-6473d88b6534f359402798/] Handle all requests for top-level .html files and files with no extensions (http://example.com/foo,http://example.com/foo.html) with a single PHP program /foo/show.php. Also, ignore trailing characters in […]