| :: |
| Author |
Message |
diabolic.bg

Joined: 04 Feb 2008 Posts: 38 Location: Bulgaria
|
Posted: 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

Joined: 15 Mar 2006 Posts: 2383
|
Posted: 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
|
Posted: Thu Apr 17, 2008 2:29 pm Post subject: Re: Simple mod rewrite and GooglePuller |
|
|
This works like charm!
Thank you! You are great!
| SeO wrote: |
So they are not really interesting SEO wise. |
Why do you think so?  |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 707
|
Posted: Thu Apr 17, 2008 3:04 pm Post subject: Re: Simple mod rewrite and GooglePuller |
|
|
| 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".  |
_________________ Dan Kehn |
|
| Back to top |
|
 |
diabolic.bg

Joined: 04 Feb 2008 Posts: 38 Location: Bulgaria
|
Posted: 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".  |
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) and I will uninstall GooglePuller.
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 |
I already uninstall it. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
diabolic.bg

Joined: 04 Feb 2008 Posts: 38 Location: Bulgaria
|
Posted: 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.  |
|
|
| Back to top |
|
 |
|
|