 |
 |
| SEO Forum Search engine optimization discussions. |
|
 |
07-28-2004, 02:03 PM
|
#1 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: England
Posts: 2,781
Latest Blog: None
|
Random pages, how will this effect SEO
Basically I am considering calling up the index.htm as normal but then this contains javascript which loads a random page out of about 5 other index pages named index1.htm etc.
The question is how will this effect links, backlinks, how SE's treat me, and my Google Pagerank.
Because of possible bad factors, would it even be worth doing?
|
|
|
07-28-2004, 02:05 PM
|
#2 (permalink)
|
|
v7n Mentor
Join Date: 02-18-04
Location: We Are Penn State!
Posts: 3,554
Latest Blog: None
|
it would not be worth doing.
|
|
|
07-28-2004, 02:24 PM
|
#3 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: England
Posts: 2,781
Latest Blog: None
|
ok then, any other suggestions of showing randomly generated things on the page?
|
|
|
07-28-2004, 03:09 PM
|
#4 (permalink)
|
|
Junior Member
Join Date: 05-17-04
Posts: 14
Latest Blog: None
|
Learn server side scripting such as PHP.
Place some php code in your page kind of like the following
<?php
$filemod = rand(0, 5);
include $filemod ".txt";
?>
|
|
|
07-28-2004, 03:18 PM
|
#5 (permalink)
|
|
v7n Mentor
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,946
Latest Blog: None
|
No matter what programming language you create this in you will still have the same problem because each page is treated differently with it's own PR.
imaginemn
|
|
|
07-28-2004, 04:14 PM
|
#6 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: USA
Posts: 1,340
Latest Blog: None
|
It depends on what your randomly generating. If it's something like footer links, there shouldn't be a problem.
|
|
|
07-29-2004, 02:35 AM
|
#7 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: England
Posts: 2,781
Latest Blog: None
|
I need to randomly generate the main page content 
|
|
|
07-29-2004, 11:58 AM
|
#8 (permalink)
|
|
Contributing Member
Join Date: 05-29-04
Location: Victoria, BC, Canada
Posts: 90
Latest Blog: None
|
So you don't need many main pages, you just need to put randomly geneterated content into the page.
Create the content and save it as 1.txt, 2.txt, 3.txt, 4.txt
In your index page use a php script to php include one of those files.
I don't really know php so I won't attempt to post the code on how to do that.
|
|
|
07-29-2004, 01:32 PM
|
#9 (permalink)
|
|
Inactive
Join Date: 07-28-04
Posts: 106
Latest Blog: None
|
You can use php to randomly generate the content. The only issue is that the spider will only ever see the one version it is randomly presented. As far as the spider is concerned, you just update your site alot - sometimes reverting to previous content.
If this is an issue, you could link to non-random versions of each page somewhere in your site and make sure the spiders find those pages.
|
|
|
07-29-2004, 03:26 PM
|
#10 (permalink)
|
|
v7n Mentor
Join Date: 02-18-04
Location: We Are Penn State!
Posts: 3,554
Latest Blog: None
|
Quote:
|
Originally Posted by cardesign
I need to randomly generate the main page content 
|
to me I think the home page content would be the very last thing you would want randomized???
|
|
|
07-30-2004, 01:34 AM
|
#11 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: England
Posts: 2,781
Latest Blog: None
|
It would for me though, because I need news stories and stuff randomised.
|
|
|
07-30-2004, 02:22 AM
|
#12 (permalink)
|
|
Inactive
Join Date: 10-26-03
Posts: 2,466
Latest Blog: None
|
Randomising content can be a good idea for human visitors - I do it myself - but my personal opinion is that the search engine benefits are negligable. It's something done for human users.
|
|
|
07-31-2004, 10:11 AM
|
#13 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: England
Posts: 2,781
Latest Blog: None
|
Yeah, I know that search engines probably won't care that much on the positive side, but if I do full pages with different urls then I'm pretty sure it will be negligible. I am going to look into doing it in different ways using php, or javascript in different areas.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 02:34 AM.
© Copyright 2008 V7 Inc
|
|
|