|
How does the search engine stuff work for the onmouseover style?
Return to Recent Questions
Q:
A web developer told me to stay away from java script onmouseover style if you want google to recognize your webpage. Can you
tell me how onmouseover style works for spiders?
How does the search engine stuff work?
A:
Spiders can't read dynamically-generated Javascript code, so they
can't read onmouseover style links.
Search engine friendly code means that you can add additional html code
within your html page. You can generate such a code using DHTML Tuner
GUI that you can find in the trial menu package. But if you'll use the
onmouseover style without any additional html code, spider won't see menu links.
Return to Recent Questions
Related:
- Aug 07, 2007 - Is using search engine friendly code the same as using normal html javascript select menu for google?
- Aug 09, 2007 - Can I create my floating dynamic menu html to make it search engines friendly?
- Sep 17, 2007 - Can you let me know, if net navigation menu supports search engine friendly code?
- Sep 23, 2007 - Is there a way to make your dynamic menu accessible to the search engine?
- Sep 24, 2007 - Where I should add this search engine code for dynamic navigation menu?
- Nov 22, 2007 - Where should I add this search engine code for menu vertical?
- Dec 01, 2007 - Is there a way to make your xml dropdown menu accessible to the search engine?
- Feb 11, 2008 - Is there a way to make your popup menu css accessible to the search engine?
- Feb 13, 2008 - Where I should add this search engine code for popup menu using?
|