Disabling Right Clicking Should Not Hurt Your Google Ranking & SEO

A new HighRankings Forum thread asks if there is any downside in terms of SEO for using JavaScript that disables the ability to right-click on the page. The thread asks:

One of my company’s sites has right-click functions disabled (yes, I realize this doesn’t really stop people from stealing content – it wasn’t my choice). I’ve noticed when I use a spider emulator (seo-browser.com) that our image alt tags appear to be invisible to the spiders. I can see the alt tags on the actual site, and I’ve verified that they are in the code, but they don’t seem to show up for spiders. Could this be caused by our right-click disabling?

Most people in the thread say that it should have no impact on spiders crawling the site.

I then saw an older thread from Google Webmaster Help where Googler, JohnMu, said the same thing. He said and I bolded the key point:

Personally, I find the use of right-click-blocking JavaScript slightly annoying because there are many legitimate reasons why you might want to use the context menu (eg to bookmark the page) and it doesn’t really stop people from viewing the source (Ctrl-U brings it up if you don’t want to use the main menu). That said, this is not something that would bother Googlebot :-) .

Forum discussion at HighRankings Forum & Google Webmaster Help.


A new HighRankings Forum thread asks if there is any downside in terms of SEO for using JavaScript that disables the ability to right-click on the page. The thread asks:

One of my company’s sites has right-click functions disabled (yes, I realize this doesn’t really stop people from stealing content – it wasn’t my choice). I’ve noticed when I use a spider emulator (seo-browser.com) that our image alt tags appear to be invisible to the spiders. I can see the alt tags on the actual site, and I’ve verified that they are in the code, but they don’t seem to show up for spiders. Could this be caused by our right-click disabling?

Most people in the thread say that it should have no impact on spiders crawling the site.

I then saw an older thread from Google Webmaster Help where Googler, JohnMu, said the same thing. He said and I bolded the key point:

Personally, I find the use of right-click-blocking JavaScript slightly annoying because there are many legitimate reasons why you might want to use the context menu (eg to bookmark the page) and it doesn’t really stop people from viewing the source (Ctrl-U brings it up if you don’t want to use the main menu). That said, this is not something that would bother Googlebot :-) .

Forum discussion at HighRankings Forum & Google Webmaster Help.



7 Ways to Use the Web Developer Toolbar for SEO

Posted by RobOusbey

Amongst the add-ons I add to any new install of Firefox is the Web Developer Toolbar by Chris Pederick. (Find the install links at the bottom of this post.)

Obviously, this add-on is chock-full of features that are useful for web developers, but it really does make diagnosing various SEO issues much easier. This list gives the top seven tasks that I find easier when the toolbar is installed.

Web Developer Toolbar
Click on any of the small images in this post to see them in full size.

1. Browse Like a Robot

By turning off JavaScript and Cookies, you can browse the web as it’s seen by ‘bots (which in most cases can’t accept cookies or execute JavaScript.) This basic change can help you recognise site architecture issues pretty quickly, such as when a main navigation bar is displayed using JavaScript or when visitors who can’t accept cookies always get redirected to the front page. (Yes, I’ve seen both of these in the wild.)

2. See What the Spiders See

For a more hardcore spider-emulation experience, use the Toolbar to turn off styles and images. The sudden appearance of previously cloaked text or seeing that the ‘main heading’ is actually an H4 item and sat 75% of the way through the content might suggest why a particular page is having issues.

SEOMoz without the style
This is how the site looked before Timmy joined

Although different spiders treat meta redirects in different ways, it can often be easier to diagnose some on-site issues if you disable them altogether via ‘Disable → Meta Redirects‘. To see what the site serves up to different user agents (such as mobile devices, GoogleBot, etc) you’ll want to get the author’s other successful add-on, the user-agent switcher.

3. See the Structure

Talking of page structure, you can press ‘Information → View Document Outline‘ to see the structure of a page, or simply ‘Outline → Outline Headings‘ to see the hierarchy of headings within the page.

SEOMoz's structure

