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  
 
   
Simple mod rewrite and GooglePuller

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Simple mod rewrite
::  
Author Message
diabolic.bg



Joined: 04 Feb 2008
Posts: 38
Location: Bulgaria

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 12:45 pm    Post subject: Simple mod rewrite and GooglePuller

In my board I have installed all your SEO mods. I use Simple mod rewrite but I have too installed GooglePuller and his URLs isn't rewritten. If I place mouse over some word I see dinamic URL. After the click opened URL is correct - .html.

How I can add GooglePuller to Simple mod rewrite?
Thanks in advance!
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 2383

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 1:46 pm    Post subject: Re: Simple mod rewrite and GooglePuller

The mods is building post urls (viewtopic.php?p=xx)

So they are not really interesting SEO wise.

If you still want to have them rewritten to postxx.html, you can use the append_sid function where the links are build, in googlepuller.php :
Code:
      'U_LINK1' => 'viewtopic.'.$phpEx.'?' . POST_POST_URL . '=' . $linkrow[$i]['post_id'] . '&highlight=' . $linkrow[$i]['word_text'] . '#' . $linkrow[$i]['post_id'],


becomes :
Code:
      'U_LINK1' => append_sid('viewtopic.'.$phpEx.'?' . POST_POST_URL . '=' . $linkrow[$i]['post_id'] . '&highlight=' . $linkrow[$i]['word_text'] . '#' . $linkrow[$i]['post_id']),


And so on for U_LINK2 to U_LINK10.

++

_________________
Back to top
diabolic.bg



Joined: 04 Feb 2008
Posts: 38
Location: Bulgaria

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 2:29 pm    Post subject: Re: Simple mod rewrite and GooglePuller

This works like charm! Very Happy
Thank you! You are great!

SeO wrote:

So they are not really interesting SEO wise.

Why do you think so? Confused
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 707

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 3:04 pm    Post subject: Re: Simple mod rewrite and GooglePuller

diabolic.bg wrote:
Why do you think so? Confused

I thought the same thing, i.e., GooglePuller is a misnomer. Let's give the Google engineers some credit. Do you honestly think that creating a bunch of self-referencing links will help the crawler better than a sitemap? Or that the value of these links will have an impact on the SERPs? It might have an effect if they were backlinks from other sites, but pages and pages of links within a site (500 per page?!?) doesn't serve the interest of users, and I doubt that search engines would care either.

On the other hand, Google Webmaster recommendations do include the creation of sitemaps navigable by users. I modified my board to include "FAQs and Favorites", a generated list of the most popular/helpful threads. The list is created based on hand selected topics (nothing more than a new column in the topics table). If you have a forum with a few thousand threads, it's handy for regular visitors who want to refind past discussions they've read and new visitors. And presumably the bots are happy with it too, since it indirectly validates the relative worth of a particular discussion, something the GooglePuller blind generation doesn't.

Of course this is only my opinion. Who knows, maybe Google developers are idiots and consider an auto-generated page of 500 links with one keyword "valuable". Rolling Eyes

_________________
Dan Kehn
Back to top
Visit poster's website
diabolic.bg



Joined: 04 Feb 2008
Posts: 38
Location: Bulgaria

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 3:20 pm    Post subject: Re: Simple mod rewrite and GooglePuller

Hmm.
HB wrote:
Who knows, maybe Google developers are idiots and consider an auto-generated page of 500 links with one keyword "valuable". Rolling Eyes

I don't think so.
If I think twice, you must be to right... I don't see URLs from GooglePuller in my search results or maybe one or two in Yahoo's search.
But I have gym_sitemapsV1-2-0RC4 (it works excellent) Very Happy and I will uninstall GooglePuller. Confused
Thanks!

EDIT
Yes, you absolutely right! In google search I find only
Code:
http://wasteland-bg.com/phpbb2/googlepuller.php?makegooglelinks=yes&start=500

http://wasteland-bg.com/phpbb2/googlepuller.php?makegooglelinks=yes&start=330500
Crying or Very sad
I already uninstall it.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 4:57 pm    Post subject: Re: Simple mod rewrite and GooglePuller

HB is right, but 10 instead only showing up in topic pages of 500 links and the puller page, could, with a good relevancy help out a bit.
The real problem is, the mod generate post urls, and post URL are duplicate, so ...

++

_________________
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
diabolic.bg



Joined: 04 Feb 2008
Posts: 38
Location: Bulgaria

Simple mod rewrite and GooglePullerPosted: Thu Apr 17, 2008 5:03 pm    Post subject: Re: Simple mod rewrite and GooglePuller

dcz wrote:
HB is right, but 10 instead only showing up in topic pages of 500 links and the puller page, could, with a good relevancy help out a bit.
The real problem is, the mod generate post urls, and post URL are duplicate, so ...

++


I already killed the duplicator. Laughing
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Simple mod rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: