Chris, i've found the way to say to Google that it should go for the Phantom.js snapshots ( <meta name="fragment" content="!" /> ) But what about Facebook Open-Graph? To make it work when I copy the link and paste it in the share box of Facebook?
Thanks On Wednesday, October 2, 2013 1:38:49 PM UTC-4, Chris Nicola wrote: > > Angularlytics is for tracking not SEO so I'm not sure that will help you. > > Anyways, yes we serve static pages for bots, including Facebook's bots > which lets us use opengraph tags and use primary images when someone links > to us on Facebook. We have a task that runs on each deployment that > generates (using PhantomJS) and stores the HTML for us in a database (use > whatever you like you even just S3, you can also use a CDN since this is > just static HTML now). We don't generate the HTML each time the bot hits > us, only on changes, which typically happen with deployments. > > If you have something you want the crawler to see that changes regularly > though you can schedule this task, or trigger it when changes happen. > Either way you don't need to expose a phantomJS service to the web crawlers > directly, even if you choose to I recommend properly caching the result > after the first hit to avoid running PhantomJS each time. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
