I did a Plum site a few months ago.  I recently checked Google and found
that the site is still not being found.  Other sites on this server
within this particular organization are being found.  I believe that it
is related to the <noscript> tag that Plum is inserting in the header
include.  Has anyone else had this problem and what is the best
solution.  Only the index page in the "plain" directory is being found
by the spider.

Here is the source:
<noscript><meta http-equiv="Refresh" content="0;
url=http://media.cla.auburn.edu/polisci/plain/index.cfm";></noscript></head>

Here is the page code:
<cfoutput>
        <link href="#Request.stylesheet#" rel="stylesheet"
type="text/css">
        <cfif Request.hasPrintableStylesheet>
                <link href="#Request.layoutStyles#/printstylesheet.css"
rel="stylesheet" type="text/css" media="print">
        </cfif>
        <script type="text/JavaScript"
src="#Request.layoutJS#/Layout.js"></script>
</cfoutput>
</head>

  
--Sam Singer

**********************************************************************
You can subscribe to and unsubscribe from lists, and you can change
your subscriptions between normal and digest modes here:

http://www.productivityenhancement.com/support/DiscussionListsForm.cfm
**********************************************************************

Reply via email to