R
RayB
Our old brand name has a website dating back to 2003, with all the pages still indexed in Google even now, but the brand was dormant. We have decided to re-launch the brand in a limited way, but the old website was useless.
So, as an experiment, I decided to convert it to a new site for free, using Wordpress (and I have ZERO coding skills). Here is the new Weald Print Solutions site, which is now totally SEO friendly. All I need to do is tidy up the look and feel and add some new content.
This is what helps to make the new site SEO friendly:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
I then uploaded the following SEO plugins from the Wordpress site and activated them:
Trust me - if I can do it, anyone can
So, as an experiment, I decided to convert it to a new site for free, using Wordpress (and I have ZERO coding skills). Here is the new Weald Print Solutions site, which is now totally SEO friendly. All I need to do is tidy up the look and feel and add some new content.
This is what helps to make the new site SEO friendly:
- I have used a free theme called Neoclassical - which is written is a very SEO friendly way (use of <h > tags etc) and looks nice
- I created a file called .htaccess and pasted this code into it using notepad and uploaded to my root directory:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
- This allowed me to change the postname setting in Wordpress Permalinks to: /%postame%/ - I now have search engine friendly urls
I then uploaded the following SEO plugins from the Wordpress site and activated them:
- Redirection - Which enabled me to 301 redirect the old indexed urls to the new friendly ones (so I don't lose "page age" in Google). This plugin also deals with "canonicalization" - it redirects the "www" to the "non www" version or vice versa, as well as index.html and index.php versions
- Robot Meta - easily adds verification code for Google Webmaster tools, plus a bunch of other useful stuff like forcing a trailing "/" on the end of all urls, plus things like "noindex" and "nofollow" tags where appropriate.
- All in one SEO Pack - this plugin allows you to create a title tag, meta description and meta keywords tag for each page and post.
- Google Analyticator - Allows you to add Analytics tracking code with ease.
- Google XML Sitemaps - This plugin will create an XML sitemap automatically - which you can submit to Webmaster Tools
Trust me - if I can do it, anyone can