Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Crawlability And Perl Includes
Started by
trynet
, Aug 16 2004 07:47 AM
7 replies to this topic
#1
Posted 16 August 2004 - 07:47 AM
Sorry if this one's been asked before. Looked around and couldn't find anything.
What, if any, negative impact is there on the ability for spiders (primarily googlebot) to successfully crawl a site when the navigation system is largely comprised of an include that refers to a .cgi Perl script?
The script itself contains normal link markup (proper use of Anchor element) and the use of Unordered List for the links structure. In fact, here is a chunk of the code that I am talking about:
#Contact
if ($ENV{DOCUMENT_NAME} eq 'contact.html') {print "<li class=\"nolink\">Contact</li>\n"; }
else {print "<li><a href=\"contact.html\">Contact</a></li>\n"; }
(The landing pages are all fixed URLs such as this one, contact.html).
My assumption is that what I am doing will have no negative impact and that the site will be able to be freely crawled after launch. But since I am in development let me get it right before I launch.
Thanks much for your time.
Bud
What, if any, negative impact is there on the ability for spiders (primarily googlebot) to successfully crawl a site when the navigation system is largely comprised of an include that refers to a .cgi Perl script?
The script itself contains normal link markup (proper use of Anchor element) and the use of Unordered List for the links structure. In fact, here is a chunk of the code that I am talking about:
#Contact
if ($ENV{DOCUMENT_NAME} eq 'contact.html') {print "<li class=\"nolink\">Contact</li>\n"; }
else {print "<li><a href=\"contact.html\">Contact</a></li>\n"; }
(The landing pages are all fixed URLs such as this one, contact.html).
My assumption is that what I am doing will have no negative impact and that the site will be able to be freely crawled after launch. But since I am in development let me get it right before I launch.
Thanks much for your time.
Bud
#2
Posted 16 August 2004 - 07:54 AM
Welcome Bud! 
When you view the source code from your browser do you see all the links fine? If so, it shouldn't be a problem. All SSI that I've seen works that way.
Jill
When you view the source code from your browser do you see all the links fine? If so, it shouldn't be a problem. All SSI that I've seen works that way.
Jill
#3
Posted 16 August 2004 - 08:23 AM
Links are definitely visible via browser. Thought my method would be ok.
Thanks Jill. Your Forum is extra-ordinary!!
Bud
Thanks Jill. Your Forum is extra-ordinary!!
Bud
#4
Posted 16 August 2004 - 08:30 AM
Links are visible as <a href> links when you view the source code through your browser? (Not just viewing the page.)
#5
Posted 16 August 2004 - 08:49 AM
Absolutely yes.
The source code comes out like this in the downloaded page:
<li><a href="contact.html">Contact</a></li>
Wouldn't be good any other way. Thanks for checking Jill!!
Bud
The source code comes out like this in the downloaded page:
<li><a href="contact.html">Contact</a></li>
Wouldn't be good any other way. Thanks for checking Jill!!
Bud
#6
Posted 16 August 2004 - 02:06 PM
Welcome to the forum, Bud - hope you enjoy being with us.
BrianR
BrianR
#7
Posted 24 August 2004 - 10:17 AM
Thanks Brian.
From what I can tell I asked a reasonably good question. It wasn't just me doing all of the clicking!!
This is a great service to humanity and I will use it often.
Bud
From what I can tell I asked a reasonably good question. It wasn't just me doing all of the clicking!!
This is a great service to humanity and I will use it often.
Bud
#8
Posted 24 August 2004 - 10:23 AM
Welcome Bud! 
Glad the forum is of use to you!
Glad the forum is of use to you!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







