HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / Search Engine friendly titles & Url's
Author Message
razsports
Member

Posted: 30 Mar 2006 17:54:37


Hi,

I'd like to give each page to my directory its own title for the browers.
Currently via the ADMIN I posted the title but it comes out to long for each page. So I'd like to each to have its own title. Example:

baseball page would read, "Baseball Directory- human edited baseball
categories listed by Raz-Sports.com."

If you click on the category baseball cards that is a sub to baseball, the title would read, "Baseball Cards Directory- Web Pages Added By Raz-Sports.com."

Also, as I said earlier, I'd like to shorten each URL. Example:
baseball page to read, "raz-sports.com/baseball-directory instead of
raz-sports.com/sports-directory/baseball-directory.

How can I go about doing this?

Paulz


Posted: 2 Apr 2006 09:46:29


This would be a great feature. I second it.

Paul

kashyyyk
Member

Posted: 2 Apr 2006 12:16:23


I did something like this, except for the shorter url-

See www.game-searcher.com

Basicly I added 'keywords' to the catagories data base. Then I filled it with my page titles. (because I already filled my meta descriptions with keywords, then decided to do this after I already finished making my catagories, and I didn't want to change everything around)

Here is my meta from header.tpl-

<title>{$_output.meta_keywords2|default:"Game Searcher- Playstation, Xbox, Nintendo, GameCube, PC Game, Shareware & Freeware Games."}</title>
<meta NAME="DESCRIPTION" CONTENT="{$_output.meta_keywords|default:$_skalinks_site.site_descript ion}">
<meta NAME="KEYWORDS" CONTENT="{$_output.meta_description|default:$_skalinks_site.brand2}">
{if $type=="add_url" || $type=="add_cat"}<meta NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
{else}
<META NAME="ROBOTS" CONTENT="index,follow">
<META NAME="REVISIT-AFTER" CONTENT="4 weeks">
{/if}
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251" >
<meta NAME="Content-Type" CONTENT="text/html; charset=windows-1251">
<META NAME="AUTHOR" CONTENT="Game Searcher.com">
<meta NAME="language" CONTENT="en">

Dan

skalinks
Admin

Posted: 4 Apr 2006 09:09:40


We make a custom modification. You can find the nice example of this modification here : http://www.lovecompass.com/dir_engine/
Try to go to any category.

thank's

Anonymous


Posted: 18 Apr 2006 01:41:52


Hi kashyyyk

You should check your site, your keyword modif list the whole description of games, HTML codes included.... If I was you I'd do something about...

Below you can see your meta-keywords of one of your game from the source of your page

***
<meta NAME="KEYWORDS" CONTENT="<H3><FONT size=2>Huge Open World</FONT> </H3>\r\n<P>Go anywhere and do anything in Metropolis as Superman. Non-linear gameplay allows you to explore and play the game exactly how you want to at your own pace. Where and how you fly – to the top of skyscrapers, dodging elevated trains – is completely up to you, since gameplay is designed as a true open world experience. </P>\r\n<H3><FONT size=2>Missions and Mini-games</FONT> </H3>\r\n<P>With notorious villains like Metallo and colossal challenges only Superman can overcome, you must navigate the Man of Steel™ to monitor and protect Metropolis from destruction. </P>\r\n<H3><FONT size=2>Varied Gameplay</FONT> </H3>\r\n<P>Three distinct types of gameplay — Flying, Rescue, and Combat — will keep the action constant and the challenges relentless. Play both film-inspired missions as well as original content created exclusively for the videogame. </P>\r\n<H3><FONT size=2>Next-Gen Technology</FONT> </H3>\r\n<P>Graphics, sound, and gameplay have been taken to the next level to create a Metropolis like you’ve never seen it, with three dimensional sound, a complete orchestra soundtrack, and Oscar-winning sound designer. </P>">
***

Astrid