473,805 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.

popInternalWind ow("Home");

popInternalWind ow(pagename)
{
popupString = "<%=session("Do mainName")%>" = "/" + pagename + ".htm";
pagename = window.open(pop upString,pagena me,'[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="visibili ty: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 1595
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******** ***********@new s.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$6 C4.133087@pd7tw 1no>, seen in
news:comp.lang. javascript, Simon Wigzell <si**********@s haw.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.demo n.co.uk/js-index.htm> JS maths, dates, sources.
<URL:http://www.merlyn.demo n.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
1649
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 pages rather than the plain HTML that they used to be writtten in. I am concerned as to how this will affect the ability of the search engine spiders to map out my websites. Can anyone tell me what the ramifications of doing this are, and if...
0
4163
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 developed with PHP, you are not supposed to doubt that. As a proof that PHP pages could be crawled and indexed, refer this Google search
11
4241
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 make the design looks a bit rediculous. He also said that the big text cannot be hidden. I am just trying to find a compromise. Here are the questions: (1) Is it true that a page with an <H1> tag and very big font size will make a search...
6
3177
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 href="#">bahbahbah</a> Does not work, as it is still clickable. It only changes the color to grey.
2
11851
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 engines. A subject directory classifies websites into some category. Could anyone point me towards the differences between these three that are significant for an ebusiness web site owner?
39
4418
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 authors of content subconsciously mention the keywords "lately and noticed" within the same brief sentence, the reader may infer "an unintended message" through the process of "inferential scanning;" a method of noting "semantic anomalies" which may...
9
2973
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 to use Link Rel and Link Rev commands to do the navigation. At the W3C website it shows how to use the Link Rel and Link Rev in the <head> section:
38
5083
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
2563
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
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10363
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10368
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10107
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.