My solution is to render everything in javascript except for the AdSense ads which I render in the "index.html" in a hidden div. Then when I want to show the ads i position them using javascript and set the visibility to true. Works pretty good.
Cheers, -Andrin On Mon, Feb 27, 2012 at 7:24 PM, Leandro Rezende <[email protected]>wrote: > Jeff, u hit the point. > > I googled before send the question to the group, as u said there are alot > of discussion about this, and alot of people with the same problem.. > > as i didnt found a "solution", i was in doubt if it was possible or not to > apply on ADsense in these situation, so my last resource was ask here =) > > anyway i will try google again with others "Key words" > > thx u again > Leandro > > > 2012/2/27 Jeff Schnitzer <[email protected]> > >> If you're asking "can my page which renders content 100% in javascript be >> viewed by adsense?" The answer is "maybe" but closer to "probably not >> without a lot more work". All the standard rules about making JS-rendered >> content visible to crawler bots applies. There are even some special ways >> of rendering static content that google will treat "same as" the dynamic >> content. >> >> There is a TON of discussion on the web about this, so start googling >> various combinations of "search engine" "index" "gwt" "ajax" etc. The GWT >> group deals with this a lot. >> >> Jeff >> >> >> On Mon, Feb 27, 2012 at 12:43 PM, Leandro Rezende < >> [email protected]> wrote: >> >>> hmmm, i guess Adsense robot doesnt like me. =( >>> >>> im always being rejected .. "insufficient content" >>> >>> Brandon, I have only 1 html, that calls the Java Application, Do u know >>> if this is the problem? >>> >>> >>> thanks >>> Leandro >>> >>> 2012/2/27 Brandon Wirtz <[email protected]> >>> >>>> As long as your app meets the Adsense TOS, Yes. I do this all the time. >>>> >>>> If your app or content isn’t Adsense compatible it doesn’t matter where >>>> you try and host it, it is still not Adsense Compatible. Adsense doesn’t >>>> care if you host with Java, or Python, or Go, or PHP, or pages hand typed >>>> by a flock of pigeons. >>>> >>>> **** >>>> >>>> ** ** >>>> >>>> *Brandon Wirtz >>>> *BlackWaterOps: President / Lead Mercenary **** >>>> >>>> [image: Description: >>>> http://www.linkedin.com/img/signature/bg_slate_385x42.jpg]**** >>>> >>>> *Work:* 510-992-6548 >>>> *Toll Free:* 866-400-4536 **** >>>> >>>> *IM:* [email protected] (Google Talk) >>>> *Skype:* drakegreene >>>> *YouTube:* BlackWaterOpsDotCom<http://www.youtube.com/blackwateropsdotcom> >>>> >>>> **** >>>> >>>> BlackWater Ops <http://www.blackwaterops.com/> >>>> >>>> Cloud On A String Mastermind Group <http://www.cloudonastring.com/>* >>>> >>>> ***** >>>> >>>> ** ** >>>> >>>> ** ** >>>> >>>> *From:* [email protected] [mailto: >>>> [email protected]] *On Behalf Of *Leandro Rezende >>>> *Sent:* Monday, February 27, 2012 5:58 AM >>>> *To:* [email protected] >>>> *Subject:* [google-appengine] GAE + Adsense is it possible?Dynamic >>>> pages only..**** >>>> >>>> ** ** >>>> >>>> Is it possible to apply in Google Adsense with a "Dynamic only pages" >>>> on GAE? **** >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google App Engine" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine?hl=en.**** >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google App Engine" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
<<image001.jpg>>
