Gossamer Forum
Home : Products : Links 2.0 : Customization :

PROBLEM <TITLE> CATEGORY

Quote Reply
PROBLEM <TITLE> CATEGORY
I would like to know why when I insert in every category the <title> everything works once then correctly effected the Staggered (Auto) all my changes are canceled. Why?

THANKS

http://lnx.nauticalink.it/links/
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] PROBLEM <TITLE> CATEGORY In reply to
Are you using the correct code? Note the %:

<%title%> : The category title.

Are you putting this into your template? If it's not working, try this:

<!-- title should be next -->
<%title%>

That way, even if the script is not reading the tag correctly, the comment will show you that at least the template is being read correctly. It's a place to start...

Unsure


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] PROBLEM <TITLE> CATEGORY In reply to
I have tried as you have explained me but it doesn't work. If http://www.gotlandcharter.com/links-en/index.html you see this link in every category that you see the title aloft it changes every time like I must do?
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] PROBLEM <TITLE> CATEGORY In reply to
I think I understand now. Just put this where you want the un-linked category list to appear:

<h1><%site_title%>: <%category_clean%></h1>

This will give you the similar list as appears at http://www.gotlandcharter.com/...t_and_Yacht_charter/

Boats, yachts charters links :: Boat and Yacht charter


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] PROBLEM <TITLE> CATEGORY In reply to
The problem that I want to resolve and what I would like that the other pages of the situated web for example categories and subcategorie are signalled in the motors of search like the index.How must I do?

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] PROBLEM <TITLE> CATEGORY In reply to
Do you mean the words that appear at the very top of the browser, the page title?

The easy way is to use the category name, by putting this in the template:


<head>
<title><%site_title%>: <%category_name%></title>

The other way is to use this mod:

http://www.webmasters-resources.com/...egory_title_mod.html


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] PROBLEM <TITLE> CATEGORY In reply to
and possible to insert this code

<head>
<title><%site_title%>: <%category_link%></title>

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] PROBLEM <TITLE> CATEGORY In reply to
In Reply To:
and possible to insert this code to have the first link inserted in the category appeared
<head>
<title><%site_title%>: <%link%></title>

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] PROBLEM <TITLE> CATEGORY In reply to
That will not work, and I don't know why you would want it listed that way. You are wanting to chnage the page title, right? Like on this page, at the very top it says

Gossamer Forum: Products: Links 2.0: Customization: Reply to post - Microsoft Internet Explorer

That is the page title. The normal way it is done is like so (from a new listing in the resource Section):

X3DO Site Directory: Army Men

The title_linked looks like this:

X3DO : Directory : Army Men

And the url is here:

http://www.x3do.com/Sites/Army_Men/


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] PROBLEM <TITLE> CATEGORY In reply to
what I want to do and to have in the zone appeared title the first link that that is (Raoul's Sailing Center) you see this page http://lnx.nauticalink.it/...e_world/Boatbuilders / in way that when the motors of search effect an updating they take in consideration the new link

thank
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] PROBLEM <TITLE> CATEGORY In reply to
A search engine will not know or care if there is a new link, or a new title for the page. Actually, you do better to keep the names the same, for stability/longeveity. Here are some places to read about how search engines work:

http://www.searchengineworld.com/index.htm

http://www.1hour-search-engine-optimization.com/


Leonard
aka PerlFlunkie