Simple mod rewrite and GooglePuller

phpBB2 SEO Simple mod Rewrite support forum.
This mods performs a fully static URL rewriting for phpBB.
Simple and efficient.

Moderator: Moderators

Simple mod rewrite and GooglePuller

Postby diabolic.bg » Thu Apr 17, 2008 12:45 pm

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!
diabolic.bg
PR0
PR0
 
Posts: 52
Joined: Mon Feb 04, 2008 4:48 pm
Location: Bulgaria

Advertisement

Postby SeO » Thu Apr 17, 2008 1:46 pm

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: Select all
      'U_LINK1' => 'viewtopic.'.$phpEx.'?' . POST_POST_URL . '=' . $linkrow[$i]['post_id'] . '&highlight=' . $linkrow[$i]['word_text'] . '#' . $linkrow[$i]['post_id'],


becomes :
Code: Select all
      '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.

++
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby diabolic.bg » Thu Apr 17, 2008 2:29 pm

This works like charm! :D
Thank you! You are great!

SeO wrote:So they are not really interesting SEO wise.

Why do you think so? :?
diabolic.bg
PR0
PR0
 
Posts: 52
Joined: Mon Feb 04, 2008 4:48 pm
Location: Bulgaria

Postby HB » Thu Apr 17, 2008 3:04 pm

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

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". :roll:
Dan Kehn
HB
phpBB SEO Team
phpBB SEO Team
 
Posts: 1211
Joined: Mon Oct 16, 2006 2:25 am

Postby diabolic.bg » Thu Apr 17, 2008 3:20 pm

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

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) :D and I will uninstall GooglePuller. :?
Thanks!

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

http://example.com/phpbb2/googlepuller.php?makegooglelinks=yes&start=330500
:cry:
I already uninstall it.
Last edited by diabolic.bg on Sun Nov 06, 2011 7:43 pm, edited 1 time in total.
diabolic.bg
PR0
PR0
 
Posts: 52
Joined: Mon Feb 04, 2008 4:48 pm
Location: Bulgaria

Postby dcz » Thu Apr 17, 2008 4:57 pm

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 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby diabolic.bg » Thu Apr 17, 2008 5:03 pm

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. :lol:
diabolic.bg
PR0
PR0
 
Posts: 52
Joined: Mon Feb 04, 2008 4:48 pm
Location: Bulgaria


Return to phpBB2 Simple mod rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest


 
cron