|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Can anyone say for sure whether window.open() links get spidered by
search engines? Thanks. -- Richard Heyes +44 (0)800 0213 172 http://www.websupportsolutions.co.uk Knowledge Base and Desk software that can cut the cost of online support |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
>
> Can anyone say for sure whether window.open() links get spidered by > search engines? > From my experience they don't, but I use a custom Javascript function to open pop-ups. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Richard Heyes wrote:
> Can anyone say for sure whether window.open() links get spidered by > search engines? > Not This Group -- Freyjkell |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Freyjkell wrote:
> Richard Heyes wrote: >> Can anyone say for sure whether window.open() links get spidered by >> search engines? >> > > Not This Group Not what group? -- Richard Heyes +44 (0)800 0213 172 http://www.websupportsolutions.co.uk Knowledge Base and Desk software that can cut the cost of online support |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
It depends on the way you do it, for instance, something like
<a href="url" onclick="return open('url')">... will, but if you use something like <a href="javascript pen()">...chances are it won't. Edward Kay wrote: >> Can anyone say for sure whether window.open() links get spidered by >> search engines? > > From my experience they don't, but I use a custom Javascript function to > open pop-ups. |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
On 10/23/07, Richard Heyes <richardh@phpguru.org> wrote:
> Can anyone say for sure whether window.open() links get spidered by > search engines? > > Thanks. > > -- > Richard Heyes > +44 (0)800 0213 172 > http://www.websupportsolutions.co.uk > > Knowledge Base and Desk software > that can cut the cost of online support > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I know that Google Bot looks through all the text a site spits back at it looking for url's. I had some that I wasn't ever expecting Google to traverse through and it did because it read the URL out of the Javascript variable I had. If you want search engines to pick up your link then you can always use <noscript>. ![]() |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
> If you want search engines to pick up your link then you can always
> use <noscript>. ![]() Interesting. I hadn't thought of that. -- Richard Heyes +44 (0)800 0213 172 http://www.websupportsolutions.co.uk Knowledge Base and Desk software that can cut the cost of online support |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
or <a href="blah referrer"></a> is found by spiders
-- If at first you dont succeed try try try again If at first you do succeed try not to look surprised _ "Richard Heyes" <richardh@phpguru.org> wrote in message news:471E3A7D.8050804@phpguru.org... > > If you want search engines to pick up your link then you can always > > use <noscript>. ![]() > > Interesting. I hadn't thought of that. > > -- > Richard Heyes > +44 (0)800 0213 172 > http://www.websupportsolutions.co.uk > > Knowledge Base and Desk software > that can cut the cost of online support |
|
![]() |
| Outils de la discussion | |
|
|