recently featured posts we've got 40 articles so far

1% = 10M Searches Effected

Nov30

We all know that google is currently on Panda update 1 trillion, however, most people are happy when they see a poultry figure of 1% or 1.5% of search being effected, and its not much right? Well i was doing some thinking.

1% can mean nothing, but it can also mean everything. Id like to presume that this 1% of search effected is also ‘Short Tail’ search. A couple of years ago, i paid a visit to an SEOMoz seminar in london, and one speaker refferenced a document, that claimed 80% of all search is long tail search leaving only 20% of search for the generic terms. This makes sence, after all, long tail traffic is what really boosts your visit numbers.

After performing a search today, it is claimed that google process 100M searches a month (i understand this will be across all platforms and sevices). 1% of this being 10M searches effected.

10 Million effected search terms is a figure that can effect most industries and lots of ‘money terms’ a website may be aiming for, so next time people dismiss 1% as a nothing figure you wouldnt notice, its probably had much more effect than you expect, after all, why would google push out an update, that doesnt really chage much?

WordPress Stuck In Maintenance Mode

May17

I’ve come across a website today that i had  to fix, one of the plugins (WordPress automatic upgrade) had run an update and then left WordPress stuck in maintenance mode. the error you get on WordPress is:

“The Site is currently undergoing maintenance, Sorry for the inconvenience  WordPress Automatic Upgrade Plugin provided by Techie Buzz.”

Ive read a few different ways to fix it but here is what i did.

  1. Disable the plugin, rename it or delete it from your plugin directory, this will probably not fix the situation
  2. Go to the root of the blog and look for a page called index.php.waup.php, if this exists, then delete index.php and rename this file to index.php

This should get your WordPress working again…. Simples

Groupon Becomes Google Offers

Apr25

image

Groupon has become Google Offers in the US, having checked it out a little, its only available in the US as the moment but its quick to detect that you are logged in and ask to spam send you offers.

NOTE****** I have just realised that Google didn’t buy Groupon! I thought they did but it seems they rejected the offer for $6Bn.

My auto presumption that it was Groupon was because it was so familiar as the Groupon website…. Naughty Google!

New PPC Feature

Apr25

Im not a fountain of knowledge when it comes to PPC, as the title says, its more about SEO for me! however, after looking through some search terms today i spotted this in Google.com, It seems they are allowing PPC clients to ask people to sign up for a newsletter straight form the search results. Not sure if i would subscribe to this, though i did subscribe to one to see what happens!

image

After consulting out PPC team, it seems its a test feature for premium accounts. Smile

Does Google Sum You Up?

Apr13

Not everyone knows this, but Google actually holds information on you… no serious they do! And with that information, they target adverts through their network straight to your screen.

But did you also know, you can change what info they have on you and you can also block it. Its all located in the adsence add’s preferences.

Navigate to https://www.google.com/ads/preferences, on this page there is a ‘remove or Edit’ link, click this and be exposed to what Google knows about you!

4f882228f92ea142b8000001

I’ve recently deleted my data to see how fast it re generates, its been about a month and the data isn’t quite as accurate this time round, however, its not far of, the gender and age range is correct, im located in Manchester so that’s correct. Dance music and radio is spot on, i check the swimming pool opening times a lot and check my online banking.

The only thing i cant agree on is the Northeast Brazilian category, not sure what that is… honest!

日本人は新しい英語です。

Apr13

Doing a search this morning i came across a Japanese listing in google.co.uk, These updates from Google are getting better and better Winking smile

 

image

Google + Doesnt Rank

Apr5

I little pointless blog post today. Google recently announced that it was improving its indexing of common symbols, which include the ‘+’ symbol.

Im sure its no coincidence that this is now a priority when google + doesn’t rank for the search term ‘google +’!!

image

Another Local Style Listing

Apr4

As another day passes, so does yet another style local listing. this time it doesn’t look like a traditional listing but as you can see, its in and amongst the normal listings and it has a link to expand the listing to display a map and phone number.

Ive not seen this style listing before so im not sure how new it actually is, i would rather see these type listings in the results over the traditional local listings.

collapsed local listing

expanded local listing

Google Backhander to Congress??

Google has announced a change to its page layout algorithm in a change that instantly made me think Google were being very hypocritical. The new layout will affect pages that have little content but lots of advertising above the fold when a page loads.

I instantly thought of me using my netbook, or the millions of people now using 10″ tables or smaller, the amount of times a google search has been assessed with only PPC on show and loading youtube with ridiculously large adverts across the top.

 

When you read into it more however, this is not what Google is gunning for, Google are penalising website that make it hard to find the content on the website, if the page loads and the content isn’t visible with a scroll or makes it hard to access content then they are dropping.

Google has said that 1% of searches are effected, initially a small percentage, but this is still a large amount of searches. Thinking more about it, it dawned on me that it’s mainly file sharing websites that use this trick. The download links are generally at the bottom of the page, they have a timer on them to use, the links are always smaller than the adverts, adverts generally dominate the top of the page.

This seems a little coincidental that on the day Megaupload is taken down by the Americans, Google directly affect the rankings of most other popular file sharing websites.

I did try to fight this idea with myself by thinking all they are going to do is improve the page layout of these websites to make it easier to download from them. I don’t think this could be the case, most of these websites will have enormous running costs which are being paid for by advertising in prominent pages on the website. If the download link becomes clear, then massive amounts of revenue will be lost on these websites and who knows if they will be able to sustain operation. I dont believe enough people would pay for the service to cover the loss in advertising revenue.

I did try to perform a few searches to screenshot for this blog post, but i couldn’t even find the websites im talking about in a search, all i got presented with at the end of the search as this.

301 Redirect All Pages From One Domain To Another

Jan16

Using a .htaccess file it couldn’t be simpler to redirect all of your pages from one URL to another. If you are moving domains then it is imperative that you redirect all the inner pages, the relevant inner page on the new url. Providing the inner pages have not changed names then the following code should be placed into the HTaccess file.

RewriteEngine on  
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]