joi, 28 octombrie 2010

Damn Cool Pics

Damn Cool Pics


Incredible Stereo Illusion

Posted: 28 Oct 2010 03:21 AM PDT

Well, the girl is incredibly real ;)


NFL Cheerleaders Get Sexy For Halloween

Posted: 28 Oct 2010 02:26 AM PDT

These NFL Cheerleaders are all ready for Halloween. They are all dressed up in their little costumes and they are beautiful and sexy. This is precisely the reason why men love football in the fall so much.




















































































































































































Baobab Tree

Posted: 28 Oct 2010 02:08 AM PDT

Baobab or Upside-Down Tree grows in Africa and Australia. The legend says that after it was planted by God it kept moving, so God replanted it upside down. These trees can reach heights of 5 to 30 metres (16 to 98 ft) and have trunk diameters of 7 to 11 metres (23 to 36 ft).

The cork-like bark is fire resistant and is used for cloth and rope. The leaves are used for condiments and medicines. The fruit, called "monkey bread", is rich in vitamin C and is eaten. The tree is capable of storing hundreds of litres of water, which is tapped in dry periods.

Mature trees are frequently hollow, providing living space for numerous animals and humans alike. Trees are even used as bars, barns and more. The Baobab also features as the Tree of Life in Disney's "Lion King", and is the centrepiece in Disney's Animal Kingdom.
































Awkward School Pictures

Posted: 28 Oct 2010 01:46 AM PDT

There's a little bit o f everything in this selection, but what gathers them is that they all are related in one way or another to school: from awkward yearbook photos to funny party pics and many others, you'll see it all!

Similar post:
The Most Awkward Moments from Middle School Dances Times




























































Vampire Cafe in Tokyo

Posted: 28 Oct 2010 12:49 AM PDT

The Vampire Cafe is a gothic themed restaurant in the Ginza district of Tokyo where the waitresses dress up in dark French maid outfits and the waiters wear tuxedos as if coming out of a Dracula horror movie.

On the menu everything from pasta to steak has been renamed to some vampire-like title, including a specialty cocktail that comes recommended called Vampire's Blood. A dinner for two can cost over $100.






















Life Inside a Women's Prison in Afghanistan

Posted: 28 Oct 2010 12:39 AM PDT

A lot of these girls were imprisoned for indecent behavior. For example, the girl in the first photo is 19 years old and she went to jail for runaway with her boyfriend.






























Related Posts:
Life Inside a Women's Prison in Romania
One of the World's Largest Prison System
Norway's Incredibly Luxurious Halden Prison
Prison Beauty Pageants Around The World


15 Weird Things Found In Airport Security

Posted: 28 Oct 2010 12:32 AM PDT

Under new regulations, airport security has become more stringent than ever, in an attempt to prevent a terrorist act aboard a flight.

That means no nail clippers, liquids or pocket knives.

But what about the more unusual carry-ons?

More Infographics.

Click to enlarge.


Source: xraytech


SEOmoz Daily SEO Blog

SEOmoz Daily SEO Blog


Complete Guide to Rel Canonical - How To and Why (Not)

Posted: 27 Oct 2010 02:30 PM PDT

Posted by Lindsay

There are a lot of great posts and resources about the rel canonical tag, but they can be hard to identify with a simple search. Even if you break through the clutter and find something truly useful, the current information can be hard to separate from the old. The web has been missing a current top-to-bottom resource on the rel canonical tag. In this post, I’ll do my best to cover it all and update you on the latest.

Learn why and how to use the rel canonical tag, when not to use it, the various opinions of experienced SEOs, and other bits and pieces that you need to know to use it correctly.

Let us start with the basics, then we’ll get into some more advanced ideas and issues.

What is the canonical tag?

First of all, we can't seem to agree on what to call it. Rest assured that 'rel canonical', 'rel=canonical', 'rel canonical tag', 'canonical url tag', 'link canonical tag' and simply 'canonical tag' all refer to the same thing.

The canonical tag is a page level meta tag that is placed in the HTML header of a webpage. It tells the search engines which URL is the canonical  version of the page being displayed. It's purpose is to keep duplicate content out of the search engine index while consolidating your page’s strength into one ‘canonical’ page.

How is the canonical tag used?

The canonical tag is a relatively quick solution to resolve duplicate content. If your website generates and displays the same (or very similar) content on multiple URLs, the canonical tag could be used to bucket them together and assign one master (canonical) version. Lets look at a list of common duplicate content URLs.

  • http://example.com/quality-wrenches.htm (the main page)
  • http://www.example.com/quality-wrenches.htm (oops! all pages also resolve with the www sub-domain)
  • http://example.com/quality-wrenches.htm?ref=crazy-blog-lady (this looks like a way to track referral sources)
  • http://example.com/quality-wrenches.htm?sort=price (how users view the products by lowest to highest price)
  • http://example.com/quality-wrenches.htm/print (the ad-free and graphic light print version)

A canonical tag that references the main page, http://example.com/quality-wrenches.htm, could be placed in the header of all of the above pages.

How is it implemented?

The canonical tag is part of the HTML header on a webpage. This is the same place where we put other fun SEO stuff like the title tag, meta description tag and the robots tag. The code, as in my example above, would look like this.

<link rel="canonical" href="http://example.com/quality-wrenches.htm"/>

 Oh look, here's one in action!