4. Validation and Best Practices

The toolbar gives quick access to code validation tools (such as the HTML, CSS and RSS validation from WC3.) There are also options to highlight links without title attributes, or images with missing (or blank) alt attributes.

5. A Tip for Search Marketers Who do CRO as Well

Those of us with our massive screens (by the way, did you see this guy?) might not always appreciate how people view our pages. However, a quick click on the ‘resize’ button lets you see the site through the viewport of an older monitor or a net book.

LoveFilm's front page
I should probably let LoveFilm know that 20% of people can’t see their big green ‘Start a free trial’ button.

6. Making Web Page Screen Captures Easier

A change we’ve tried to make at Distilled recently is to include more illustrative images in our client reports. A fiddly task that comes up from time to time is creating a screen shot of a web page, but without it being obvious which links you’re already clicked on. A quick click on ‘Miscellaneous → Visited Links → Mark All Links Unvisited‘ removes the ‘visited’ styles from any links on the page.

7. Reputation Management Tip: Anonymity Made Easy

A year ago, I posted about how to hide your referrer string when browsing, as a handy way to prevent people seeing that you’re probing their site. It’s much easier to do with the Web Developer Toolbar, by simply clicking ‘Disable → Disable Referrers

Has Rand used the costume before?

You can read more about the Web Developer Tool Add-On, or if you’re running Firefox, simply install it now.

If you’re already a convert to this add-on, do let us know in the comments of any other features you use regularly.

Do you like this post? Yes No

Posted by RobOusbey

Amongst the add-ons I add to any new install of Firefox is the Web Developer Toolbar by Chris Pederick. (Find the install links at the bottom of this post.)

Obviously, this add-on is chock-full of features that are useful for web developers, but it really does make diagnosing various SEO issues much easier. This list gives the top seven tasks that I find easier when the toolbar is installed.

Web Developer Toolbar
Click on any of the small images in this post to see them in full size.

1. Browse Like a Robot

By turning off JavaScript and Cookies, you can browse the web as it’s seen by ‘bots (which in most cases can’t accept cookies or execute JavaScript.) This basic change can help you recognise site architecture issues pretty quickly, such as when a main navigation bar is displayed using JavaScript or when visitors who can’t accept cookies always get redirected to the front page. (Yes, I’ve seen both of these in the wild.)

2. See What the Spiders See

For a more hardcore spider-emulation experience, use the Toolbar to turn off styles and images. The sudden appearance of previously cloaked text or seeing that the ‘main heading’ is actually an H4 item and sat 75% of the way through the content might suggest why a particular page is having issues.

SEOMoz without the style
This is how the site looked before Timmy joined

Although different spiders treat meta redirects in different ways, it can often be easier to diagnose some on-site issues if you disable them altogether via ‘Disable → Meta Redirects‘. To see what the site serves up to different user agents (such as mobile devices, GoogleBot, etc) you’ll want to get the author’s other successful add-on, the user-agent switcher.

3. See the Structure

Talking of page structure, you can press ‘Information → View Document Outline‘ to see the structure of a page, or simply ‘Outline → Outline Headings‘ to see the hierarchy of headings within the page.

SEOMoz's structure

4. Validation and Best Practices

The toolbar gives quick access to code validation tools (such as the HTML, CSS and RSS validation from WC3.) There are also options to highlight links without title attributes, or images with missing (or blank) alt attributes.

5. A Tip for Search Marketers Who do CRO as Well

Those of us with our massive screens (by the way, did you see this guy?) might not always appreciate how people view our pages. However, a quick click on the ‘resize’ button lets you see the site through the viewport of an older monitor or a net book.

LoveFilm's front page
I should probably let LoveFilm know that 20% of people can’t see their big green ‘Start a free trial’ button.

6. Making Web Page Screen Captures Easier

A change we’ve tried to make at Distilled recently is to include more illustrative images in our client reports. A fiddly task that comes up from time to time is creating a screen shot of a web page, but without it being obvious which links you’re already clicked on. A quick click on ‘Miscellaneous → Visited Links → Mark All Links Unvisited‘ removes the ‘visited’ styles from any links on the page.

7. Reputation Management Tip: Anonymity Made Easy

A year ago, I posted about how to hide your referrer string when browsing, as a handy way to prevent people seeing that you’re probing their site. It’s much easier to do with the Web Developer Toolbar, by simply clicking ‘Disable → Disable Referrers

Has Rand used the costume before?

You can read more about the Web Developer Tool Add-On, or if you’re running Firefox, simply install it now.

If you’re already a convert to this add-on, do let us know in the comments of any other features you use regularly.

Do you like this post? Yes No

Sphinn Comes Out of Beta

Rob Kerry, Sphinn’s administrator, announced Sphinn has finally come out of beta. Sphinn has moved off of their original software, started from scratch, improved the user experience, spam filtering and zapped most of the bugs since the launch of Sphinn 2.0 in July.

Sphinn dropped the “beta” badge from the logo:

sphinn beta logo

sphinn logo

Other changes include that moderators and administrators will more actively promote items to the home page, even before they become “hot.” There is a new Sphinn paid members section which includes:

  • Members-only Discussion Forum – a private Internet Marketing discussion area, closed off from the spiders, bots and outside world.
  • Live Chat – don’t clutter up your Twitter feed, chat directly and instantly with other internet marketers in this private and specialist environment.
  • Members Directory – Find and follow “the ones to watch” on Sphinn, with our searchable directory of Sphinn Members.
  • Top Sphinners – Sort and filter our private league table of top Sphinners to add to your network.
  • Member Banner – Show your support for Sphinn and the internet marketing community, with a Member’s banner displayed under your avatar.

Forum discussion at Sphinn.


Rob Kerry, Sphinn’s administrator, announced Sphinn has finally come out of beta. Sphinn has moved off of their original software, started from scratch, improved the user experience, spam filtering and zapped most of the bugs since the launch of Sphinn 2.0 in July.

Sphinn dropped the “beta” badge from the logo:

sphinn beta logo

sphinn logo

Other changes include that moderators and administrators will more actively promote items to the home page, even before they become “hot.” There is a new Sphinn paid members section which includes:

  • Members-only Discussion Forum – a private Internet Marketing discussion area, closed off from the spiders, bots and outside world.
  • Live Chat – don’t clutter up your Twitter feed, chat directly and instantly with other internet marketers in this private and specialist environment.
  • Members Directory – Find and follow “the ones to watch” on Sphinn, with our searchable directory of Sphinn Members.
  • Top Sphinners – Sort and filter our private league table of top Sphinners to add to your network.
  • Member Banner – Show your support for Sphinn and the internet marketing community, with a Member’s banner displayed under your avatar.

Forum discussion at Sphinn.



What Do Search Engines Know, That We Don’t?

Search engines keep a running keyword tally of which pages you have, who links to them, what they are about and how popular they are. If somewhere on some page in your site any two keywords exist then the crawlers have mapped it. If a link can be crawled and the page is still active, [...]

Search engines keep a running keyword tally of which pages you have, who links to them, what they are about and how popular they are. If somewhere on some page in your site any two keywords exist then the crawlers have mapped it. If a link can be crawled and the page is still active, then it can be optimized or utilized for SEO to impact the collective world wide web.

Carbon or Silicon What Defines Intelligence?

Carbon or Silicon What Defines Intelligence?

The notion of popularity, being consumed by others seeking a topic, or stumbling across it by happenstance makes no difference whatsoever. Relevance is subjective and all that matters is that the page is in play. Somewhere between new, indexed, popular and forgotten, but none the less in play.

If it is in the index, it can rank for something (however abstract or precise) or potentially pass that ranking factor on to another page. Relevance boils down to subjective objectivity; on an algorithmic scale it equates to links, bandwidth and demand. Supply and demand leave a trail.

Popular documents and or websites create spikes in bandwidth forging a path of intent across social media networks, blogs, news sites, instant messages and all manor or electronic media.

Human or search engine user agent a.k.a. spiders know which websites, documents or pages have the knowledge or information people crave. It is through sharing with one another human to human, spider to human via search engine or or search engines taking preferences from humans is all part of the cycle.

From a technical standpoint, inverse document frequency IDF parses both the local term weights of your pages as well as globally parses their correlations in context to content (site wide) when consolidating the “similarity” thresholds to find a match for a query.

In other words

Based on the order of the keyword or key phrase and the parallels between the target pages “phrase” and / or “broad” match to natural language algorithm uses for normalization; an allocated measurement of relevance is assigned to each page based on a + or – lexicon.

Linking from a like to a like promotes an algebraic equivalent of relevance “to a themed consistency” throughout a website. Put simply, “ranked pages pass authority” to the target page via the link.

By using each page to target a slightly different keyword, synonym, singular or plural connotation of the semantic cluster “like a fuzzy set”, the “broad match” / overlapping nodes of relevance produce long-tail nirvana for a site (where the site ranks for a broad array of non-specific, loosely clustered queries) based on local and global proximity. This is the process of keyword stemming (a site ranking for more related phrases).

To bring a site back from the nebulous flash light / keyword cannibalized state, a healthy and consistent stint of inbound links can correct the “hanging in the 40’s” SERP result tendency and make pages buoyant where fluid rankings engage and can “break a page loose” from a ranking plateau and “complacent inertia”.

The value of link building is to see where the new found synergy tops out. Once it does, you refine the on page factors, add fresh content and see how the next round fares for that specific keyword or keyword cluster.

When a page is targeted with a smaller array of specific “inbound anchor text” then the easier it is for that page to rank for more competitive keywords.

Just Because You Forgot, Spiders Haven’t

The links from other sites align the on page factors to engage encourage a topical apex from dormant content. Pages you may have long since forgotten that have been aging in the background away from the spotlight can activate again and pass on some form of SEO ranking factor as a result of new inbound link flow – or take the spotlight as a new found ranking with a powerful internal or external link.

Memory Information Retrieval and the Archives,

Memory Information Retrieval and the Archives…

Through mapping out specific anchor text from external links and controlling a topically consistent internal linking tactic, a synergistic union can occur within a website that produces the proper mixture of elements to signify a high on page quality and / or relevance score.

In other words, titles, tags, meta descriptions, internal links, alt attributes anchor text, footer links, navigation structures can all be broken down to either contribute to or detract from relevant signals in search engines that either propel or inhibit rankings. Websites vacillate between signals or past, present and probabilistic future-tense thresholds.

Corralling that link flow requires knowledge of which ranking factors are passing value. The ranking factors could be past, present, on page, off page, present-tense or past-tense on page SEO / off page SEO or “all factors” such as (D all of the above) creating ripples simultaneously.

As you produce new content, the content from months ago emerges from the chrysalis of evolution, capable of reaching new heights in search engines with less dependency on the off page factor of links from other sites.

What this implies is, your website can produce its own rankings and its own ranking factor. So, before you give up and think that all of the content you may have tucked away in your website doesn’t matter, it is all tallied up instantly each time a search is conducted from a repository of crawled cloud data.

Just because you may have forgot about it, it is archived “just in case” someone searches for it, laying dormant in a non-preferential array. The good thing about archives is, that is essentially what a search engine is; a massive archive of moments captured in time and then parsed for relevance.

So, just like the masterpieces of the past, some things are too far ahead of the culture to be fully embraced “like many of the world’s most amazing musicians”… Search engines (since they are a reflection of the collective consciousness of the race) are also something which is alive, thriving, breeding awareness, data exchange and emotion as a result of the vast oceans of information.

But for now, the mechanisms are simple. What goes in, must come out, somewhere, some time from some one looking for something. Somewhere in between keywords, websites and all they contain  are us on our vessels of individuality searching for relevance, time and time again.

Seth Godin: Sliced Bread

Malcolm Gladwell: Outliers

Anthony Parinello: Your Price is Too High