Forum Moderators: coopster

Message Too Old, No Replies

the titles in my google listings all start with lowercase letters

I dont understand why they have done this

         

chrisandsarah

8:29 am on Jul 11, 2003 (gmt 0)

10+ Year Member



Ive just noticed a problem with my current listings in google and thought someone might be able to put light on the matter.
Ive recently had my site converted to php/mysql so i guess thats where the problem has arised from.

All my new listing seem to have titles where the first word (which is created dynamically) starts with a lower case letter.
e.g instead of Blue Widgets
i now get blue Widgets which above all looks terrible.

The link to Blue Widgets on my pages has an uppercase letter to start, and the actual url of the link e.g www.mydomain.com/Blue-Widgets.htm has uppercase, so why do all my widget listings in google start with lowercase letters in the title?

Thanks for any help

DaveN

9:11 am on Jul 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Where are the title getting pulled from a database or an array. either way that the first place I would check.

OR try this

$your_title = 'widget world';
$your_title = ucwords($your_title); // Widget World

Dave
Ps I'm just learning PHP (don't tell Jatar_k)

jatar_k

9:22 am on Jul 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I won't

lmao