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 03-01-2006, 12:29 PM   #21 (permalink)
Banned
 
cimmeron's Avatar
 
Join Date: 02-16-06
Posts: 9,607
iTrader: 0 / 0%
Latest Blog:
None

cimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crap
I don't care for drop downs, frankly. I want to see the nav, too. The site they're building encompasses 3 aspects of the business and they want a visitor to see all 3 aspects when they get to the home page. They're using a 3 box layout with drop downs to go to the different sections (looks better than it sounds, trust me).

personally, I'm a TEXT nav type of gal myself ( you can do some cool stuff with CSS) however, I was reading an old post by JS and it said something about not sacrificing the look of the site for the SEO, which I tend to agree with. I'd still rather use text, though, but I don't see a good way to lay this out in the 3 sections and get the visitor to 'get' the site at first glance (usability is important, ya know )

On another note, I read somewhere in my travels that the spiders can read the client side includes, which is an external file, yes? So how does the js differ in that respect? It is also an external file or do the spiders read it differently since it wouldn't be, for example, a php include file?

Lastly, from an SEO standpoint, this site sucks because of the 3 sections, so my strategy is going to be to try to focus on the 3 landing pages as well as the home page. Any thoughts/ideas/rants?

Thanks!
d'b
cimmeron is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 03:20 PM   #22 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by cimmeron
On another note, I read somewhere in my travels that the spiders can read the client side includes, which is an external file, yes?
The only client side includes are frames. And no SE cant read frames without noframes tags.

Quote:
Originally Posted by cimmeron
So how does the js differ in that respect? It is also an external file or do the spiders read it differently since it wouldn't be, for example, a php include file?
SE dont even download external JavaScript file nor have the processing power to compute pure JavaScript.

This Drop down menu is "Accessible" for search engines:

Code:
<ul> <li><a href="#">Home</a></li> <li><a href="#">About</a> <ul> <li><a href="#">History</a></li> <li><a href="#">Team</a></li> <li><a href="#">Offices</a></li> </ul> </li> <li><a href="#">Services</a> <ul> <li><a href="#">Web Design</a></li> <li><a href="#">Internet Marketing</a></li> <li><a href="#">Hosting</a></li> <li><a href="#">Domain Names</a></li> <li><a href="#">Broadband</a></li> </ul> </li> <li><a href="#">Contact Us</a> <ul> <li><a href="#">United Kingdom</a></li> <li><a href="#">France</a></li> <li><a href="#">USA</a></li> <li><a href="#">Australia</a></li> </ul> </li> </ul>
# = URL
http://www.alistapart.com/articles/horizdropdowns

All you need to do is style it with some DHTML (Thats CSS + some Java Script). Depending on the DHTML this makes it only WCAG 1.0 Single A and Section 508 compliant. You maybe able to make it double A but you need to then make it drop down without the use of a mouse and have re-sizable text.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 03-01-2006 at 03:30 PM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 08:01 PM   #23 (permalink)
KRM
Inactive
 
KRM's Avatar
 
Join Date: 02-09-06
Posts: 63
iTrader: 0 / 0%
Latest Blog:
None

KRM is just really niceKRM is just really niceKRM is just really niceKRM is just really niceKRM is just really niceKRM is just really niceKRM is just really niceKRM is just really nice
If you have sitemap then search engines will look to sitemap and if there is a page at that adress it will try to index it. If there is a sitemap then search engines doesn't cares about there is a link to that page or not. It tries to index it.
My sitemap generator is for maximum 1000 pages only. If you have larger site then you can search for sitemap softwares but generally you have to pay for them.
KRM is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 08:20 PM   #24 (permalink)
Banned
 
cimmeron's Avatar
 
Join Date: 02-16-06
Posts: 9,607
iTrader: 0 / 0%
Latest Blog:
None

cimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crap
thanks everyone.

See, I thought that the se's couldn't index a PHP include but I read (in this forum I thought) somewhere that they could.

Can they, or can they not pull in the data from a PHP include file?

On the dropdowns, I want to thank everyone for their help. Johann - thanks for the code, you rock!

d'b
cimmeron is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 08:54 PM   #25 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Cimmeron, are you referring to a PHP include as a stand alone, or PHP include that is in a page? I have entire websites that are mostly PHP includes. The main v7n site is generated from 10 or so PHP includes.

The SE sees what is rendered, not the individual pieces of code.
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 08:58 PM   #26 (permalink)
Banned
 
cimmeron's Avatar
 
Join Date: 02-16-06
Posts: 9,607
iTrader: 0 / 0%
Latest Blog:
None

cimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crap
right, that's what I'm saying. Like index.php has the nav component that is called to in the code as /nav.php

that's what I thought. The code is actually pulled in and the spiders see it, right?
cimmeron is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 09:03 PM   #27 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Quote:
Originally Posted by cimmeron

that's what I thought. The code is actually pulled in and the spiders see it, right?

Correct
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 09:05 PM   #28 (permalink)
Banned
 
cimmeron's Avatar
 
Join Date: 02-16-06
Posts: 9,607
iTrader: 0 / 0%
Latest Blog:
None

cimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crap
danke. it's amazing the stuff I don't know
cimmeron is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-01-2006, 09:06 PM   #29 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Asking helps us all learn, so ask away
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-02-2006, 03:05 AM   #30 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Yeah PHP includes are server side includes not client side and yeah SE see them as one page unlike external JS files but this going off topic!

