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  
 
   
What to do after installation?

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
::  
Author Message
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Sat May 12, 2007 9:01 pm    Post subject: What to do after installation?

Hello dcz,

I just insalled the GYM sitemap latest version and configured it through ACP at my site www.pkvehicles.com/forum but I don't know what to do next? Can you please help me that after installing, configuring, what I have to do next ?

Thank You,
AB
Back to top
Visit poster's website
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 809

What to do after installation?Posted: Sun May 13, 2007 12:04 am    Post subject: Re: What to do after installation?

The GYM sitemap creates a sitemap and RSS feed. Sitemaps are hints for search engine crawlers. From What are Sitemaps?:

Quote:
Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so that search engines can more intelligently crawl the site.

Web crawlers usually discover pages from links within the site and from other sites. Sitemaps supplement this data to allow crawlers that support Sitemaps to pick up all URLs in the Sitemap and learn about those URLs using the associated metadata. Using the Sitemap protocol does not guarantee that web pages are included in search engines, but provides hints for web crawlers to do a better job of crawling your site.


You can submit your sitemap directly to a search engine, or more and more are recognizing the Sitemap: directive in robots.txt:

Sitemap: http://www.example.com/forums/sitemaps.xml

Google's sitemaps tools are very helpful; they indicate when your sitemap was processed, how many URLs it accepted, and if there were any errors. It will regularly poll your sitemap for new content once you inform google about your sitemap. From my experience, googlebot queries it every other day, but that may depend on the activity level of your forum.

(I assume you know what an RSS feed does).

_________________
Dan Kehn
Back to top
Visit poster's website
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Sun May 13, 2007 6:48 am    Post subject: Re: What to do after installation?

Thanks for the reply HB. I know it will create Sitemaps which i have to submit in google, yahoo. I know the place to submit also but I don't know where this module is making sitemaps in my site. I tried to type http://www.pkvehicles.com/forum/sitemaps.xml but that gives lots of errors.
Do you know where is my sitemaps creating so that i can copy than do the rest work...
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

What to do after installation?Posted: Sun May 13, 2007 3:46 pm    Post subject: Re: What to do after installation?

That's the url to submit.

The module isn't properly installed yet, that's all.

The errors suggest the phpBB files aren't accessible for the sitemap.php, rss.php and urllist.php files.

Did you make any modification to these files ?

Make sure you have :

Code:
   $phpbb_root_path = './';


In them.

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Sun May 13, 2007 3:58 pm    Post subject: Re: What to do after installation?

My phpBB forum is installed in folder named forum so i have edited all the 3 files and changed to $phpbb_root_path = './forum/';

Than also errors coming. Even in .htaccess i have made phpbb to forum.

Whatelse to do now Question Confused
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

What to do after installation?Posted: Sun May 13, 2007 4:01 pm    Post subject: Re: What to do after installation?

So that's why, if the files are in the same folder as phpBB, you must use :

Code:
   $phpbb_root_path = './';


It' only when you'd put these above the forum folder that you would need to mention the path to the phpBB files, this one is a relative path, the path from the module files to the phpBB files.

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Sun May 13, 2007 4:06 pm    Post subject: Re: What to do after installation?

Oh, Ohk. Cool. Now http://www.pkvehicles.com/forum/sitemaps.xml is working. Now what to do? How to get the sitemap from my site. Because submission in Yahoo, Google I know.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

What to do after installation?Posted: Mon May 14, 2007 7:50 am    Post subject: Re: What to do after installation?

Well, you have it here, it's your forum sitemapIndex, the only file to submit to Google once and for all.

You can off course turn xsl styling on, as well as caching if you did not already, but the sitemaps are ok for Google as they are now.

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Mon May 14, 2007 8:23 am    Post subject: Re: What to do after installation?

So now i should save this -http://www.example.com/forums/sitemaps.xml

XML file and submit it into Google, Yahoo Sitemaps ? or anything else i have to do ?
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

What to do after installation?Posted: Tue May 15, 2007 7:51 am    Post subject: Re: What to do after installation?

This : -http://www.pkvehicles.com/forum/sitemaps.xml is your sitemaindex, the only file to submit for all united sitemaps to be taken into account by Google yahoo and msn.

If you turn xsl style on, you see something like : http://www.phpbb-seo.com/boards/sitemaps.xml

It's the same module.

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Tue May 15, 2007 9:28 am    Post subject: Re: What to do after installation?

Okay, Cool. 1 last question Sir that at my site www.pkvehicles.com/forum/sitemaps.xml the links generated now are very less. So if i submit it now, it won't make any good effect. How to make add all my pages into that sitemap and submit it heavy file.. Any way ?
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

What to do after installation?Posted: Tue May 15, 2007 10:58 am    Post subject: Re: What to do after installation?

Well, this is you sitemapIndex, it's linking to all available sitemaps on your forum, meaning one sitemap per public (and not empty) forum, since we only care about public content here, we don't really want to provide Google with links it cannot crawl.

The actual sitemaps links are the links inside the sitemapIndex, and yes bots will follow them all, the sitemapindex is just your sitemaps sitemap basically.

Try turning xslt styling in acp, you'll get click-able links just like here : http://www.phpbb-seo.com/boards/sitemaps.xml try following the links, they are all sitemaps and they list all of this forum public content.

++

_________________
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
funwadi
PR0
PR0


Joined: 06 May 2007
Posts: 53
Location: UAE

What to do after installation?Posted: Tue May 15, 2007 11:01 am    Post subject: Re: What to do after installation?

Okay Sir. I will try to do what you said Smile
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
Page 1 of 1

Navigation Similar Topics

Jump to: