While doing some work for a client whose site has nothing to do with home furnishings I stumbled across this in the code:
$meta = array();
$meta['keywords'] = array(
'furniture', 'home', 'furnishings', 'home furnishings',
'accessories', 'bedroom furniture', 'living room furniture',
'dining room furniture', 'sofas', 'furniture styles',
'north carolina', 'high point', 'upholstery',
'kid\'s rooms', 'home entertainment', 'home office'
);
$meta['description'] = "Sherrill's exacting standards of
workmanship and exceptional attention to detail assure
the very finest upholstery available. New product
introductions at least twice annually offer Sherrill
customers an up-to-date selection of upscale looks and
the opportunity to choose from a variety of style
preferences.";
$brandsArray = array( "SHERR"=>"Sherrill",
"CTH"=>"CTH",
"WS"=>"Whittemore",
"MC"=>"MotionCraft",
"PREC"=>"Precedent",
"HW"=>"Hickory White"
);
Ugh. Time to raise the bar folks.