SEO question

Hi - on a pre Dolphin business network I had, each profile page had a title with the member's name, and the words "international business profile".  I got great SEO on this for example for the profile at

http://network.caltrade.com/who.php?uid=368 you can see the Google results here for a search on her name: http://www.google.com/search?hl=en&q=Lianne+Chua&sourceid=navclient-ff&rlz=1B3GGGL_enUS286US286&ie=UTF-8

That profile is about the sixth entry down, even though I haven't touched that site in several years.  Note that my developer got my site name in the title, her name, and the words "international business profile" in the google search results page.

I looked at the seo page for D7 and it seems rather crude.  This is not an area I know a whole lot about, but would there be a way to get the members name, and perhaps some other words - like "business profile" or "personal profile" in the profiles, so that each can be individually indexed by the search engines.

Thanks

Rob

http://www.google.com/search?hl=en&q=Lianne+Chua&sourceid=navclient-ff&rlz=1B3GGGL_enUS286US286&ie=UTF-8

Quote · 12 Dec 2009

U need to change script in php file and write what u want...manually...

Quote · 13 Dec 2009

Very insightful luca.  Could you be a little more specific?

Quote · 13 Dec 2009

open /profile.php

locate:

$_page['header']      = process_line_output( $p_arr['NickName'] ) . ": ". htmlspecialchars_adv( $p_arr['Headline'] );

Change with what u want...take a look at Profile table in database for available values...after uploading of new profile.php clean ur cache and cache_public folder....

As I understand from ur post u need something like:

$_page['header']      = "CALTRADE: " . process_line_output( $p_arr['NickName'] ) . ", International Business Profile";

Quote · 13 Dec 2009

Hey, thanks Luca, I will give that a shot.  I appreciate your help.

Rob

Quote · 13 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.