|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hyperlink Coding
Can anyone give me some coding that opens a hyperlink from one site to another but the new site landing page must open on a full page. Not using javascript that is google friendly !
Thanks In advance |
|
#2
|
||||
|
||||
|
You cannot control the size of a new page/tab/window that opens without using javascript. That's because the html code will just open a new tab/window of the same size as the current one.
But - to open a link into a new window or tab - you can specify a target attribute like so: <a href="...whatever..." target="_blank" > Click here :-) </a> Best thing you can do is ask the visitor to hit the [F11] key
__________________
Last edited by dzine : July 1st, 2008 at 09:35 AM. |
|
#3
|
|||
|
|||
|
Is it true to say that google cant follow javascript links and or doesnt like them ?
|
|
#4
|
|||
|
|||
|
Is it true to say that google would not like this ? is it the no follow ?
a href="https://unbeatablelifeandcriticalinsurance.co.uk/quoteform.php?id=2" target="_blank" title="CRITICAL ILLNESS COVER" rel="nofollow"> Last edited by g1pkn : July 1st, 2008 at 10:06 AM. |
|
#5
|
||||
|
||||
|
The issue is not whetter Google will like it or not.
Google will read that just fine. What it won't do is pass any weight or page rank to that page. I have done a test recently (view the testing section in this forum) that showed that Google can read javascript in the form of Code:
document.write("<h1>Markup Here</h1>");
and even some basic Javascript links. Depending on what you want your page to do, you could link the page to another page on your site that loaded some javascript which resized tha page onload and then redirected the user to the refering site. Although if you are not bother about it being indexed (hence the nofollow) then I can't see why you wouldn't do that with a javascript link.
__________________
SEO Tutorials for Beginners, SEO News, SEO Testing IKROH SEO for UK Search Engine Optimisation call 01908 379938 |
|
#6
|
|||
|
|||
|
Is there any way of opening the page and not using javascript ?
|
|
#7
|
||||
|
||||
|
Yes read dzine's post above.
|
![]() |
| Viewing: SEO Chat Forums > Google > Google Optimization > Hyperlink Coding |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|