HighDots Forums  

Layers & Search Engines

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Layers & Search Engines in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
director boy
 
Posts: n/a

Default Layers & Search Engines - 11-09-2004 , 01:21 PM






I've set up a simple page that uses the 'Set Text of Layer' Behavior. I have
one layer and several buttons, each with its own 'Set Text of Layer' command
attached. Are search engines able to search through the html code that each
button loads into the layer? Thanks. j


Reply With Quote
  #2  
Old   
Pablo
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 01:29 PM






Yes



"director boy" <webforumsuser (AT) macromedia (DOT) com> a écrit dans le message de
news: cmr1rj$22$1 (AT) forums (DOT) macromedia.com...
Quote:
I've set up a simple page that uses the 'Set Text of Layer' Behavior. I
have
one layer and several buttons, each with its own 'Set Text of Layer'
command
attached. Are search engines able to search through the html code that
each
button loads into the layer? Thanks. j




Reply With Quote
  #3  
Old   
darrel
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 01:45 PM



Quote:
I've set up a simple page that uses the 'Set Text of Layer' Behavior. I
have
one layer and several buttons, each with its own 'Set Text of Layer'
command
attached. Are search engines able to search through the html code that
each
button loads into the layer? Thanks. j
Depends...if your content is stored in javascript strings, It's doubtful the
search engine will be able to pull that out in any clean way.

If it's merely a bunch of layers that are being hidden and shown via
javascript, then the robot should be able to read the content just fine.

-Darrel




Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 01:51 PM



Quote:
Depends...if your content is stored in javascript strings, It's doubtful
the
search engine will be able to pull that out in any clean way.
It's not. Set Text of Layer embeds server encoded HTML strings on the body
of the page.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"darrel" <notreal (AT) hotmail (DOT) com> wrote

Quote:
I've set up a simple page that uses the 'Set Text of Layer' Behavior. I
have
one layer and several buttons, each with its own 'Set Text of Layer'
command
attached. Are search engines able to search through the html code that
each
button loads into the layer? Thanks. j

Depends...if your content is stored in javascript strings, It's doubtful
the
search engine will be able to pull that out in any clean way.

If it's merely a bunch of layers that are being hidden and shown via
javascript, then the robot should be able to read the content just fine.

-Darrel





Reply With Quote
  #5  
Old   
darrel
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 01:57 PM



Quote:
It's not. Set Text of Layer embeds server encoded HTML strings on the
body
of the page.
What is a 'server encoded HTML string'?

-Darrel




Reply With Quote
  #6  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 02:08 PM



Try it - you will see....

http://www.murraytestsite.com/showtextoflayer.htm

Look at the code.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"darrel" <notreal (AT) hotmail (DOT) com> wrote

Quote:
It's not. Set Text of Layer embeds server encoded HTML strings on the
body
of the page.

What is a 'server encoded HTML string'?

-Darrel





Reply With Quote
  #7  
Old   
Gary White
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 02:17 PM



director boy wrote:

Quote:
I've set up a simple page that uses the 'Set Text of Layer' Behavior. I have
one layer and several buttons, each with its own 'Set Text of Layer' command
attached. Are search engines able to search through the html code that each
button loads into the layer? Thanks. j

Using the SetTextOfLayer behavior puts the text into a JavaScript string
that search engines cannot see. Even if they could, a person following a
link to that page would, very likely, not see what it was because it was
not showing, so they would leave the site and go back to their search
results looking for a site that actually showed them what they searched
for. I would suggest you abandon this idea.


Gary


Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 02:19 PM



Ugh - you are exactly right. Apologies to those I may have mislead with my
earlier comments.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Gary White" <reply (AT) newsgroup (DOT) please> wrote

Quote:
director boy wrote:

I've set up a simple page that uses the 'Set Text of Layer' Behavior. I
have
one layer and several buttons, each with its own 'Set Text of Layer'
command
attached. Are search engines able to search through the html code that
each
button loads into the layer? Thanks. j


Using the SetTextOfLayer behavior puts the text into a JavaScript string
that search engines cannot see. Even if they could, a person following a
link to that page would, very likely, not see what it was because it was
not showing, so they would leave the site and go back to their search
results looking for a site that actually showed them what they searched
for. I would suggest you abandon this idea.


Gary



Reply With Quote
  #9  
Old   
darrel
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 02:32 PM



Quote:
Try it - you will see....

http://www.murraytestsite.com/showtextoflayer.htm

Look at the code.
It looks like it's storing the pertinent layer information in a string
within a javascript function. The search engine may see it, but it's going
to be intertwined with the javascritpt code...which may or may not be a
detriment.

Personally, if the content needs javascript to access it, I'd consider that
a potential issue for the search engine.

-Darrel




Reply With Quote
  #10  
Old   
darrel
 
Posts: n/a

Default Re: Layers & Search Engines - 11-09-2004 , 02:33 PM



Quote:
Ugh - you are exactly right. Apologies to those I may have mislead with
my
earlier comments.
Oh...then ignore my other comment. ;o)

-Darrel




Reply With Quote
Reply




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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.