The actual wording in the top-right of the titlebar (below the monk pictures) says "Perl Monks", not "Perlmonks". It would quite permissible to give the page a title including "Perl Monks" as two words - I think that's what Vroom probably meant all along.

The search-engines-versus-GET-variables thing is a failry deep problem with Everything. I wonder how hard it would be to get the engine to understand /-delimited fields? Default behaviour for most webservers is to serve the request for the first existing file in the request path, even if there are other trailing components. So we could go to http://perlmonks.org/index.pl/node_id=51515/lastnode_id=09876 and Gooogle would happily index it.


In reply to Re: Google top hits for "perl" by n3dst4
in thread Google top hits for "perl" by japh

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.