It's hard to comment directly on your situation, as there are no concrete examples to look at, but a couple of thoughts:

In general, search engines tend to do a lot better with static HTML pages than they do with dynamic content. Form submissions, site searches, and other such user-friendly interfaces on dynamic sites cause real problems for crawlers. Many dynamic sites require user decisions to deliver content - these things are just not easily codeable from the crawler-side.

Part of Google's PageRank algorithm is dependent on how many links there are to a given page (from other sites). I'd guess that a lot of people with websites like Perlmonks. Not knowing a lot about PageRank, I'm guessing that the real difference in scores between PerlMonks content and your site's dynamic content has to do with the last point - external links. How to fix that? Get more people to link to you.

A company I worked for back in the dot-com days did a lot of crawling, and some sites were just impossible - javascript or search forms would be the only way to navigate the site, and you can't just clobber a search CGI to find what you're looking for. Our solution was to get these sites to send us DB dumps of the info we needed instead. Perhaps Google has a service like that available?


In reply to Re: (OT) Google page rank for dynamic pages by swngnmonk
in thread (OT) Google page rank for dynamic pages by fraktalisman

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.