| :: |
| Author |
Message |
troysteele
Joined: 16 Jul 2007 Posts: 2
|
Posted: Mon Jul 16, 2007 10:28 am Post subject: (optimaltitle) problem |
|
|
i did the mod step by step as explained..pretty straightforword, using lastest version of phpbb2/optimaltitle mod....but its not working, do i need anything else to make it work? htaccess, other mod etc? http://victoriamatchmakers.com/forums/?
any help is appreciated |
|
|
| Back to top |
|
 |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Mon Jul 16, 2007 11:02 am Post subject: Re: (optimaltitle) problem |
|
|
hi, welcome
are you sure that you have applied this changes
| Code: | #
#-----[ OPEN ]------------------------------------------
#
templates/the_template_you_are_using/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
#
#-----[ AFTER, ADD]------------------------------------------
#
<title>{PAGE_TITLE}</title>
#
#-----[ FIND ]------------------------------------------
#
<title>{SITENAME} :: {PAGE_TITLE}</title>
#
#-----[ REPLACE WITH ]------------------------------------------
# EG Delete |
? |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
troysteele
Joined: 16 Jul 2007 Posts: 2
|
Posted: Mon Jul 16, 2007 7:43 pm Post subject: Re: (optimaltitle) problem |
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>{PAGE_TITLE}</title>
{META}
# EG Delete
<link rel="stylesheet" href="templates/PDT_Lovely/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
Yeah i assume so, this is what the top end looks like |
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Tue Jul 17, 2007 5:19 am Post subject: Re: (optimaltitle) problem |
|
|
i checked your site
optimal title is working
the title of index.php page
| Code: | | <title>victoriamatchmakers.com</title> |
title of first forum
| Code: | | <title>General Discussion</title> |
title of first topic
| Code: | | <title>Welcome to the Forum</title> |
its ok
| DCZ wrote: | Author Notes:
This mod will optimize phpBB pages titles.
By Default, page titles contain many useless information, such as "View Forum" or "View topic".
This mod will better target words to use in titles, using topics, forums and categries titles.
In addition, this mod will add the page's number in page title, which allow for a lot better
pagination indexing. As two pages with the same title are hard to keep in SEPRS.
As well Adds a specific title to categories. All this without any SQL queries.
A must, whatever you SEO strategy.
In the above install, you'll find some comment about how to add the forum title
in the topic page's title.
|
just you have this part in your overall_header.tpl.
you must remove this part |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
abhishek1711 PR0

Joined: 03 May 2007 Posts: 59
|
Posted: Tue Aug 07, 2007 8:36 pm Post subject: Re: (optimaltitle) problem |
|
|
i have dynamic metags mod installed...so is this mod required and compatible?
also does it change the title on top on the explorer bar or just in the source code...like in metatags mod |
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Wed Aug 08, 2007 7:51 am Post subject: Re: (optimaltitle) problem |
|
|
this mode is compatible with other seo mods released by www.phpbb-seo.com . in my opinion its required. phpbb page titles are very bad but this mod will organize your titles.
this mod can help a lot |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
abhishek1711 PR0

Joined: 03 May 2007 Posts: 59
|
Posted: Wed Aug 08, 2007 2:10 pm Post subject: Re: (optimaltitle) problem |
|
|
hi i installed the mod , however i uninstaled it as it changes the title in a way id not like to
i want the community name - IBS-ICFAI community forum to be on every page...plus i want the thread name to be before the section name |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Sun Aug 12, 2007 10:09 am Post subject: Re: (optimaltitle) problem |
|
|
| abhishek1711 wrote: |
i want the community name - IBS-ICFAI community forum to be on every page... |
This is not the best thing to do IMHO.
To add it, just keep the {SITENAME} in the title tag in overall_header.html, it stands for the board name as set in ACP.
If you really want to add it, I suggest you add it at the end of the title.
| abhishek1711 wrote: |
plus i want the thread name to be before the section name |
This is already the case with this mod, first topic title and then the forum one.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|