SEO MOD

All new MODs released in our MOD-Database will be announced in here. All support for released MODs needs to take place in here.

SEO MOD

Postby MOD Robot » Fri Jan 11, 2008 6:53 pm

Modification name: SEO MOD
Author: Handyman`
Modification description: Gives your forum static URL's
Modification version: 1.0.0
Tested on phpBB version: See below

Download file: seo_mod.zip
File size: 27656 Bytes

Modification overview page: View


Selected tags:
  1. category
    1. Add-Ons
    2. Cosmetic
  2. complexity
    1. SQL Data Changes
    2. File Edits
  3. time
    1. ~ 15 Minutes
  4. phpbb
    1. 3.0.RC7
    2. 3.0.0

Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
(this is a non-active account manager for the phpBB MOD Team)
MOD Robot
MOD Queue Bot
MOD Queue Bot
 
Posts: 22154
Joined: Sat Aug 16, 2003 7:36 am

SEO MOD

Postby Paul » Fri Jan 11, 2008 6:53 pm

Modification validated/released

Notes:
Donate to me
Contact me in private for reasonable rated custom jobs.
User avatar
Paul
Support Team Member
Support Team Member
 
Posts: 11374
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.

Re: SEO MOD

Postby 319 » Fri Jan 11, 2008 8:00 pm

What's about Russian language. If the topic manes is russian. Will SEO be working good?
319
Registered User
 
Posts: 146
Joined: Fri Dec 21, 2007 12:47 am

Re: SEO MOD

Postby Handyman` » Fri Jan 11, 2008 8:41 pm

Fixes for the current version: viewtopic.php?p=5716395#p5716395

319 wrote:What's about Russian language. If the topic manes is russian. Will SEO be working good?

This MOD uses UTF8, so it works with all languages.
http://startrekguide.com My Mod Queue || 1/16/10 Display Posts Anywhere 1.2.0 RC5, Cash MOD 1.0.0 b1, MOD Version Check, AJAX Chat, SEO MOD, AJAX QR, Photo Gallery
MOD Development Manager (version 0.2.0-dev with MODX Generator)
User avatar
Handyman`
QA Team
 
Posts: 1751
Joined: Thu Feb 03, 2005 8:44 pm

Re: SEO MOD

Postby kam009 » Fri Jan 11, 2008 8:51 pm

What does this mod do?, how does a static url look like? are they search engine friendly?
User avatar
kam009
Registered User
 
Posts: 72
Joined: Wed Dec 19, 2007 3:37 am

Re: SEO MOD

Postby WhiteWolfSix » Fri Jan 11, 2008 8:57 pm

kam009: SEO means Search Engine Optimisation, so links are search engine friendly. :mrgreen:
Image
WhiteWolfSix (WW6)
User avatar
WhiteWolfSix
Registered User
 
Posts: 259
Joined: Sun May 15, 2005 5:43 am

Re: SEO MOD

Postby Libor » Fri Jan 11, 2008 9:52 pm

Any update from last version in Mods in Development? Or just rank as releases, because it´s working fine? :D
My czech forum about mp3 players: http://www.mujprehravac.cz/forum/
I use many of items here in forum. Thanks all for help and mods.
User avatar
Libor
Registered User
 
Posts: 33
Joined: Tue Jul 03, 2007 8:12 pm

Re: SEO MOD

Postby Mitch1063 » Sat Jan 12, 2008 2:41 am

First let me tell you I love this mod.
Also I tried to register on your site to tell you of my problem but never get the e-mail to confirm my account.

On to my problem
I run Stargate / KISS Portal with phpBB3 and installed the SEO RC4 mod on both Forums
http://www.hamradiostop.com/

The problem is when the mod is done on the portal page when you put the mouse over the forum link (index.html) all I get is the domain and not the domain/index.html
On the pre-MOD Site it shows the proper link.
when I use this HTACCESS file to default the portal.php page to load, (note the last line).

First let me tell you I love this mod.
Also I tried to register on your site to tell you of my problem but never get the e-mail to confirm my account.

On to my problem
I run Stargate / KISS Portal with phpBB3 and installed the SEO RC4 mod on both Forums
http://www.hamradiostop.com/
The problem is when the mod is done on the portal page when you put the mouse over the forum link (index.html) all I get is the domain and not the domain/index.html
On the pre-MOD Site it shows the proper link.
when I use this HTACCESS file to default the portal.php page to load, (note the last line).

Code: Select all
    <Files "config.php">
    Order Allow,Deny
    Deny from All
    </Files>

    <Files "common.php">
    Order Allow,Deny
    Deny from All
    </Files>

    RewriteEngine on

    Rewriterule ^(.+)-f([0-9]*).html-(.+)$            ./viewforum.php?f=$2&$3
    Rewriterule ^(.+)-(t|p)([0-9]*).html-(.+)$         ./viewtopic.php?$2=$3&$4
    Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html-(.+)$      ./viewforum.php?f=$2&start=$3&$4
    Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html-(.+)$   ./viewtopic.php?$2=$3&start=$4&$5

    Rewriterule ^(.+)-f([0-9]*).html$               ./viewforum.php?f=$2&$3
    Rewriterule ^(.+)-(t|p)([0-9]*).html$            ./viewtopic.php?$2=$3&$4
    Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html$         ./viewforum.php?f=$2&start=$3&$4
    Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html$      ./viewtopic.php?$2=$3&start=$4&$5

    DirectoryIndex portal.php index.php


The forum link(index.html) will not work. if I remove the last line it works fine.

I hope I explained this correctly
Last edited by Mitch1063 on Thu Oct 15, 2009 11:23 am, edited 1 time in total.
User avatar
Mitch1063
Registered User
 
Posts: 302
Joined: Wed Jul 28, 2004 2:49 pm
Location: Brooklyn, New York

Re: SEO MOD

Postby gph » Sat Jan 12, 2008 6:33 am

Does this MOD eliminate the problem of duplicate content? i.e. a single page of content could be reached by a number of URLs on the board, which the search engines generally don't like...
gph
Registered User
 
Posts: 66
Joined: Tue Jul 10, 2007 9:16 pm

Re: SEO MOD

Postby Handyman` » Sat Jan 12, 2008 7:30 am

Libor wrote:Any update from last version in Mods in Development? Or just rank as releases, because it´s working fine? :D


It's the same.

@Mitch,

I'll resend the confirmation email from startrekguide and if you don't get it by tomorrow, I'll just activate your account… I want to track down the cause of not receiving your email if there's an issue there :)
Also, This MOD doesn't work well with Portals so far, so if it's working for you right now, that's great.
I'm going to make some changes that should make it work well in all cases at a later point… maybe an ACP to control it all :)

gph wrote:Does this MOD eliminate the problem of duplicate content? i.e. a single page of content could be reached by a number of URLs on the board, which the search engines generally don't like...

Not currently… that feature is in progress.
I haven't been able to MOD since November since I'm in the middle of a move.
I hope to get cracking at it again soon.
http://startrekguide.com My Mod Queue || 1/16/10 Display Posts Anywhere 1.2.0 RC5, Cash MOD 1.0.0 b1, MOD Version Check, AJAX Chat, SEO MOD, AJAX QR, Photo Gallery
MOD Development Manager (version 0.2.0-dev with MODX Generator)
User avatar
Handyman`
QA Team
 
Posts: 1751
Joined: Thu Feb 03, 2005 8:44 pm

Re: SEO MOD

Postby vinamarine » Sat Jan 12, 2008 1:03 pm

Does this MOD support Vietnamese language (something like "Diễn đàn Hàng hải Việt Nam")?
vinamarine
Registered User
 
Posts: 49
Joined: Wed Feb 14, 2007 12:43 pm
Location: Vietnam

Re: SEO MOD

Postby Obi_Wan » Sat Jan 12, 2008 1:13 pm

May I ask what's the status of the bug that there is a 404 error if you klick on the "view last unread" button next to the post title?
Obi_Wan
Registered User
 
Posts: 10
Joined: Mon Sep 01, 2003 8:22 am

Re: SEO MOD

Postby Mitch1063 » Sat Jan 12, 2008 1:56 pm

Handyman` wrote:
Libor wrote:Any update from last version in Mods in Development? Or just rank as releases, because it´s working fine? :D


It's the same.

@Mitch,

I'll resend the confirmation email from startrekguide and if you don't get it by tomorrow, I'll just activate your account… I want to track down the cause of not receiving your email if there's an issue there :)
Also, This MOD doesn't work well with Portals so far, so if it's working for you right now, that's great.
I'm going to make some changes that should make it work well in all cases at a later point… maybe an ACP to control it all :)

gph wrote:Does this MOD eliminate the problem of duplicate content? i.e. a single page of content could be reached by a number of URLs on the board, which the search engines generally don't like...

Not currently… that feature is in progress.
I haven't been able to MOD since November since I'm in the middle of a move.
I hope to get cracking at it again soon.


Thats a bummer - I guess I need to remove it. Mike did say something about including an SEO mod later.
and also fixing the return to index each time annoyance in the portal.
I will keep looking for an update
User avatar
Mitch1063
Registered User
 
Posts: 302
Joined: Wed Jul 28, 2004 2:49 pm
Location: Brooklyn, New York

Re: SEO MOD

Postby lukak » Sat Jan 12, 2008 2:00 pm

i managed to include it in the phpbb3portal ... it works just fine with it :D
and thanks for this gem :D
Image
User avatar
lukak
Registered User
 
Posts: 48
Joined: Mon Jun 04, 2007 3:12 pm
Location: Piran, Slovenia

Re: SEO MOD

Postby Handyman` » Sat Jan 12, 2008 6:17 pm

vinamarine wrote:Does this MOD support Vietnamese language (something like "Diễn đàn Hàng hải Việt Nam")?

read previous posts.

Obi_Wan wrote:May I ask what's the status of the bug that there is a 404 error if you klick on the "view last unread" button next to the post title?


See my MOD queue for dates… I keep that update all the time.

lukak wrote:i managed to include it in the phpbb3portal ... it works just fine with it :D
and thanks for this gem :D


:)
http://startrekguide.com My Mod Queue || 1/16/10 Display Posts Anywhere 1.2.0 RC5, Cash MOD 1.0.0 b1, MOD Version Check, AJAX Chat, SEO MOD, AJAX QR, Photo Gallery
MOD Development Manager (version 0.2.0-dev with MODX Generator)
User avatar
Handyman`
QA Team
 
Posts: 1751
Joined: Thu Feb 03, 2005 8:44 pm

Next

Return to [3.0.x] MOD Database Releases

Who is online

Users browsing this forum: bet-winners, burNN, codfather, IPB_Refugee, jose29, Lareina, moonlightkisu, nlo, Stickygreen, Stu83, tvrsh and 34 guests