penders

msg:4393569 | 8:55 pm on Dec 2, 2011 (gmt 0) |
Take out your JavaScript and view the source of your page. If you can read the content that you want indexed then so can the search engines. (And likewise, from an accessibility point of view, your page should still be at least readable to those users who do not have JavaScript enabled.) Search engines generally do not run JavaScript. So, if you have content that is generated entirely by JS, then the SE's are unlikely to see it.
|
bilalseo

msg:4393835 | 4:43 pm on Dec 3, 2011 (gmt 0) |
Hey thanks for the reply. Appreciated. I will do as directed :) thankyou! Bilal
|
rocknbil

msg:4394481 | 6:12 pm on Dec 5, 2011 (gmt 0) |
If you do your pop ups like this, where newWin is the Javascript function, <a href="my-supplemental-data.html" onclick="return newWin('my-supplemental-data.html');">Help</a> Yes. If you do them like this, <a href="#" onclick="return newWin('my-supplemental-data.html');">Help</a> or <ulp> this, <a href="javascript:newWin('my-supplemental-data.html');">Help</a> No.
|
incrediBILL

msg:4394489 | 6:40 pm on Dec 5, 2011 (gmt 0) |
| Search engines generally do not run JavaScript. |
| That rule doesn't apply with Google anymore, they process AJAX and a whole bunch more.
|
bilalseo

msg:4396098 | 6:25 pm on Dec 9, 2011 (gmt 0) |
yes they do not run javascripts..agreed! but what if the popup control by a div through CSS..
|
tangor

msg:4396244 | 4:17 am on Dec 10, 2011 (gmt 0) |
| what if the popup control by a div through CSS |
| That's html. It will be read.
|
incrediBILL

msg:4396266 | 4:59 am on Dec 10, 2011 (gmt 0) |
| yes they do not run javascripts..agreed! |
| Um, I said they DO run javascript, at least Google appears to be. The other SEs I'm not so sure about. CSS is just HTML, it will be read. Javascript pop-ups less likely but not impossible.
|
penders

msg:4396303 | 9:15 am on Dec 10, 2011 (gmt 0) |
| yes they do not run javascripts..agreed! |
| I was speaking generally. As incrediBILL suggests, it is true that Google can read some JavaScript these days. In fact I have recently seen a video of Matt Cutts where he says just that and advises developers to allow the googlebot to spider their JS and CSS files (ie. do not block in robots.txt). TBH, in your case, it shouldn't matter whether the search engine is able to read JavaScript or not - if implemented correctly. If you are using JS, then you should be using JS to hide the unseen content in the first place.
|
bilalseo

msg:4409944 | 5:41 pm on Jan 23, 2012 (gmt 0) |
thanks guys for valued comments and feedback.. appreciated.. :)now I'm much cleared by your thoughts and feeling comfort to go with div and javascript enabled popups.. Thanks, Bilal Qayyum
|
|