| :: |
| Author |
Message |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Sat Jul 08, 2006 10:56 am Post subject: The Zero duplicate |
|
|
[EDIT] The Zero duplicate Forum is opened [/EDIT]
Hello everybody,
As you may have noticed, this site does not output any duplicates, you can search for some, there are none.
I plan to release the Zero Duplicate solution for phpBB this summer, while phpBB SEO will change a lot as well.
As always, enhancements will be compatible with every phpBB SEO solutions, the update will not jeopardize PageRanking and Such.
To tell you the truth, I first though the site would not start this fast, allowing me to get it done, better organized, and with many How to, before the community start to grow.
But in the end, this quite massive and early testing of all phpBB SEO solution installed under many different configuration made it possible for the code to be enhanced faster.
Actually, I think we now have a really Good URL rewriting engine, flexible, fast and reliable.
And now that the core (the php URL Rewriting routine) is really close to perfection, we'll go even further, the Zero Duplicates being the final possible achievement here.
If I think about the spirit of this project, I really think I did not loose time allowing this many people to use powerful mod Rewrites, perfectly working together with our SEO toolkit. Since Search Engine Optimizing our members site's is our goal here.
So I take the occasion to thank you all who have registered during this first phase, I am sure no one will regret it.
As you already know, Search Engine Optimization requires more than just installing scripts, one need to understand what he's doing as well.
A failed or incomplete migration, poor or non compatibles Search Engine Optimization scripts can make you loose a lot of time while you try to show up in better position in Search Engines.
This beta stage will thus end with the summer, when the last tunings will have been installed here, some more mod released, and the design achieved and put online.
As well, applications for team positions rounds will be organised to set up the phpBB SEO team.
phpBB SEO being an open project, do not hesitate to tell us what you think could improve the site and the mods released.
This site is really meant for members to experience the best satisfaction.
++ |
_________________ 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
Last edited by dcz on Mon Apr 30, 2007 10:24 am; edited 3 times in total |
|
| Back to top |
|
 |
|
 |
deeZG
Joined: 27 Jul 2006 Posts: 3
|
Posted: Thu Jul 27, 2006 8:11 pm Post subject: Re: The Zero duplicate |
|
|
@dcz
It would be great if you could write down 301 redirections for this rewrite rules:
| Code: | #########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# CATEGORIES
RewriteRule ^cat([0-9]+)\.html$ /index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^forum([0-9]+)-([0-9]+)\.html$ /viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^forum([0-9]+)\.html$ /viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^topic([0-9]+)-([0-9]+)\.html$ /viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^topic([0-9]+)\.html$ /viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L]
# PROFILES
RewriteRule ^member([0-9]+)\.html$ /profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
##################################################### |
robots.txt is a good solution but it fails to prevent PageRank dumping. For example, site A links to my forum by old phpBB URL type (e.g. domain.com/phpBB/viewtopic.php?t=xy). After doing SEO Rewrite rule, crawler that come to my site through the link from site A finds it but to him, it's a different site than domain.com/phpBB/topicxy.html. If it finds a robot.txt it'll skip it and include with a new URL in the index (through urls on actual forum link-schema). But, still, we've lost the PR from the link from site A that link in old-fashion way.
For that reason, to transfer PR properly, 301 Redirection (moved premanently) from old to new links is the only proper solution.
Since my regexps are poor, could you be that kind to write it for SEO REWRITE RULES (in this case, for Simple mod)
tnx!
with regards,
deeZG |
_________________ Astrologija |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Thu Jul 27, 2006 8:17 pm Post subject: Re: The Zero duplicate |
|
|
And welcome
As said, this feature is planned and will be released soon from now but there is still no release date still.
As you can see, this site is still under construction, several things need to be done until everything gets fully available, but, you know for sure now, that those vanilla URL, still working by the way, will continue to transmit PageRank to your pages in the near future.
Until then, make sure you implement mx Google sitemaps and mx Sitemaps as they 'll help a lot to get better spidered and ranked.
Several other solutions are here too. Please take a look. I plan to update many thing until the end of this summer
++ |
_________________ 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 |
|
 |
deeZG
Joined: 27 Jul 2006 Posts: 3
|
Posted: Thu Jul 27, 2006 8:19 pm Post subject: Re: The Zero duplicate |
|
|
come on, it's just a few regexps
on PM at least, pleeeeeaseeeeee
PS.
this phpBB-SEO rewrite is a great job!
Congratulations!
 |
_________________ Astrologija |
|
| Back to top |
|
 |
deeZG
Joined: 27 Jul 2006 Posts: 3
|
Posted: Sun Jul 30, 2006 9:36 am Post subject: Re: The Zero duplicate |
|
|
sorry for bothering you, but I have another question. Viewing profile works fine but editing my own profile doesn't. It redirects to forums homege  |
_________________ Astrologija |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Mon Oct 09, 2006 12:32 am Post subject: Re: The Zero duplicate |
|
|
Thank you for allowing me to test the zero dupe! This is great news
I will keep testing to check for anything 'strange' but so far so good! |
_________________ Juarol.com
| Frekuenciadigital.com | |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
linus PR0


Joined: 02 Jul 2006 Posts: 54
|
Posted: Mon Dec 04, 2006 5:44 pm Post subject: Re: The Zero duplicate |
|
|
edit : sorry  |
_________________ ...
Last edited by linus on Wed Dec 06, 2006 5:51 pm; edited 1 time in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
BFTUK
Joined: 05 Dec 2006 Posts: 15
|
Posted: Thu Dec 07, 2006 12:20 pm Post subject: Re: The Zero duplicate |
|
|
| Sorry for being thick but has the zero dupe's mod be released yet? If so where is it? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
BFTUK
Joined: 05 Dec 2006 Posts: 15
|
Posted: Thu Dec 07, 2006 1:42 pm Post subject: Re: The Zero duplicate |
|
|
| Thats my development site though, we are moving it all to be live soon... www.davidcastle.org ....... currently using able2know. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
|