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

Michael Gray - Graywolf's SEO Blog

Michael Gray - Graywolf's SEO Blog


Creating Head & Tail Content

Posted: 28 Oct 2010 07:36 AM PDT

Post image for Creating Head & Tail Content

Although I have mentioned head & tail content on this blog a few times, I haven’t devoted an entire post to it, which is probably an oversight on my part.

The first step in creating head and tail content is to create the tail pieces first. I went into some detail about this in the post keeping your articles focused. If you haven’t already read it, you probably should–if only so that this article makes the most sense. Once you have all or most of the tail content written, it’s time to think about the the head. While I’ll often use outsourced services for tail content (see textbroker.com review) for head pieces, I like to use higher quality writers, as this can sometimes become the flagship content of your website. You’ll want to have the writer read all the the tail sections and give them some ideas about how to link to them. You want links in the body with keyword rich anchor text (see how to silo the content); you don’t want “click here” used for anchor text.

look for ways to give tail pieces more than one head …
In some cases, your head content will be social content and not flagship content. In that case the only difference is that you’ll want to have offsite links mixed in as well. Social content that only links to pages on your website looks very self-serving. In some cases I will push a social piece with all external links then, after it’s run its course, I’ll edit the links and swap some of them for internal links to tail pieces.

Last, look for ways to give tail pieces more than one head. From the original example, let’s say you’ve written tail articles about “Visiting the Empire State Building.” You could create multiple head pieces like “Ten Must-See Destinations in NYC,” “Historical Skyscrapers in the Big Apple,” or “Family Friendly Destinations in New York City.” By giving these tail pieces more crawling points, you do a better job of interlinking your website. If your Head pieces are social pieces, this turns them into effective link hubs (see How to Diagnose and Improve Website Crawling)

So what are the takeaways from this post:

  • Start with writing tightly-focused tail posts
  • Tie the tail pieces together with an interlinked head post
  • Decide if your head piece will be flagship or social content, and add external links if it is social
  • Look for opportunities to to create more than one head to link to the tail pieces

Creative Commons License photo credit: cotaro70s

This post originally came from Michael Gray who is an SEO Consultant. Be sure not to miss the Thesis WordPress Theme review.

Creating Head & Tail Content

tla starter kit

Related posts:

  1. Content Ideas – Creating an Ongoing Series One of the problems that website owners and bloggers encounter...
  2. Is Web 2.0 Creating An Ad Trend Towards Promoting Content? If you pay attention to the ads that monetize most...
  3. Creating and Using an SEO Editorial Calendar I’ve mentioned the benefits of having an editorial calendar several...
  4. Google has it’s Head up Wikipedias Ass C’mon Google WTF how can you possibly say that Wikipedia...
  5. Creating Better Auto-Generated Text Over the past two weeks we’ve taken a look at...

Advertisers:

  1. Text Link Ads - New customers can get $100 in free text links.
  2. BOTW.org - Get a premier listing in the internet's oldest directory.
  3. Ezilon.com Regional Directory - Check to see if your website is listed!
  4. Page1Hosting - Class C IP Hosting starting at $2.99.
  5. Directory Journal - List your website in our growing web directory today.
  6. Content Customs - Unique and high quality SEO writing services, providing webmasters with hundreds of SEO articles per week
  7. Majestic SEO - Competitive back link intellegence for SEO Analysis
  8. Glass Whiteboards - For a professional durable white board with no ghosting, streaking or marker stains, see my Glass Whiteboard Review
  9. Need an SEO Audit for your website, look at my SEO Consulting Services
  10. KnowEm - Protect your brand, product or company name with a continually growing list of social media sites.
  11. Scribe SEO Review find out how to better optimize your wordpress posts.
  12. TigerTech - Great Web Hosting service at a great price.