My Turbo Archive...will it help?

Please support our Search Engine Optimization advertiser: Get a Free SEO Analysis!
Reply

Join Date: Aug 2004
Posts: 193
Reputation: YoungCoder is an unknown quantity at this point 
Solved Threads: 2
YoungCoder's Avatar
YoungCoder YoungCoder is offline Offline
Junior Poster

My Turbo Archive...will it help?

 
0
  #1
Sep 10th, 2004
Hi all,

I own a vbulletin forum, from what i hear the archive that comes withvbulletin isn't great when it comes to SEO. What i have done is created a second archive for my forum that follows SEO procedures. I could have created the whole thing dynamically but i decided to make it as pure HTML insted. I also tried to let it comply with XHTML standards as well.

Here is the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head><title>Young Computer Programmers Forum</title>
<meta name="keywords" content="forum, programming, visual basic, c++, php, mysql, kids, young" />
<meta name="description" content="Forum aimed at young people that are interested in computer programming" />
<link title="Young Computer Programmers Forum RSS Feed" href="http://www.youngcoders.com/external.php?type=php" type="application/rss+xml" rel="alternate" />
</head>
<body><center>
<h1>Young Computer Programmers Forum</h1><br />
<h2><a href="http://www.youngcoders.com/">Main Site</a></h2><br />
<h3><b><a href="http://www.youngcoders.com/archive/index.php/">VB Archive</a></b></h3>
</center>
<br />
YoungCoders is a forum aimed at helping younger people that are interested in computer programming.<br /><br />
<h3><b><a href="http://www.youngcoders.com/forum22.html">Anouncements</a></b></h3><br />
<p>
<b><a href="http://www.youngcoders.com/forum23.html">Anouncements</a></b><br />
<b><a href="http://www.youngcoders.com/forum24.html">News</a></b><br />
<p>
<b><a href="http://www.youngcoders.com/forum41.html">Scientific Discoveries</a></b><br />
<b><a href="http://www.youngcoders.com/forum38.html">Gaming News</a></b><br />
<b><a href="http://www.youngcoders.com/forum42.html">Politics</a></b><br />
</p>
</p><br /><br />
YoungCoders provides HTML help, as well as support and tutorials for other programming languages such as PHP, ASP and JavaScript.<br /><br />
<h3><b><a href="http://www.youngcoders.com/forum10.html">Web Programming</a></b></h3><br />
<p>
<b><a href="http://www.youngcoders.com/forum11.html">PHP Programming</a></b><br />
<b><a href="http://www.youngcoders.com/forum14.html">ASP Programming</a></b><br />
<b><a href="http://www.youngcoders.com/forum15.html">HTML/CSS Programming</a></b><br />
<b><a href="http://www.youngcoders.com/forum16.html">JavaScript Programming</a></b><br />
</p><br /><br />
Learning to program is simple with the help of others! YoungCoders provides a warm community where everybody can help each other and share knowledge.<br /><br />
<h3><b><a href="http://www.youngcoders.com/forum17.html">Software Programming</a></b></h3><br />
<p>
<b><a href="http://www.youngcoders.com/forum18.html">C Programming</a></b><br />
<b><a href="http://www.youngcoders.com/forum19.html">Visual Basic Programming</a></b><br />
</p><br /><br />
There are also sections that deal with Graphic design, as graphic design can proove essential in program construction, especially in web based applications.<br /><br />
<h3><b><a href="http://www.youngcoders.com/forum43.html">Graphic Design</a></b></h3><br />
<p>
<b><a href="http://www.youngcoders.com/forum29.html">General Graphic Design</a></b><br />
<b><a href="http://www.youngcoders.com/forum44.html">Web Design</a></b><br />
</p><br /><br />
You get the chance to read a range of diffrent tutorials in diffrent subjects, including the use of photoshop, you may also buy and sell in the marketplace, advertise in the Ad Rack, and even win competitions in the contest section.<br /><br />
<h3><b><a href="http://www.youngcoders.com/forum3.html">Other</a></b></h3><br />
<p>
<b><a href="http://www.youngcoders.com/forum4.html">General discussion</a></b><br />
<p>
<b><a href="http://www.youngcoders.com/forum37.html">Suggestions</a></b><br />
<b><a href="http://www.youngcoders.com/forum49.html">Gmail</a></b><br />
</p>
<b><a href="http://www.youngcoders.com/forum27.html">New Member Introductions</a></b><br />
<b><a href="http://www.youngcoders.com/forum47.html">Computer Security</a></b><br />
<b><a href="http://www.youngcoders.com/forum28.html">Site Reviews</a></b><br />
<b><a href="http://www.youngcoders.com/forum26.html">Contests</a></b><br />
<b><a href="http://www.youngcoders.com/forum6.html">Tutorials</a></b><br />
<p>
<b><a href="http://www.youngcoders.com/forum46.html">HTML</a></b><br />
<b><a href="http://www.youngcoders.com/forum48.html">Javascript</a></b><br />
<b><a href="http://www.youngcoders.com/forum25.html">PHP</a></b><br />
<b><a href="http://www.youngcoders.com/forum45.html">Photoshop</a></b><br />
</p>
<b><a href="http://www.youngcoders.com/forum7.html">MarketPlace</a></b><br />
<b><a href="http://www.youngcoders.com/forum8.html">Ad Rack</a></b><br />
<b><a href="http://www.youngcoders.com/forum9.html">Employment area</a></b><br />
<b><a href="http://www.youngcoders.com/forum21.html">Junkyard</a></b><br />
</p>
</body>
</html>

You can see it here.

Basically i would like to know if that is good SEO-wise, suggestions for improvements are appreciated as i would like to be crawled to infinity :cheesy:

I also placed a link to it in the normal vbulletin archive called "Turbo Archive". Would it be best if i completely replaced the normal archive with it? Or should i just leave it as a link?

Thanks in advance,

YoungCoder
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 10
Reputation: carterman is an unknown quantity at this point 
Solved Threads: 1
carterman carterman is offline Offline
Newbie Poster

Re: My Turbo Archive...will it help?

 
0
  #2
Nov 28th, 2004
interesting indeedy
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,036
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 129
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: My Turbo Archive...will it help?

 
0
  #3
Nov 28th, 2004
First thing is your demo gives a 404 error. I don't think it would be too hard to write a dynamic PHP script that grabs all your forums and forum descriptions and creates that page dynamically, though. As for vB's built in archive, I think the only thing bad about it is that the directory actually has a dot in it (i.e. /index.php/) which sorta gives the impression that it's dynamic anyways. Certain older spiders might even get tripped up on that.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Search Engine Optimization Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC