phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
I don't know how to install!
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
::  
Author Message
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 03, 2007 3:47 pm    Post subject: I don't know how to install!

For 5 Hours I'm trying but can't get it to work. Here is how my .htacces file looks like;

Code:
Redirect /index.html http://guitartrade.org/forum/
RewriteEngine on
RewriteBase /
#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES         #
#########################################################
# AUTHOR : dcz http://www.forum-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^forum/rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /forum/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^forum/forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /forum/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^forum/([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /forum/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^forum/.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /forum/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^forum/sitemaps\.([xml|xml\.gz]+)$ /forum/sitemap.php [L]
# Sitemap modules
RewriteRule ^forum/([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ /forum/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^forum/.+-gf([0-9]+)\.([xml|xml\.gz]+)$ /forum/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^forum/urllist\.([txt|txt\.gz]+)$ /forum/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES      #
#########################################################


rss.php, sitemap.php, urllist.php all are in

http://www.guitartrade.org/forum/

The settings I changed in those 3 file are;

$paths['rss_url'] = 'http://www.guitartrade.org/forum/';
$paths['sitemap_url'] = 'http://www.guitartrade.org/forum/';
$paths['urllist_url'] = 'http://www.guitartrade.org/forum/';

The Sql was installed through db_install.php and showed as completed. Please visit my site and provide some assistance! Thanks!
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 831

I don't know how to install!Posted: Sat Mar 03, 2007 4:45 pm    Post subject: Re: I don't know how to install!

It appears (appeared?) to be a styling issue for the main sitemap:

http://guitartrade.org/forum/sitemaps.xml

The other sitemaps look fine:

http://guitartrade.org/forum/beginner-questions-gf14.xml
http://guitartrade.org/forum/forum-sitemap.xml

The styles are for your convenience; the spiders don't care about them. BTW, have you read this related discussion?

_________________
Dan Kehn
Back to top
Visit poster's website
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 03, 2007 4:58 pm    Post subject: Re: I don't know how to install!

Hm, strange works now.

What about this ?

http://guitartrade.org/forum/viewforum.php?f=9

and your sites look like

http://www.phpbb-seo.com/boards/gym-sitemaps/discussions-vt924.html#7141

php -> html. Isn't this important for SEO? Mine did not change.

Thanks!
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 831

I don't know how to install!Posted: Sat Mar 03, 2007 5:33 pm    Post subject: Re: I don't know how to install!

Sorry, I didn't notice the first time that your sitemaps have title injection URLs ("advanced rewrite mod"). Did you set it to that in the config page? The default is auto-detect but it can be overridden (why someone would do that is another question).

The sitemap is a listing of your site's URLs and the installation is simple. The URL rewrite mods are more ambitious and require more understanding of the SEO consequences, especially for boards that are already heavily indexed. If you wish to go that route, read the above link to learn what's involved. In the meantime, switch your GYM setting to URL rewriting type "None No URL rewriting".

_________________
Dan Kehn
Back to top
Visit poster's website
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 03, 2007 9:17 pm    Post subject: Re: I don't know how to install!

Dupe.


Last edited by JohnS0N on Sat Mar 03, 2007 9:25 pm; edited 1 time in total
Back to top
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 03, 2007 9:25 pm    Post subject: Re: I don't know how to install!

Okay will read all of the above. I already installed the session ID hack long time ago, so I can proceed further. I just now noticed an extreme error with my site, if you go to google and search "guitar site:guitartrade.org" you will see that I have many pages, the title sometimes works, but appearantely the post is always the same?!

I had a crappy sitemap before, so maybe this could have been involved...

Can you advise?
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 831

I don't know how to install!Posted: Sun Mar 04, 2007 12:08 am    Post subject: Re: I don't know how to install!

JohnS0N wrote:
Can you advise?


It looks like you either modified the template file (viewtopic_body.tpl) or modified the $page_title variable in viewtopic.php. For example, this looks like it's displaying the site description as the page title:

http://www.guitartrade.org/forum/viewtopic.php?t=3267

That has nothing to do with sitemaps.

_________________
Dan Kehn
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

I don't know how to install!Posted: Sun Mar 04, 2007 4:55 pm    Post subject: Re: I don't know how to install!

Look like you badly need the optimal title mod.

Looks like you changed the way phpBB build titles, and always output the same page title. This really does not helps out search engines.

++

_________________
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
Visit poster's website
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 831

I don't know how to install!Posted: Sun Mar 04, 2007 5:38 pm    Post subject: Re: I don't know how to install!

Off topic, but I think your forum's registration agreement is the longest I've ever seen! Over 18000 words! Was this a veiled attempt to assure nobody reads it? Shocked

_________________
Dan Kehn
Back to top
Visit poster's website
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Mon Mar 05, 2007 6:43 am    Post subject: Re: I don't know how to install!

HB wrote:
Off topic, but I think your forum's registration agreement is the longest I've ever seen! Over 18000 words! Was this a veiled attempt to assure nobody reads it? Shocked


Oh no, I copied it from a site, thought it covered many aspects.

I'm gon install that mod, is that all i need to do?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

I don't know how to install!Posted: Mon Mar 05, 2007 10:13 am    Post subject: Re: I don't know how to install!

JohnS0N wrote:

I'm gon install that mod, is that all i need to do?


which one ?

_________________
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
Visit poster's website
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 10, 2007 12:28 pm    Post subject: Re: I don't know how to install!

dcz wrote:
JohnS0N wrote:

I'm gon install that mod, is that all i need to do?


which one ?


the optimal title. Things are still the same. I did some research and the titles now actually show dynamicaly and are optimized if you search on google page 2+...

But the description always is the same or different only once...Static.
Back to top
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 10, 2007 12:33 pm    Post subject: Re: I don't know how to install!

I copied 3 files here, that might have to do something with the error I have;

[MOD] Sorry, but too much code kills code Wink [/MOD]
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

I don't know how to install!Posted: Sat Mar 10, 2007 12:57 pm    Post subject: Re: I don't know how to install!

Description is another matter, the dynamic meta tags mod is the one you should look at for this Wink

++

_________________
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
Visit poster's website
JohnS0N



Joined: 03 Mar 2007
Posts: 15

I don't know how to install!Posted: Sat Mar 10, 2007 4:36 pm    Post subject: Re: I don't know how to install!

Hello, I have something similiar like this already, but it is not the problem. Please look here and you will see what I'm talking about. The titles work but the description is always the same

/http://www.google.com/search?q=site:www.guitartrade.org&hl=en&start=70&sa=N&filter=0
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: