Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 07-28-2004, 02:03 PM   #1 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
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?
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-28-2004, 02:05 PM   #2 (permalink)
v7n Mentor
 
awall19's Avatar
 
Join Date: 02-18-04
Location: We Are Penn State!
Posts: 3,554
iTrader: 0 / 0%
Latest Blog:
None

awall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to behold
it would not be worth doing.
awall19 is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-28-2004, 02:24 PM   #3 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
ok then, any other suggestions of showing randomly generated things on the page?
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-28-2004, 03:09 PM   #4 (permalink)
Junior Member
 
Join Date: 05-17-04
Posts: 14
iTrader: 0 / 0%
Latest Blog:
None

pabawn is liked by many
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";
?>
pabawn is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-28-2004, 03:18 PM   #5 (permalink)
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,946
iTrader: 0 / 0%
Latest Blog:
None

imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
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
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
imaginemn is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-28-2004, 04:14 PM   #6 (permalink)
Inactive
 
younghistorians's Avatar
 
Join Date: 10-13-03
Location: USA
Posts: 1,340
iTrader: 0 / 0%
Latest Blog:
None

younghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really niceyounghistorians is just really nice
It depends on what your randomly generating. If it's something like footer links, there shouldn't be a problem.
younghistorians is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-29-2004, 02:35 AM   #7 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
I need to randomly generate the main page content
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-29-2004, 11:58 AM   #8 (permalink)
Contributing Member
 
Shannon's Avatar
 
Join Date: 05-29-04
Location: Victoria, BC, Canada
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

Shannon is liked by many
Send a message via MSN to Shannon
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.
Shannon is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-29-2004, 01:32 PM   #9 (permalink)
Inactive
 
theJack's Avatar
 
Join Date: 07-28-04
Posts: 106
iTrader: 0 / 0%
Latest Blog:
None

theJack is on the right paththeJack is on the right paththeJack is on the right path
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.
theJack is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-29-2004, 03:26 PM   #10 (permalink)
v7n Mentor
 
awall19's Avatar
 
Join Date: 02-18-04
Location: We Are Penn State!
Posts: 3,554
iTrader: 0 / 0%
Latest Blog:
None

awall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to behold
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???
awall19 is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-30-2004, 01:34 AM   #11 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
It would for me though, because I need news stories and stuff randomised.
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-30-2004, 02:22 AM   #12 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
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.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-31-2004, 10:11 AM   #13 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
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.
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Random non-random" image generator tuckerkatt Coding Forum 2 10-31-2006 06:20 PM
Google sitemap problems and missing pages @ support pages ayanev Google Forum 2 03-19-2006 10:42 AM
Effect of number of pages on rankings chester SEO Forum 13 07-21-2005 05:49 AM
Random Brian Graphic Design Forum 7 01-13-2004 12:07 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:19 AM.
© Copyright 2008 V7 Inc