"Big Needle"

9.11.2009

Law Firm Business Development and the Recession

Download a free whitepaper on Law Firm Business Development topics from Amy Campbell's web log. Her latest entry includes a link to a PDF from Law360, which has compiled an 80-page white paper on lessons for law firms from the financial crisis. To download the PDF, click on: Law360 Presents Lessons For Law Firms.

Labels: , , ,

3.20.2009

New Facebook Pages: A Guide for Social Media Marketers

New Facebook Pages: A Guide for Social Media Marketers

Posted using ShareThis

Article about how new Facebook changes open new doors for brand experiences...

Labels: , ,

6.14.2007

Duplicate Content Trap?

This tip from Jayde. Can anyone confirm or dispute it?

An easy step that can help avoid potential ranking loss from duplicate content reprimands is to make sure there aren’t four or five different URLs navigating to the same page. Google views these two domains below as separate entities and if the content is exact, they can take punitive measures against the offending site.

mysite.com
http://www.mysite.com

To address potential duplicate content penalties, manipulate your.htaccess file and redirect secondary domains to the preferred listing. This means every time a web user enters the mysite.com address without the preferred prefix, they are redirected to the correct domain.

Add the following code to your .htaccess file (change the "mysite" to your domain):

RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L]

Labels: , ,