Webmaster Forum


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

Google Forum Discuss Google related issues.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 04-25-2006, 07:32 PM   #1 (permalink)
Inactive
 
Join Date: 04-06-06
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

kiraz is an unknown quantity at this point
DHTML & Javascript

Right now I am using a DHTML and Javascript menu system for my links. All of the URLS are included in an external .js file. Im thinking this is probably a very bad Idea for google and all search engines, although google indexed today and found most of my pages.

your thoughts?

edit: forgot URL

http://www.karma-web.com

thanks

Last edited by kiraz : 04-25-2006 at 07:40 PM.
kiraz is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2006, 03:13 AM   #2 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
If you are going to use DHTML and javascript its best to have it in an external file. That way the search spiders don't have to go through all of the useless coding.
__________________
Omaha Web Design | Cube Directory
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2006, 04:19 AM   #3 (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 bratwebdesign
If you are going to use DHTML and javascript its best to have it in an external file. That way the search spiders don't have to go through all of the useless coding.
Whoops sorry bratwebdesign that is wrong! It doesn’t matter if the JavaScript is on page or in an external file. What matters in terms of Search Engines is that the HTML still has a “a” tag with the “href” attribute visible in the HTML. Pure JS will not work. To make the markup semantically correct display the menu as a list item in the HTML and use CSS to style it with some JavaScript if you really needed it.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2006, 05:18 AM   #4 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
Quote:
Whoops sorry bratwebdesign that is wrong! It doesn’t matter if the JavaScript is on page or in an external file. What matters in terms of Search Engines is that the HTML still has a “a” tag with the “href” attribute visible in the HTML. Pure JS will not work. To make the markup semantically correct display the menu as a list item in the HTML and use CSS to style it with some JavaScript if you really needed it.
I was just saying if he is going to use javascript or dhtml to put the coding in an external file. I posted after I looked at the source of his page along with the js file he is using for the menu. The menu is put in a "td" tag.
__________________
Omaha Web Design | Cube Directory

Last edited by bratwebdesign : 04-26-2006 at 05:36 AM.
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2006, 12:39 PM   #5 (permalink)
Inactive
 
Join Date: 04-06-06
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

kiraz is an unknown quantity at this point
ah i see, my links are not in html form anymore, i guess i should change it. The links are acctually contained in an external file too.
kiraz is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-27-2006, 03:52 AM   #6 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
kiraz - you can always put links to your other web pages for your site in the footer and leave the menu that you have there.
__________________
Omaha Web Design | Cube Directory
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-29-2006, 05:04 AM   #7 (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
...sure as a quick fix use footer link but footer links can look ugly
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-30-2006, 10:08 AM   #8 (permalink)
Inactive
 
Join Date: 04-06-06
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

kiraz is an unknown quantity at this point
Yeah im thinkin ill just make a sitemap with all the links on it. It would probably work the best.
kiraz is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Google 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
For DHTML,JS, Fanactics... kyrie Coding Forum 1 03-08-2008 09:25 PM
Using Dhtml menu's is good for SEO ? bachu SEO Forum 12 01-18-2007 07:27 AM
Count-up from a particular year + Javascript within Javascript? Help! Azam.biz Coding Forum 3 06-06-2005 07:47 AM
DHTML menu that is relatively positioned ToTheWeb Coding Forum 9 03-09-2005 04:09 PM
dhtml suggestions? younghistorians Coding Forum 3 06-08-2004 08:12 PM


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


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