Scholarpedia:Assistant Editor/SEO

From Scholarpedia
Jump to: navigation, search

    Contents

    Progress

    Dec 26: 301 redirects

    In Dec. 26, 2007, I created the 301 redirects from http://scholarpedia.org/* to http://www.scholarpedia.org.

    Jan 2: Sentence case for article titles

    On Jan.2, 2008, all titles of articles in Scholarpedia were switched to the "Sentence case" (from the "Each Word In Upper Case"). This resulted in a temporal PR reduction or confusion in the search engine, but hopefully the PR will be back soon.

    Jan 4: rel=nofollow is removed for accepted articles (reinstated on Jan.15)

    I have disabled rel=nofollow for external links in accepted articles. Since any modification to the articles should be approved by curators, there is no danger of spam. Ahmed estimated that there is no detrimental effect if reciprocal links are included. Google may actually give some points for "good" (i.e., relevant) outgoing links.

    The rel=nofollow was reinstated on January 15, due to Brian's argument that it may hurt the PR by leaking it to other sites.

    Jan 11: authors are asked to link to their articles from university webpages

    I will send a mass email to all curators of accepted articles this weekend. Among other requests, I will ask them to link from their university web pages to their articles in Scholarpedia and to provide the reciprocal link at the bottom of their Scholarpedia articles to their university webpages.


    Current .htaccess file

    RewriteEngine on
    
    RewriteCond %{HTTP_HOST} ^scholarpedia\.com [NC]
    RewriteRule ^/?(.*) http://www\.scholarpedia\.org/$1 [R=permanent,L] 
     
     RewriteCond %{HTTP_HOST} ^www\.scholarpedia\.com [NC]
     RewriteRule ^/?(.*) http://www\.scholarpedia\.org/$1 [R=permanent,L] 
    
    RewriteCond %{HTTP_HOST} ^scholarpedia\.org [NC]
    RewriteRule ^/?(.*) http://www\.scholarpedia\.org/$1 [R=permanent,L] 
     
     
     # close the php security hole... 
     #  not actually needed but probably a good idea anyway
     #php_flag register_globals off
     
     # first, enable the processing - Unless your ISP has it enabled
     # already.  That might cause weird errors.
     RewriteEngine on
     
     # uncomment this rule if you want Apache to redirect from www.mysite.com/ to
     #  www.mysite.com/wiki/Main_Page
     RewriteRule ^/$ /article/Main_Page [R=permanent] 
    
    # do the rewrite
    RewriteRule ^article/?(.*)$ /wiki/index.php?title=$1 [L,QSA]
    
    DirectoryIndex /wiki/index.php?title=Main_Page
    
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    Personal tools

    Variants
    Actions
    Navigation
    Focal areas
    Activity
    Tools