Recent Posts From All Categories
Can I rank for the term [Jonathan Jones]?
So just last week, I created a vCard website, which also has a blog on it...
Catching up with Google’s Gary Illyes in Brighton
If you headed over to Brighton SEO this September, you’ll have seen...
The Growth of Featured Snippets (2016 – 2017)
Featured Snippets was a pretty hot topic back in 2016, especially in the...
Google Search Console vs Google Analytics (2017 Edition)
Russ Jones at Moz recently came out with an article around the reliability...
Popular Posts All Time
Best SEO Tools & Resources You’ll Need in 2014
UPDATE: See my new post on the best SEO tools in 2015. I’ve found lists with SEO tools that either aren’t very good or that are outdated, so I thought I’d make my own list of SEO tools that I’m currently using – whether they be extensions for Chrome/Firefox or independent software/programs to help with your search engine optimisation needs. Here are my top 14 SEO tools for 2014: 1. Feed The Bot (On-page recommendations engine) Feed the bot is a website by Patrick Sexton. The website is essentially a tool whereby you enter a URL for page on a site you want to check to verify if it meets Google’s Webmaster Guidelines. Another feature allows you to see whether your mobile SEO is up to scratch and will crawl the page and check for the following issues: User experience problems via mobile Mobile performance problems Googlebot access / robots.txt Site load speeds & enhancement recommendations It’s very useful for a quick snapshot to find potential issues. And because ‘mobile SEO’ is becoming a bigger and bigger issue, this tool will be essential for those that are not getting mobile right. I for sure need to look at the mobile...
Biting the silver bullet with AdSense
I very recently cancelled my Google AdSense account; this was to do with not being able to be paid and I slowly built up a significant tab, which I was not able to withdraw or cash-in on. A couple days ago I decided to, essentially, bite the bullet and close the account. I mean, why continue building up cash, when you can’t withdraw it. The only way I could see myself withdrawing it is if I went back to Taiwan. Now, unless they owed me $2,000 then it’s simply not worth going back. I had built up around $100 — which is somewhat significant and is of course something that I worked hard in getting. If you’re reading this, you are probably asking, why did you close your AdSense account that still had around $100 dollars in it? AdSense does not allow you to change countries… … from Taiwan to the United Kingdom. They don’t allow you to change countries due to legal reasons, according to the message that popped up when trying to change from Taiwan to the United Kingdom in the AdSense account settings tab. While I did reach the payment threshold, – and they did say...
“Not found” issue with WordPress
I recently started a few new blogs and I used an automated installer to install WordPress via cPanel. However, when I created the site I noticed a few issues had arisen and that had made it impossible for me to login to “wp-admin” and “wp-login.php”, so I wondered what could have gone wrong, as every time when I tried to access those URLs, I encountered “Not found”, even though the directory does indeed exist. I knew it was a .htaccess issue, so I looked at one of my older blogs where I have none of these issues and copied my .htaccess file into the directory of my new site. I copied this .htaccess: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress … into my blog’s new directory and the problem was fixed. If you have this problem then this is most likely the...