473,394 Members | 1,840 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Link functions and search engines.

I generate my webpages from a database. A good many of my links are popup
links. For convenience I am using a javascript function to pop up the window
e.g.

popInternalWindow("Home");

popInternalWindow(pagename)
{
popupString = "<%=session("DomainName")%>" = "/" + pagename + ".htm";
pagename = window.open(popupString,pagename,'[parameters]');
}

There is nothing in my code for a search engine to follow and naturally I
would like the search engines to index the entire site. If I was to have a
table with visibility turned off containing all of my lings as regular links
e.g.

<table style="visibility:hidden">
<tr><td>
<a href="[full link name1]">Home</a>
<a href="[full link name2]">Products</a>
..
..
..
</td></tr>
</table>

would the search engines follow those or are they designed to ignore
non-visible html?
If not, is there any other way of doing it other than not using a function
for the popups?

Jul 20 '05 #1
6 1568
Simon Wigzell wrote:

<snip ugly popup code>
would the search engines follow those or are they designed to ignore
non-visible html?
No, no and its not HTML.

To follow window.open functions the bot would have to be designed so it can
process JavaScript. It isn't designed to do so. It isn't designed to ignore
it either, it just can't cope.
If not, is there any other way of doing it other than not using a function
for the popups?


Use a sane function for popups[1]
* http://jibbering.com/faq/#FAQ4_24
* http://www.allmyfaqs.com/faq.pl?Console_window

[1] Better yet - don't use popups, they are almost always a bad design
decision

--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #2

"David Dorward" <do*****@yahoo.com> wrote in message
news:bq*******************@news.demon.co.uk...
Simon Wigzell wrote:

<snip ugly popup code>
would the search engines follow those or are they designed to ignore
non-visible html?
No, no and its not HTML.

To follow window.open functions the bot would have to be designed so it

can process JavaScript. It isn't designed to do so. It isn't designed to ignore it either, it just can't cope.
If not, is there any other way of doing it other than not using a function for the popups?


Use a sane function for popups[1]
* http://jibbering.com/faq/#FAQ4_24
* http://www.allmyfaqs.com/faq.pl?Console_window

[1] Better yet - don't use popups, they are almost always a bad design
decision

--
David Dorward <http://dorward.me.uk/>


Thanks, but my question was about whether search engines would find links
inside a table with "visible = hidden", I wasn't asking your opinion about
popup links!
Jul 20 '05 #3
Simon Wigzell wrote:
Thanks, but my question was about whether search engines would find links
inside a table with "visible = hidden", I wasn't asking your opinion about
popup links!


What? Oh. <Rereads.> Ah.

Maybe. Maybe not. They might consider it spamming.

Either way - not using broken JavaScript in the first place will fix the
problem for any user agent which can't handle JavaScript (You know that
about half a dozen security flaws were found in the scripting engine in
MSIE last week and that its been recomended that IE users keep scripting
turned off until they are patched?
<http://www.theregister.co.uk/content/55/34186.html>)

--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #4
Simon Wigzell wrote:
Thanks, but my question was about whether search engines would find links
inside a table with "visible = hidden", I wasn't asking your opinion about
popup links!


What? Oh. <Rereads.> Ah. You fooled by asking a SEO/CSS question in c.l.j :)

Maybe. Maybe not. They might consider it spamming.

Either way - not using broken JavaScript in the first place will fix the
problem for any user agent which can't handle JavaScript (You know that
about half a dozen security flaws were found in the scripting engine in
MSIE last week and that its been recomended that IE users keep scripting
turned off until they are patched?
<http://www.theregister.co.uk/content/55/34186.html>), its recomended not to
use JavaScript in a way which can't degrade gracefully.

--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #5
JRS: In article <uRoAb.577883$6C4.133087@pd7tw1no>, seen in
news:comp.lang.javascript, Simon Wigzell <si**********@shaw.ca> posted
at Sat, 6 Dec 2003 18:03:06 :-

would the search engines follow those or are they designed to ignore
non-visible html?


If those are in fact real, visible, pages, then you can link to them all
from a new page not intended for humans to see, and link to that page
from a well-known page in an inconspicuous manner that robots will
follow.

Otherwise, will the engines be able to get a meaningful index entry to
display?

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://jibbering.com/faq/> Jim Ley's FAQ for news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> JS maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/JS/&c., FAQ topics, links.
Jul 20 '05 #6
Simon Wigzell wrote:
[OjE borken fullquote crap]
You may want to read http://www.allmyfaqs.com/faq.pl?How_to_post
Thanks, but my question was about whether search engines would find links
inside a table with "visible = hidden",
The Magic Eight Ball says: Unlikely.
I wasn't asking your opinion about popup links!


This is a discussion group, (paid) support forums are elsewhere.
PointedEars
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Aardwolf | last post by:
I have recently started to convert several of my websites over to dynamic sites with pages written as requested with php and in some cases using mysql databases to supply data within parts of the...
0
by: R. Rajesh Jeba Anbiah | last post by:
Q: Is PHP search engine friendly? Q: Will search engine spiders crawl my PHP pages? A: Spiders should crawl anything provided they're accessible. Since, nowadays most of the websites are been...
11
by: Petre Huile | last post by:
I have designed a site for a client, but they have hired an internet marketing person to incrase their search engine ranking and traffic. He wants to put extra-large fonts on every page which will...
6
by: nntp | last post by:
I have a set of links which I want search engines to crawl them, but I want to disable them from my visitors, so I will ask the link owners to pay me to let me enable them. <a disabled...
2
by: Patrick | last post by:
Are the differences between a search engine, a subject directory and a meta search engine significant for an ebusiness web site owner? A meta search engine merely uses ordinary existing search...
39
by: Noticedtrends | last post by:
Can inference search-engines narrow-down the number of often irrelevant results, by using specific keywords; for the purpose of discerning emerging social & business trends? For example, if...
9
by: Viken Karaguesian | last post by:
Hello all, I'm making a calendar section in a website. Each month is its own page and navigated by Previous / Next links. I have it working now with standard hyperlinks, but I want to learn how...
38
by: ted | last post by:
I have an old link that was widely distributed. I would now like to put a link on that old page that will go to a new page without displaying anything.
9
by: Cartoper | last post by:
I want to move the image for a link from the HTML to the CSS, but cannot figure out how to do it. Here is the old HTML: <a href="somewhere.html"><img src="anImage.gif"/></a> The image is 18x48
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.