canver portal

phpBB3 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting forums and topic titles in their URLs.

Moderator: Moderators


canver portal

Postby IzFazt » Mon Feb 11, 2008 1:08 am

With the help of phpBB.nl, I installed the advanced SEO mod, myself I installed also the MOD that changes the pageheader. I run the canverPORTAL and am experiencing some problems with the results of the MOD perhaps you can advise me, because phpBB.nl can't they say, and they refer me to you. On the index of the canverPORTAL 2 routines are run, I temporarily removed one of them because of this mod. They both give old codes in stead of yhe new html codes.

Can you pelase give me the code change for these two routines of the canverportal to get clean html links in stead of old viewtopic? links? My board is at http://tjoogle.com and these are the routines:

this one is online and you can see the problem online in the bottom of the browser

<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<div id="navigation">
<h3>latest freeware and betas</h3
<ul class="news">
<center><span class="gensmall"><strong>{L_NO_NEWS}</strong></span></center>
<li>
<IMG src="{T_THEME_PATH}/images/arrow_right.gif">
<A href="{news_row.U_VIEW_COMMENTS}"><strong style="FONT-SIZE: 1.1em">{news_row.TITLE}</strong></a>
<br clear="all">
<span style="FLOAT: left"><A title={L_VIEW_COMMENTS} href="{news_row.U_VIEW_COMMENTS}"><span style="FONT-SIZE: 0.9em"><em>{L_COMMENTS}: {news_row.REPLIES}</em></span></a></span>
<span style="FLOAT: right">{news_row.TIME}</span>
<br>
<li class="last"><em><A style="FONT-SIZE: 1.1em" href="viewforum.php?f=2">Show all software</a></em></li>
</ul>
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br clear="all">

and number 2 which is not online because of problems with the MOD

<!-- $Id: recent.html,v 1.4 2007/04/14 02:05:17 angelside Exp $ //-->
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>{L_RECENT_TOPIC}</h3>
<table width="100%">
<tr>
<td class="row1"><strong>{L_RECENT_ANN}</strong></td>
<td class="row1"><strong>{L_RECENT_HOT_TOPIC}</strong></td>
<td class="row1"><strong>{L_RECENT_TOPIC}</strong></td>
</tr>
<tr>
<td class="row1" width="33%" valign="top">
<small>
<!-- BEGIN latest_announcements -->
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a><br />
<!-- END latest_announcements -->
</small>
</td>
<td class="row1" width="33%" valign="top">
<small>
<!-- BEGIN latest_hot_topics -->
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a><br />
<!-- END latest_hot_topics -->
</small>
</td>
<td class="row1" width="33%" valign="top">
<small>
<!-- BEGIN latest_topics -->
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a><br />
<!-- END latest_topics -->
</small>
</td>
</tr>
</table>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br clear="all"

kind regards from the Netherlands,
IzFazt
IzFazt
 
Posts: 6
Joined: Mon Feb 11, 2008 1:00 am

Advertisement

Postby SeO » Mon Feb 11, 2008 9:02 am

I'll be happy to work on this as soon as the canvert portal (phpbb3 portal) will be a bit less beta.

It's not an SEO threat if you use right now these modules with the natural links as long as you implemented the advised robots.txt with the mod rewrite and even better together with the zero duplicate.
SeO
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 5527
Joined: Wed Mar 15, 2006 9:41 pm

Postby IzFazt » Tue Feb 12, 2008 11:49 pm

SeO wrote:I'll be happy to work on this as soon as the canvert portal (phpbb3 portal) will be a bit less beta.

It's not an SEO threat if you use right now these modules with the natural links as long as you implemented the advised robots.txt with the mod rewrite and even better together with the zero duplicate.


Ok my friend tnx for your reply I understand your thoughts on 'little less beta'. Then again this particular code is bugfree and will stay like this unchanged, already running live for some time. So hence my question can you advice me how to change this particular code to the new html urls in Google?

Today I had in Google the first succesful results of your two mods we installed: Image
I also have a question on this. As you can see I have beautiful titles and to me the best possible urls. I am very happy with the results, tnx again!

As you can see the description is still for every forum the same. It would be nice if it contained either the description of the forum, or if applicable, a piece of 'quote' '/quote' 'text from the subject so it would be different in many cases.

You know so much more on these topice and off course I am only involved in this for a short time and you are perhaps already working on this issue for a long time. Perhaps it is even not of interest to you I honestly don't know. I am only for a short time involved in phpBB SEO. So forgive me if I ask a stupid question but I would like to change this very much. If you know how can you advise me on this also?

Kind regards from the Netherlands,
IzFazt
IzFazt
 
Posts: 6
Joined: Mon Feb 11, 2008 1:00 am

Postby SeO » Wed Feb 13, 2008 6:19 pm

For the descriptions, you can additonally install the dynamic meta tag mod in case you didn't, the generated meta description will be used by Google as description at least on the generic command such as site: link: and etc ...

About the portal, my fault, I did not see that it is now running 1.2.2 stable : http://www.phpbb3portal.com/viewtopic.php?f=45&t=677

So it may be time to soon work on it and release a patch, lets just hope they did a bit better for the messy SQL they used to have to grab post lists, need to check.

Expect something, but be patient and remember that your are not currently loosing anything seo wise, only, it will be a bit better with the url rewriting support extended to the portal.

;)
SeO
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 5527
Joined: Wed Mar 15, 2006 9:41 pm

thank you already working

Postby IzFazt » Wed Feb 13, 2008 7:51 pm

SeO wrote:For the descriptions, you can additonally install the dynamic meta tag mod in case you didn't, the generated meta description will be used by Google as description at least on the generic command such as site: link: and etc ...

About the portal, my fault, I did not see that it is now running 1.2.2 stable : http://www.phpbb3portal.com/viewtopic.php?f=45&t=677

So it may be time to soon work on it and release a patch, lets just hope they did a bit better for the messy SQL they used to have to grab post lists, need to check.

Expect something, but be patient and remember that your are not currently loosing anything seo wise, only, it will be a bit better with the url rewriting support extended to the portal.

;)
thank you, already working, tnxs again, great MOD~! all of them......
IzFazt
 
Posts: 6
Joined: Mon Feb 11, 2008 1:00 am


Return to Advanced SEO URL




  • Similar topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests