<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029753" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029753</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1174037</link>
    <description> &lt;p&gt;CptAwesome, thanks cpt, Yep it does sort of work like that, basically the content loads due to the page_id variable, this gives it different content.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 22:49:48 +0000</pubDate>
 <dc:creator>dataNdesigns</dc:creator>
 <guid isPermaLink="false">comment 1174037 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1174016</link>
    <description> &lt;p&gt;Don&#039;t just totally dupe the page, in the first line of ASP put something like &quot;$page_id = &#039;Choose&#039;&quot; in the script itself (I don&#039;t know if that&#039;s proper ASP syntax) then put code in the default.asp that if $page_id == &quot;Choose&quot; redirect to Choose.asp (header(&#039;Location: Choose.asp&#039;); in php)&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 13:38:55 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1174016 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1174009</link>
    <description> &lt;p&gt;demonhale - Exactly, thats why I needed the pages to be a different name as they do contain different data.&lt;/p&gt;
&lt;p&gt;CptAwesome - I did make the page generator, just wanted to know if any one had experience of it working.&lt;br /&gt;
If you go to my site and use the following urls you will see what I mean -&lt;br /&gt;
&lt;a href=&quot;http://www.datandesigns.com.au/default.asp?page_id=choose&quot; class=&quot;bb-url&quot;&gt;http://www.datandesigns.com.au/default.asp?page_id=choose&lt;/a&gt;&lt;br /&gt;
and&lt;br /&gt;
&lt;a href=&quot;http://www.datandesigns.com.au/Choose.asp?page_id=Choose&quot; class=&quot;bb-url&quot;&gt;http://www.datandesigns.com.au/Choose.asp?page_id=Choose&lt;/a&gt;&lt;br /&gt;
these are really the same pages, but the page generator I made created the choose.asp page based on the default page.&lt;/p&gt;
&lt;p&gt;Does that make sense? Im wanting to know if anyone knows if this works with the engines or do they compare default.asp and choose.asp and penalise me for duplication, given that in therory they should not even be able to see the default.asp?page_id=choose, by what I have read.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 05:46:41 +0000</pubDate>
 <dc:creator>dataNdesigns</dc:creator>
 <guid isPermaLink="false">comment 1174009 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1174008</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dataNdesigns wrote:&lt;/strong&gt;&lt;br /&gt;
I have read that the more pages your site has the more you can pick up on page rank, hence I have just created a script that duplicates the default page and copys to match the page id&#039;s it got automatic checking etc but im hoping that the search engines will look at this as a seperate pages, ie:&lt;br /&gt;
default.asp -&amp;gt; contactus.asp?page_id=contactus.&lt;/p&gt;
&lt;p&gt;Has anyone tried this? do you think it will work?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes more pages does affect PR,&lt;br /&gt;
but bots also look for relevant pages; not repeating...&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 02:53:55 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1174008 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1174001</link>
    <description> &lt;p&gt;there isn&#039;t really easy or automatic way to do it without mod_rewrite (that I am aware of) you can hardcode values like $page_id into seperate pages, and maybe mod the navigation structure of the site.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 00:52:45 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1174001 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1173999</link>
    <description> &lt;p&gt;Unfortuntatly no I dont have access to change me server, and they are pretty strict about it, thought I would use it if I changed servers, I have also looked at a a url re-write function that goes through the globa.asa file, but it looked a bit ruff.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 00:34:13 +0000</pubDate>
 <dc:creator>dataNdesigns</dc:creator>
 <guid isPermaLink="false">comment 1173999 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-page-creation#comment-1173996</link>
    <description> &lt;p&gt;Can you use mod_rewrite or anything?&lt;br /&gt;
If you can you can leave the page as default.asp but the actual link to it would be something like: default.asp -&amp;gt; d/contact-us/  or just contact-us/ (with or without last slash or even .abc, .html ...)&lt;/p&gt;
&lt;p&gt;am not sure what other links you have but you can get creative&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Jun 2005 22:21:32 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1173996 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
