9
   

phpBB Search Engine Optimization - Sessions, static ( SEO )

 
 
BAMBii
 
  1  
Tue 11 Sep, 2007 04:57 pm
Does this work on the very lastest version of phpBB 2??

BAMBii
0 Replies
 
Craven de Kere
 
  1  
Tue 11 Sep, 2007 08:22 pm
Yes
0 Replies
 
Nobby
 
  1  
Wed 12 Sep, 2007 01:32 pm
Hi Craven

Thanks for the tip about checking each mod as i went, worked fine and i was able to make the minor adjustments, so thanks alot for your advice.

I have now moved into the static URL mod, and again all went ok, until i added the htaccess file, then only the index page would open, none of the forum pages:

I get this:

Edit [Moderator]: Link removed


Not Found

The requested URL was not found on this server


I immediatly removed the .htaccess file, and the robots.txt, however the error remains, here is what i have in each file:

robots.txt

User-agent: NPBot
Disallow: /

User-agent: TurnitinBot
Disallow: /

User-agent: asterias
Disallow: /

User-agent: *
Disallow:

Disallow: forums/post-*.html$
Disallow: forums/updates-topic.html*$
Disallow: forums/stop-updates-topic.html*$
Disallow: forums/ptopic*.html$
Disallow: forums/ntopic*.html$



htaccess:

RewriteEngine On
RewriteRule ^forums.* index.php [L,NC]
RewriteRule ^post-([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?p=$1&highlight=$2 [L,NC]
RewriteRule ^post-([0-9]*).* viewtopic.php?p=$1 [L,NC]
RewriteRule ^view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^about([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^about([0-9]*).html&view=newest viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*).* viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^about([0-9]*).* viewtopic.php?t=$1 [L,NC]
RewriteRule ^about([0-9]*).html viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^mark-forum([0-9]*).html* viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^updates-topic([0-9]*).html* viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^stop-updates-topic([0-9]*).html* viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^forum-([0-9]*).html viewforum.php?f=$1 [L,NC]
RewriteRule ^forum-([0-9]*).* viewforum.php?f=$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^ptopic([0-9]*).* viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^ntopic([0-9]*).* viewtopic.php?t=$1&view=next [L,NC]



Any ideas where i went wrong?

Thanks

Nobby
0 Replies
 
Nobby
 
  1  
Wed 12 Sep, 2007 01:47 pm
Sorry, i should add, all it fine for logged in users, just the guest side of it that wont work.
0 Replies
 
Craven de Kere
 
  1  
Thu 13 Sep, 2007 02:03 am
Noddy,

This thread has the answer to your problem (whatever it is):

The definitive guide to phpbb mod_rewrite errors
0 Replies
 
acerintel
 
  1  
Mon 1 Oct, 2007 03:50 pm
SEO Quote
Hey,

All of this is way over my head. Is there anyone out there willing to help me out? Does anyone do this? I would love to get a quote for this!

Thanks!

Edit [Moderator]: Link removed
0 Replies
 
tarotamerica
 
  1  
Mon 8 Oct, 2007 03:23 am
Pardon me if this has been asked, but 161 pages is too much for my patience Smile

I have installed this MOD on all the files except for

index.php
viewforum.php

because in the former it erased my birthday MOD, which I rely on to keep members returning and in the later because I didn't like what it did cosmetically.

My question is, as long as I have MODded the sessions.php file, will it at least help out with search engine "friendliness" or shall I just remove the entire MOD altogether?
0 Replies
 
Robert Gentel
 
  1  
Mon 8 Oct, 2007 12:09 pm
The sessions portion, and the title portion are the most important parts of the mod.
0 Replies
 
rustyspur
 
  1  
Sat 20 Oct, 2007 04:11 pm
download link is dead Sad can someone update it please

thanks
0 Replies
 
Craven de Kere
 
  1  
Fri 26 Oct, 2007 01:27 am
It's updated. I've moved it to a new site that I'm developing with some other programmers and we'll probably start updating the code we release more often as we work together.
0 Replies
 
korfx04
 
  1  
Mon 29 Oct, 2007 01:48 pm
i cant get this to work i keep getting this
The requested URL /forum-21.html was not found on this server.
0 Replies
 
Craven de Kere
 
  1  
Mon 29 Oct, 2007 02:28 pm
You can RTM here: http://www.able2know.org/forums/viewtopic.php?t=44896
0 Replies
 
georgism
 
  1  
Sun 11 Nov, 2007 03:54 am
Is it possible to change the "about" part in the url ?

Here is example:

http://website.com/forum/about153.html
to:
http://website.com/forum/cool153.html

Thanks,
Regards
0 Replies
 
Robert Gentel
 
  1  
Sun 11 Nov, 2007 08:48 pm
Yeah, just change any instance of "about" in the mod to whatever you want.
0 Replies
 
companydreams
 
  1  
Mon 3 Dec, 2007 06:06 pm
Able2Know.com SEO 2.0.0
Hello everyone. The forum I am using this is at Edit [Moderator]: Link removed

I have an issue.
When you go to the Index, the title is correct (it shows my custom title)
When you go to a Category the title is correct (name of category)
However, when you click on a specific topic, the title does not change. It is Blank or whatever the url is Edit [Moderator]: Link removed or something like that..
How do I change this so the title once you click on a topic will be the name of the topic?

ALSO
How do I change meta tags of my website? Add keywords and description?
I am using phpBB2
0 Replies
 
cybersquate
 
  1  
Thu 6 Dec, 2007 07:56 am
which one for phpBB 2.2.2
hello... its the first time for me to choose some beautyful mod in here...
How ever... i have confused for choosing mod for my phpBB 2.2.2 here... and when i have download the mod at here... http://www.able2know.org/forums/about15132.html than,
i have lost some code at search.php
Code:$last_post_time = '<a>'. create_date($board_config['default_dateformat'], $searchset[$i]['post_time'], $board_config['board_timezone']) . '</a>';

to
Code:$last_post_time = '<a>'. create_date($board_config['default_dateformat'], $searchset[$i]['post_time'], $board_config['board_timezone']) . '</a>';

Please help me...

thanx in advanced
0 Replies
 
raygo
 
  1  
Wed 12 Dec, 2007 06:31 pm
.htaccess
Hello, i have my forum hosted by yahoo, when i look there with cuteftp i cannot find the .htaccess file, i dont know if it is that i know nothing about what im doing but i want to do the second part of the mod, only the part of changing the id to url but its asking me to open the .htaccess file, how do i do that? thank you
0 Replies
 
Robert Gentel
 
  1  
Tue 18 Dec, 2007 07:54 pm
If the .htaccess file doesn't exist, create it. But note that files that start with a dot are hidden files, so some ftp clients don't display them when they are, in fact, there.

Also note that they are an Apache server configuration file, so servers that don't use Apache (not sure what Yahoo hosting uses these days) won't support it.
0 Replies
 
jaiak
 
  1  
Thu 27 Dec, 2007 12:03 am
Craven de Kere wrote:
It's updated. I've moved it to a new site that I'm developing with some other programmers and we'll probably start updating the code we release more often as we work together.


Then you updated this mod in the next weeks?

The phpBB 3.0 are in stable releases. Moreover, I found other mods, for phpBB 3.0 in phpbb-seo.com, however, I prefer your mop because is more simple and more seo in my opinion.

But I don't know thar if you think update the mod for phpBB 3.0

Regards from spain!
0 Replies
 
Craven de Kere
 
  1  
Thu 27 Dec, 2007 06:15 pm
I have had long-standing plans to release a version for 3.0.0.

It may take me a bit but I still plan to do so.
0 Replies
 
 

Related Topics

SEO - Going from 0 PR on up - Discussion by jespah
How Rich Pins work ??? - Question by OnceUponAtime
Need a bit of Google advice - Question by bible quizzer
Google Indexing Issue - Question by brainstudioz
Bing Search results - Discussion by iankyra
What is best way for Off-Page seo in 2017? - Question by honesttravel1
 
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.04 seconds on 04/18/2024 at 12:10:46