Google’s Matt Cutts On What If My Site Goes Down? Are My Rankings Doomed?
The topic of how Google handles downtime and how that may impact your rankings in Google’s search results is nothing new. In short, short periods of downtime, even a day…
Google Maps App Bringing Back Offline Maps Button ASAP
Yesterday we reported that part of the Google Maps App “upgrade” a few features went away. One such feature was easy access to offline maps…
Google’s FAQs On Latitude Shutdown & User Complaints
As we mentioned yesterday, Google is shutting down latitude – a product I personally didn’t use outside of just experimenting with it, but apparently has a loyal user base…
Do Citations Without Links Benefit Your Rankings?
A High Rankings Forum thread has a site owner thrilled about receiving a mention in the Wall Street Journal but that mention or citation was not done as a hyperlink in the web page.
This is fairly common when you get mentions or citations from larger …
Google’s Matt Cutts: Rankings Won’t Drop If Site Goes Down For Short Period Of Time
Google’s head of search spam, Matt Cutts, posted a video explaining the consequences of a site going offline and how that can negatively impact that site’s ranking in the Google’s search results. In short, a site that temporarily goes offline for a short period of time, such as…
Please visit Search Engine Land for the full article.
What Percentage of Brands Actually Use Google+ Authorship? [Analysis]
Many brands are struggling to prioritize Google+ activity. An analysis reveals that despite Google heavily promoting the use of rel=”author”, adoption from Fortune 100 companies, tech sites/blogs, news publications, and even Google is quite limited.
Where should SEO sit within a business?

Brands that achieve the best results from SEO are those that take it seriously as a measurable tangible and transparent way to generate traffic for their site and leads/sales for their business.
SEO now requires a unified approach. It must overlap all aspects of a business’ marketing strategy in order for the full benefit to be felt (pictured below).
SEO delivers the most ROI when it is able to use and build upon a company’s wider marketing and PR activities.

This is because best practice SEO now incorporates skills across the board from marketing, public relations, communications and sales.
It should be a joined up process that might start with digital marketing and PR but which should end with your sales department feeding back information about the quality of leads and volume of new business that SEO instigates.
This is not the case in most companies though. The importance of this inter-departmental collaboration is not emphasised to their teams, making cross-organisational collaboration even harder to coordinate.
Search marketing has moved away from black-hat spammy techniques, which could be undertaken in a siphoned off department within a company or detached completely in an external agency – to become more in line with traditional marketing practices.
This has seen SEO as a term being phased out of many marketer’s vocabulary, with ‘content marketing’ and ‘online PR’ the two frontrunners as its replacement.
This change of phrase is a recent phenomenon (see above) and reflects the switch from the focus being solely on links (pre-Penguin) to the creation of high quality, relevant content that naturally attracts links (post-Penguin).
Again this demonstrates exactly why SEO, whether carried out in-house or at an external agency, needs to be seen as integral part of a company’s overall marketing strategy.
A working example of the benefits of taking this approach is when a brand’s PR agency is running a campaign that is generating a lot of coverage then the SEO agency should be informed of this in order to ring around the publications where coverage has been gained and turn these mentions into links.
The same rings true for an advertising campaign that is likely to generate coverage online – the SEO agency needs to know about this beforehand.
SEO, PR, advertising, marketing and sales teams are ultimately all working towards the same goal: to generate new business.
Therefore it makes sense for these teams to work together and make the most of one another’s ideas.
The SEO agency should know what the PR calendar looks like, and the PR agency should know what content the SEO agency is preparing. Again the same is true for marketing and advertising departments.
The results of a unified approach between all of a business’ agencies/departments are far greater than if they are fractured and separated.
Matt Cutts on Links & How to Succeed With Content Marketing
In a newly published interview with Eric Enge, Google’s Matt Cutts chats about several aspects of marketing, and link building was front and center. Here are some emerging themes of that discussion, key takeaways, and what it all means to marketers.
90% of media is consumed on-screen – are you prepared for multi-screen
From the way people talk about it these days, one would be forgiven for thinking that the issue of multi-screen and multi-device usage was a new one – however its certainly an increasingly complex environment for marketeers to deal with.
Post from Peter Young on State of Search
90% of media is consumed on-screen – are you prepared for multi-screen
Google Overhauls Android Maps App
Google has given its Android Maps application a makeover. The update includes an overhauled interface with new discovery features that allow users to quickly browse and discover new places without having to type, and enhanced navigation features.
Guest post for links? Then nofollow says google
Yet again google say if you have built content/articles (guest blogs) to publish on other sites for the intent of getting a link then you should nofollow it unless you are a “journalist” read more
How Does Google Count Local Results?
Posted by Dr-Pete
I’ve become a bit obsessed with how Google counts results. You may think it’s easy (1, 2, 3… 10), but add in 7-result SERPs and blended local results, and counting to 10 is no longer a Kindergarten-level achievement. Pictures speak louder than words on this one, so let’s look at an example. Here’s a localized but de-personalized SERP for “orthodontist” — I’ve stripped out everything but titles, display URLs, and pins, to make it easier to parse:

The two sets of numbers on the left represent the two ways I think most rational people without local SEO expertise would count these results — it’s either six “pure” organic results, or 13 total results. The problem is that almost all page-1 Google SERPs have either seven or 10 organic results. So, there’s a third interpretation — this is a 10-result SERP, but some of the local 7-pack (in this case, some = four results) must be “blended” results. In other words, the local pack contains both truly local results and organic results that are being treated as local.
Hacking the start= parameter
So, how do we figure out which four are blended? You’re probably familiar with Google’s “start=” URL parameter. Even if you don’t ever enter it manually, you use it all the time — it’s what separates Google’s search result pages. So, if a basic query looks like this:
<a href="https://www.google.com/search?q=orthodontist">https://www.google.com/search?q=orthodontist</a>
…then the query to reach page two of results looks like this:
<a href="https://www.google.com/search?q=orthodontist&start=10">https://www.google.com/search?q=orthodontist&start=10</a>
It turns out that “start=10” is a bit of a cheat – it always means “jump to page 2” even if page one is a 7-result SERP. Like most coders, Google also thinks in terms of starting at zero, so for a traditional SERP “10” actually means the 11th result (page one is results 0-9).
Here’s where it gets interesting. What if you change the “start=” parameter to be something other than a multiple of ten? Turns out, it works just fine, and it gives you a stripped-down organic result page starting with the absolute position specified. In other words, setting “start=9” gives you a page with no local results that begins at the 10th organic ranking.
Counting backward to destiny
Ok, “destiny” may be a bit over the top. It turns out that you can effectively use this technique to count backward and determine the “true” organic results, as if the local pack had never appeared. You can skip straight to “start=1”, which shows the 2nd ranking forward (“start=0” is Googlese for “start from the beginning”, so you have to make some assumptions about the #1 spot).
Using this trick (“&start=1”) for my “orthodontist” query at the beginning of the post, I ended up with these results:

Since we’re starting with #2, this page actually represents organic results 2-11. It’s a little odd, but hopefully that all makes sense. So, why am I torturing you with these mental gymnastics?
Putting it all together
If we match up the URLs in the second list with our original SERP, we can determine not only which results were blended, but also what order they would’ve appeared in without the influence of the local 7-pack. It looks something like this (organic results are in green, local are counted with “L” in the number):

In this case, the first four local results in the pack are the blended results, but the 4th result is actually #9 in the original organic results. Like the old indented results, the local pack pulls any organic result that gets promoted up (to keep the pack contiguous), so in this case #9 is actually outranking the original #7 and #8.
Finding hidden opportunities
This may seem like an academic exercise, but a conversation with local SEO expert Mike Blumenthal helped me see the strategic importance. Understanding how local and organic blend in the SERP above, for example, tells us a couple of things. Google back-filled the 7-pack with three purely local results, indicating an opportunity for sites that might be weak on organic ranking factors but are decently optimized for local.
There’s also a potential opportunity for some of the lower-ranking organic results to get promoted above other organic results by improving their local ranking factors. For example, #10 could jump above #7 and #8 (using the organic counting method) with some solid local SEO efforts. In the overall SERP, #10 could jump just behind #9, effectively gaining five spots.
Effectively, there are two algorithms in play here, and they overlap. Local is no longer a purely independent consideration, and “blending” is a dynamic process that potentially opens up new opportunities. We’re going to see this with more and more “verticals,” including Knowledge Graph — these features will start to cross over into organic results and modify them with specialized sub-algorithms. Being visible in these SERPs will require an understanding of how all of the pieces fit together.
Sign up for The Moz Top 10, a semimonthly mailer updating you on the top ten hottest pieces of SEO news, tips, and rad links uncovered by the Moz team. Think of it as your exclusive digest of stuff you don’t have time to hunt down but want to read!
How to Perform a Content Audit
One of my favorite things about going to conferences is all of the exciting ideas you come away with. At MozCon 2013, which just ended yesterday, the focus was on creating quality content strategies. But unless you’re building a brand Continue reading »
The Most Amazing (Content) Marketing Campaign. Ever.
As SEOs turned content marketers, our industry has been looking for ways to create great content that attracts links. If we’re *really* content marketers we need to be thinking more about how to create great campaigns that help businesses get visibility, share their message, launch new assets and build and shape a brand. It’s the […]
The post The Most Amazing (Content) Marketing Campaign. Ever. appeared first on SEOgadget.
SearchCap: The Day In Search, July 10, 2013
Below is what happened in search today, as reported on Search Engine Land and from other places across the Web. From Search Engine Land: New Google Maps App Gives Users More Search Functionality & Navigation Features Google announced today the release of a new Google Maps app for Android…
Please visit Search Engine Land for the full article.
New Google Maps App Gives Users More Search Functionality & Navigation Features
Google announced today the release of a new Google Maps app for Android devices, with iPhone and iPad versions soon to follow. According to the announcement, the new Google Maps app will include more search functionality and updated navigation features…
The Best WordPress Hosting Packages (US, UK & International)
Choosing a fast, secure WordPress host is an important move for any business. Here’s a list of the best WordPress hosting packages – according to our clients, companies we’ve worked alongside and our own experiences of configuring WordPress hosts. It’s worth noting that I’ve included recommendations for cloud hosting for international hosting. We recommend all […]
The post The Best WordPress Hosting Packages (US, UK & International) appeared first on SEOgadget.
The Dirty Lawsuit Could be First of its Kind in Reputation Management
The outcome of this trial is of particular interest to the reputation management industry. Reputation managers are watching closely to see if further ruling will help aide them in removing offensive content off similar sites for their clients.
Bing Ads Developer Center Launches: Resource Hub Shortens Wait For Token Access To Seconds
Today Microsoft launched Bing Ads Developer Center, a resource hub for developers working with Bing Ads. The Bing Ads Developer Center features API information, code samples, feature updates, tutorials and documentation and a revamped developer forums. Developers can get a single user…
Please visit Search Engine Land for the full article.
Reality Check: Google Isn’t ‘Killing’ Organic Search
A business owner measured the amount of space organic search results had in a SERP on a computer screen, and the finding was: 13 percent. Mainstream news sites picked up the story, pointing the finger at Google. But here’s the rest of the story.