| :: |
| Author |
Message |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Sun Jan 21, 2007 9:55 am Post subject: GalatiForum.com |
|
|
Hello, I'm new to this community . My board is www.galatiforum.com .
Its a heavy moded board , the template its 90% customized by me .
Its a small board , only 5K posts ... but that doesn't matter !
I wanted to find out , from you SEO Experts , what MOD should i install for Search Engine Optimization , for growing in PR , and for a better indexing for Search Engine Bots .
Can't wait for your answers ! |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Sun Jan 21, 2007 1:05 pm Post subject: Re: GalatiForum.com |
|
|
| dcz wrote: | And welcome
Looks like you are either using the SEO URLv2 mod for bots only or uninstalled it as your forum is indexed using it's URL standard : http://www.google.fr/search?q=site%3Awww.galatiforum.com.
So my advise is to make a choice about your URLs, you should be using only one URL per page |
And how do I get rid of the .php URL ?
PS. Is there a site where I can find my PR decimal ?
And what other MODs I have to install so my site get a better optimizing after you release the updates ? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Sun Jan 21, 2007 1:42 pm Post subject: Re: GalatiForum.com |
|
|
Thank you , and I have a little question .
Where I can find a MOD who will ping googlebot everytime a mesage is posted or a topic is created ? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Tue Jan 23, 2007 6:40 pm Post subject: Re: GalatiForum.com |
|
|
And a little question , when the Google BackLinks get updated ?
And when the PR ? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Wed Jan 24, 2007 5:20 pm Post subject: Re: GalatiForum.com |
|
|
Thank you for your answer but , i didn't know what to do ...
Your backlink tool by iwebtool.com it shows me 35 Google backlinks , another tool shows me 38 , another 100 , not to mention that the backlinks offered by yahoo or MSN or another search engine are totally different ...
Now 4 days I had estimated future PR 4.9 , and now its down to 4.1 ... I checked up only with your tool . What happened ?
How can I make more more backlinks ? If , for example in a phpbb board , in overall_footer.tpl is a link to my board , and that board has x pages . I will get x backlinks or just 1 ? It will highly increase the PR ?
And if a site, instead of putting links to my site, is directly redirecting to mine , this increases highly the PR , more that the backlinks are doing on the same site?
Waiting for some answers .  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Wed Jan 24, 2007 6:21 pm Post subject: Re: GalatiForum.com |
|
|
| What do you think of the design of my site ? |
|
|
| Back to top |
|
 |
Lily
Joined: 26 Jan 2007 Posts: 13
|
Posted: Fri Jan 26, 2007 5:03 pm Post subject: Re: GalatiForum.com |
|
|
Love the design. Can't understand a word
Italian?
How did you do the first page? |
|
|
| Back to top |
|
 |
Aliniuz
Joined: 06 Jan 2007 Posts: 38
|
Posted: Fri Jan 26, 2007 7:28 pm Post subject: Re: GalatiForum.com |
|
|
No, Romanian . Its imagination and basic HTML stuff .
DCZ , what do I have to do so that I get rid of the php url , when I try to acces a x.html file it says that the x.PHP file wasn't found (404) . I don't know what to do ...
Here is my .htacces file .
| Code: | <Files config.php>
Deny from all
</Files>
<files archive>
ForceType application/x-httpd-php
</files>
DirectoryIndex index.html index.htm index.php
RewriteEngine On
# SEO URL [mgutt]
RewriteRule !\.html$ - [L]
RewriteRule ^[a-z0-9-]+-([pt])([0-9]+)\.html$ /viewtopic.php?$1=$2 [L]
RewriteRule ^[a-z0-9-]+-f([0-9]+)\.html$ /viewforum.php?f=$1 [L]
RewriteRule ^[a-z0-9-]+-c([0-9]+)\.html$ /index.php?c=$1 [L]
RewriteRule ^[a-z0-9-]+-u([0-9]+)\.html$ /profile.php?mode=viewprofile&u=$1 [L]
RewriteRule ^([a-zA-Z0-9_]+),([^/,]+),([^/,]*)([^/]*\.html)$ $1$4?$2=$3 [QSA,N]
RewriteRule ^[a-z0-9-]+-([pt])([0-9]+),([^/,]+),([^/,]*)([^/]*\.html)$ viewtopic$5?$1=$2&$3=$4 [QSA,N]
RewriteRule ^[a-z0-9-]+-f([0-9]+),([^/,]+),([^/,]*)([^/]*\.html)$ viewforum$4?f=$1&$2=$3 [QSA,N]
RewriteRule ^([a-zA-Z0-9_]+)\.html$ /$1.php [L] |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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