Go Back   NiceCoder Community Forums > Nicecoder Products > IndexU > Blocks and Modification
Register Projects FAQ Members List Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-01-2008, 10:32 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default Different Titles for Category Pages

Hello,

I think having different titles for a each page of a category that has more than 1 page is beneficial, especially since Google alerts the webmaster via webmaster tools of duplicate pages with the same meta description and title.

For example, let's say category Automotive has 10 pages, the first page of the Automotive category has the "Automotive" title, and the rest of the 9 pages in that category have the same title.. which causes the duplicate titles warning.

One idea would be this: adding the page number to the title. For exmaple: first page: Automotive : Page 1, second page: Autotomove: Page 2, and so on.

Again, I think this would be very beneficial for our sites, seo wise.. However, I dont know how to do this.

Does anybody have a clue ?
Reply With Quote
  #2 (permalink)  
Old 07-01-2008, 11:37 AM
CEC CEC is offline
Active Member
 
Join Date: Apr 2006
Posts: 386
CEC is on a distinguished road
Default

Write your own titles.
Reply With Quote
  #3 (permalink)  
Old 07-01-2008, 11:50 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Code:
Content visible to License Owner only.
I did, However you are missing the point. I know you can write your own title for each category, however, you cant write unique titles for each PAGE WITHIN A CATEGORY.
Reply With Quote
  #4 (permalink)  
Old 07-01-2008, 11:56 AM
CEC CEC is offline
Active Member
 
Join Date: Apr 2006
Posts: 386
CEC is on a distinguished road
Default

Sorry, got you. I agree, some variances on these additional pages would be a good idea.
Reply With Quote
  #5 (permalink)  
Old 07-01-2008, 01:36 PM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Ok, great

So does anyone know how to do this with category pages ?
Reply With Quote
  #6 (permalink)  
Old 07-02-2008, 06:34 AM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

Category titles are all going to be pretty much the same except for the category name. On most of my sites I use the URL and then category name and then the sites "tagline". That gives something of a random page title, while making sure the tagline has the specific keyword(s) I want/need.
Reply With Quote
  #7 (permalink)  
Old 07-02-2008, 07:34 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Here is what I am talking about: http://www.nicecoder.com/demo/indexu/image-galleries/ on the first page of that category it says " page 1 " at the end, when clicking on page 2, it says page 2, etc.

I see this is possible on Indexu Deluxe, however I would like to know how this is possible on indexu 5.4

Any ideas ?
Reply With Quote
  #8 (permalink)  
Old 07-07-2008, 02:48 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Nobody wants to help out ?!
Reply With Quote
  #9 (permalink)  
Old 07-07-2008, 03:30 AM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

I already answered the question, it's the same thing for Deluxe as it is for 5.4x and probably earlier versions too.
Reply With Quote
  #10 (permalink)  
Old 07-07-2008, 08:33 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Code:
Content visible to License Owner only.
YEs you have replied however I didnt understood what to be done.

What i want is to add on each category page ( title! ) , the page number, like it is here : http://www.nicecoder.com/demo/indexu/image-galleries/ - if you browse to page 2, the title will also have a bit of text saying " page 2" . I dont know how to do that, i know i can change titles and so on with the help of the admin panel however.. I have a category with 20 pages... and they all have the same title..
Reply With Quote
  #11 (permalink)  
Old 07-07-2008, 12:14 PM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

Try the following in browse.html

title="Domain browse by categories: $page_title - $page"

If that doesn't work then check out browse.php and look to see what variables are available.
Reply With Quote
  #12 (permalink)  
Old 07-08-2008, 02:22 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Code:
Content visible to License Owner only.
Tried that however it doesnt work. Where exactly in browse.php should I look for variables that are available?
Reply With Quote
  #13 (permalink)  
Old 07-08-2008, 02:25 AM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

global $header, $footer, $category, $category_name, $category_description,
$link, $pagination, $category_path, $content, $editor,
$category_path_search_opt, $meta_keywords, $meta_description,
$page_title, $editors, $sponsored_link, $num_rows,
$num_rows_sponsored, $num_rows_premium;
Reply With Quote
  #14 (permalink)  
Old 07-08-2008, 03:25 AM
Registered User
 
Join Date: Dec 2004
Posts: 54
rookers is on a distinguished road
Default

Code:
Content visible to License Owner only.

Ok, $Page is not there. How do I make it work? Sorry if im bugging you but im a newb
Reply With Quote
  #15 (permalink)  
Old 07-08-2008, 03:32 AM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

If it's not there then you cant make it work unless you add the function yourself.

There's lots of other things you can, don't get stuck on one small item.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Category page titles twomiracles v5.x 4 02-09-2008 01:42 PM
Category Name in Browse Pages ezykiwi v5.x 3 01-17-2007 07:54 PM
Custom Category Pages berto Blocks and Modification 3 08-04-2006 04:46 AM
category pages instead of browse.php?cat=1 webindia Indexu Lite 2 03-17-2005 05:02 PM

HACKER SAFE certified sites prevent over 99.9% of hacker crime.

All times are GMT -5. The time now is 05:36 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO
SSL Certificate