Quote:
Originally Posted by KRM
If you have sitemap then search engines will look to sitemap....will try to index it.
Yes it indexes the pages but its not the solution for SEO because you lose out on multiple internal link text use and so would lose out in the ranking of top level menu pages!

Also it still maybe illegal under Law becuase a screenreader would have to navigate a massive list of pages.

I have already listed the only sensible solution for a drop down in my post above.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 03-02-2006 at 03:11 AM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-08-2006, 02:16 PM   #31 (permalink)
Banned
 
cimmeron's Avatar
 
Join Date: 02-16-06
Posts: 9,607
iTrader: 0 / 0%
Latest Blog:
None

cimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crapcimmeron is web crap
Huh?

Quote:
Originally Posted by Johan007
Yes it indexes the pages but its not the solution for SEO because you lose out on multiple internal link text use and so would lose out in the ranking of top level menu pages!

Also it still maybe illegal under Law becuase a screenreader would have to navigate a massive list of pages.
Also, do ASP includes work the same way as PHP, in that the SEs read it on the page? data is actually being pulled from sql.
cimmeron is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-13-2006, 06:59 PM   #32 (permalink)
Inactive
 
Join Date: 03-13-06
Posts: 10
iTrader: 0 / 0%
Asian Playboy is liked by many
Quote:
Originally Posted by webprofessor
The only reason it wouldn't would be you have an excessive number of links ( last time I tested ~120, most people reccomend no more the 100 per page ) or an excessive file size, which from looking at the serps ( I did this sometime ago it may have changed in the last 8 or 9 months ) would be a filesize of about 1/2 a meg for google ( hint: look at the cache of really really large pages ).
I used one of those free meta tag analyzers and it said I had something like 376 links.

I guess that's a bad thing?
Asian Playboy is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-13-2006, 07:16 PM   #33 (permalink)
Contributing Member
 
Join Date: 02-13-06
Posts: 278
iTrader: 0 / 0%
webprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to beholdwebprofessor is a splendid one to behold
Assuming its correct, yes that would be bad in my opinion
webprofessor is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-13-2006, 09:03 PM   #34 (permalink)
Inactive
 
Join Date: 03-13-06
Posts: 10
iTrader: 0 / 0%
Asian Playboy is liked by many
LOL, ok. I probably went overboard with all the drop down menus (heck, it IS a blog with some 200 posts).

Why are more than 100 links that bad anyways?
Asian Playboy is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-14-2006, 02:45 AM   #35 (permalink)
Potato Monster
 
Immo's Avatar
 
Join Date: 03-26-04
Location: Chester, England
Posts: 3,874
iTrader: 0 / 0%
Immo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest order
Send a message via ICQ to Immo Send a message via AIM to Immo Send a message via MSN to Immo Send a message via Yahoo to Immo Send a message via Skype™ to Immo
I always do <div> with hover properties to show menus, the divs inside the hidden layers are spidered by SE's and the text is still used by the SE's as the content is in plain HTML on the pages.
__________________
I have become death, destroyer of worlds.
Immo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-14-2006, 03:55 AM   #36 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Quote:
Originally Posted by Asian Playboy

Why are more than 100 links that bad anyways?

Quote:
Originally Posted by Google
Keep the links on a given page to a reasonable number (fewer than 100).
From: http://www.google.com/webmasters/guidelines.html
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-14-2006, 07:35 AM   #37 (permalink)
v7n Mentor
 
sixty6's Avatar
 
Join Date: 01-03-06
Location: Illinois
Posts: 1,499
iTrader: 0 / 0%
sixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nicesixty6 is just really nice
Send a message via ICQ to sixty6 Send a message via AIM to sixty6 Send a message via Skype™ to sixty6
The easiest way to check for this is simply click on View -> Page Source and look at the HTML Code to see if it links to the correct pages, otherwise, Spiders won't see it
__________________
Sixty6 Hosting - 1(888)229-3185
LinkVault
sixty6 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-22-2006, 09:56 PM   #38 (permalink)
Inactive
 
DotZero's Avatar
 
Join Date: 05-22-06
Location: Brisbane, Australia
Posts: 57
iTrader: 0 / 0%
DotZero is liked by somebodyDotZero is liked by somebodyDotZero is liked by somebodyDotZero is liked by somebodyDotZero is liked by somebody
Send a message via MSN to DotZero Send a message via Skype™ to DotZero
Quote:
Originally Posted by Johan007
The only client side includes are frames. And no SE cant read frames without noframes tags.



SE dont even download external JavaScript file nor have the processing power to compute pure JavaScript.

This Drop down menu is "Accessible" for search engines:

Code:
<ul> <li><a href="#">Home</a></li> <li><a href="#">About</a> <ul> <li><a href="#">History</a></li> <li><a href="#">Team</a></li> <li><a href="#">Offices</a></li> </ul> </li> <li><a href="#">Services</a> <ul> <li><a href="#">Web Design</a></li> <li><a href="#">Internet Marketing</a></li> <li><a href="#">Hosting</a></li> <li><a href="#">Domain Names</a></li> <li><a href="#">Broadband</a></li> </ul> </li> <li><a href="#">Contact Us</a> <ul> <li><a href="#">United Kingdom</a></li> <li><a href="#">France</a></li> <li><a href="#">USA</a></li> <li><a href="#">Australia</a></li> </ul> </li> </ul>
# = URL
http://www.alistapart.com/articles/horizdropdowns

All you need to do is style it with s