To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - Read it first! - Introduction to web positioning phpBB by Przemo

Matteo - 10-09-2010, 22:45
Temat postu: Introduction to web positioning phpBB by Przemo
Spider Friendly
    We start with the most important, namely the rewriting of links. Install Spider Friendly - firstclean version, and next version of Centurion. During installation you do all steps except
    Kod:
    #
    #-----[ BEFORE, ADD ]------------------------------------------
    #
    set_meta_robots('noindex, follow');
    - it is very important! Next do this instruction
    Kod:
    #
    #-----[ OPEN ]------------------------------------------
    #
    page_header.php

    #
    #-----[ FIND ]------------------------------------------
    #
    define('HEADER_INC', TRUE);

    #
    #-----[ AFTER, ADD ]------------------------------------------
    #
    set_meta_robots('index, follow');

Dynamic meta description
    Search bots are like when topics are good describing. The best describe could been a firstly topic words, or this, which user entered, so let's install dynamic tags meta description.

Topics tags
    There are keywords, which had three roles - could got good position in google, from tag view are linked topics, and these are additionaly in view topic. Install tag cloud on forum. Tags are displayed when you posting a message, but use option tag all (old) topics from AP.

Random Topics
    To google index more of topics, must find the links to them in the appropriate place strong. These place is main page. After refresh page topics are changed, so when google meet your forum, it see a another links. So, install this modification.

Similar Topics
    With this modification are linked topic with similar content. It helps google to better index your page. Install modification Similar Topics, and in AP set number of similar topics to 10.

Description of forum in view forum
    When you install this modification you will see forum description in forum view, google could consider it by anchor and display in results.

Forum opened to guests, included search bots
    Go to Administration Panel > Forum Admin > Set Overall Permissions for all forums and set like this:
    Kod:
    View: ALL
    Read: ALL
    Post: REG
    Reply: REG
    Edit: REG
    Delete: REG
    Sticky: MOD
    Announce: MOD
    Global Announce: ADMIN
    Vote: REG
    Poll create: REG
    Post Files: REG
    Download Files: ALL
    Next go to AP > General Admin > Configuration > Additional > The restriction of access for registered: NO
    AP > General Admin > Configuration > Additional > The restriction of access for registered: NOThe total restriction of access for unregistered: NO


(original content)



Powered by phpBB modified by Przemo © 2003 phpBB Group