CNN Rel Canonical Example
Source: CNN

Easy, right?! Companies with expensive development cycles love the canonical tag solution because it can be implemented relatively easily. It is often one straight-forward development project instead of dozens of more complicated ones.

This is all very exciting, I know, but there are some things you need to know.

There is usually a better solution

The canonical tag is not a replacement for a solid site architecture that doesn’t create duplicate content in the first place. There is almost always a superior solution to the canonical tag from a pure SEO best practice perspective.

Lets go through some of the URL examples I provided above, this time we'll talk about how to fix them without the canonical tag.

Example 1: http://www.example.com/quality-wrenches.htm

This is a duplicate version because our example website resolves with both the www version and the non-www version. If the canonical tag was used to pull the www version out of the index (keeping the non-www version as the canonical one) both versions would still resolve in the browser. With both versions still resolving, both versions can still continue to generate links.

A canonical tag, as with a 301 redirect, does not pass all of the link value from one page to another. It passes most of it, but not all. We estimate that the link value loss with either of these solutions is 1-10%. In this way, a 301 redirect and a canonical tag are the same.

I'd recommend a 301 redirect instead of a canonical tag.

www 301 to non-www

Why, you ask? A 301 redirect takes the link value loss hit once. Once a 301 is in place, a user never lands on the duplicate URL version. They are redirected to the canonical version. If they decide to link to the page, they are going to provide that link to the canonical version. No link love lost. Compare that to the canonical tag solution which keeps both URLs resolving and perpetuates the link value loss.

Example 2: http://example.com/quality-wrenches.htm?ref=crazy-blog-lady

I get it. You want to know if it was worthwhile to send a sample wrench to the crazy blog lady for review. What happens when another blogger clicks through her link and then makes her own post about your products USING THE SAME URL? Your fancy tracking trick isn't so effective anymore, is it?

You'd be much better off to record that referral and then do a 301 redirect to the canonical URL version. Other web surfers will link to and share the appropriate URL and you won't be losing that 1-10% of your hard earned link love on an ongoing basis.

record the data, then 301

Example 3: http://example.com/quality-wrenches.htm?sort=price

URLs like these occur when a webpage allows the user to sort search results based on various elements, such as price. For the purpose of this example, I'm going to assume that this search result page is more like a high quality landing page with some search results embedded. This way I don't have to get into the whole 'search results in search results' issue. :)

Rather than using the canonical tag here, I'd use the meta robots 'noindex' tag (which really means 'noindex,follow' because follow is implied as the default). This allows the search engines prioritized access to some of the most important pages linked from this one. By using the 'noindex' robots meta tag, the page will stay out of the search index but any link value will be passed through to the pages that are linked from this one.

Example 4: http://example.com/quality-wrenches.htm/print

If your website's print pages include a link back to the original page, you can use the meta robots 'noindex' tag here too. The page stays out of the index and any link value will be passed back to the original, canonical, web version of the page.

See how that works? I challenge you to hand me any duplicate content scenario and I'll be able to find you a solution that is better for your SEO program, at least from a pure SEO best practices standpoint, than the canonical tag.

I just know somebody is going to bring up the robots.txt file as a duplicate content solution. Before you do, remember that the robots.txt file is intended to block certain pages or directories from search engine indexing. It doesn't consolidate link juice, basically creates a dead end. Before you even think about using the robots.txt file for anything but a place to point to your XML Sitemap, you should check out my recent post on the topic, Serious Robots.txt Misuse & High Impact Solutions.

Still want to go with the canonical tag, because of reasons other than pure SEO? Perhaps your IT department isn't sitting on their thumbs waiting for your next massive SEO project?

A word, or two, of caution

1. Search Engine Support is Spotty, at Best

The level of search engine support for the canonical tag varies greatly. Google supports it on both single domains and across multiple domains. Bing considers the canonical tag a 'hint' and I haven't heard of any canonical tag implementations that have impacted the Bing index. Have you? Surely there has to be one...

2. There are Better Duplicate Content Fixes

Correcting the systems that generate duplicate content in the first place is the best solution. If that isn't possible, look to other solutions like 301 redirects and the meta noindex tag instead.

3. Incorrect Implementation can be a Disaster

If you are going to implement the rel canonical tag, please, please make sure it is correct before you launch. Take a look at Dr. Pete's recent post, Catastrophic Canonicalization, to read about his test. Not every website is as lucky as Dr. Pete in their recovery after a failed canonical tag implementation. We see examples of it all the time in Q&A.

Here are a few posts in favor of steering clear.

What Now?

The rel canonical tag has it's place. It is a big time saver for development. The solution isn't as solid as some of your other options but if it means being able to take action now to combat duplicate content instead of waiting until 2014, you should go for it. In other cases, your hosting solution may not allow you to implement 301 redirects at all and your hands are tied.

If you go the route of the rel canonical, please be careful with it! Test, test, test. If you have the choice and the resources to work through a more effective solution, perhaps you should go that route instead.

More Reading

If you haven't had enough on the rel canonical tag for one day, check out these useful links. As always, watch the dates on these!

Happy Optimizing!

P.S. Keyphraseology, my SEO consulting business, is looking for a great cause to help out with a pro bono site audit and some consulting hours. If you're a non-profit that could use some assistance with your search engine visibility, apply here.

image of the question mark fellow provided by Shutterstock


Do you like this post? Yes No