Google Now cards with JSON-ld - json-ld

I am trying to customize my Google now cards by embedding JSON-ld script into my HTML document, but it doesn't work at all.
Is there any prerequisite for using JSON-ld for Google now cards?

Related

How can I get the google analytics website css, js

How can I get the analytics website css, js
I would like to put the tables, charts, and grap shown on the analytics website into the page I develop website . I am importing it through API, but I need a design that shows it. How can I get css html javascript?
You can use Google Analytics Embedded API, it is a JavaScript library that allows you to embed a dashboard in your system with the same design of Google Analytics:
https://developers.google.com/analytics/devguides/reporting/embed/v1/getting-started

Best method to save and display blog content in reactjs and flutter using Laravel and MySQL as backend

We are in planning phase of a blog portal. We decided to do it in reactjs for web, flutter for mobile and Laravel,MySQL as backend. We want to know which is the best method to read, save and display the content both in reactjs and flutter. There will be images, videos, links, headings, bold, italic...
Both platform are best for achieve your requirement, but decision is on you which platform you pick for your project. I have been using both of framework,but i like flutter with rocking.

Convert google analytics, tag manager in an existing CMS site into gatsby

I am currently converting a drupal module into gatsby. In this module I have many scripts like google analytics, tag manager, facebook pixel and more.
What is a good approach to integrate them into Gatsby?
some scripts contain a reference to script files, noscript tags and iframe tags, which I can't use in JSX straight away

qooxdoo and search engines

i am playing around with qooxdoo lately, it is really interresting, but all the examples build up everything from a blank html page, which would end in being the whole site not indexable from a search engine.
Is there a way to build qooxdoo widgets from html source... most important for me would be a table, so i put html code of the table in the page and tell qooxdoo to build the table from the html source, is this possible?
A general approach would be to to make all your "pages" accessible via URLs styled like example.com/#page=x. Then configure your web-server to rewrite to those URLs, so that for example page/x.html is mapped to #page=x. Finally, submit an XML-Sitemap to Google and other search engines.

How to use Pisa on Google App Engine to generate PDF from HTML/CSS

I'm developing a simple GAE application that crawls some data from a given site and presenst it formatted in html/css.
What I would like to do now is to offer an Export to PDF feature trasforming the formatted html/css to PDF.
I've imported Reportlab Toolkit and it works good but it's not what I need since it forces me to create PDF manually like:
pcanvas.drawString(10, 10, 'This is the title Blah blah blah')
What I really need is a library like PISA that trasforms Html/Css to PDF.
Anyone has managed to succesfully intregrate and use PISA on Google App Engine?
http://www.xhtml2pdf.com itself is hosted on GAE for several years now.
This discussion is about the problems you face on GAE.
http://groups.google.com/group/xhtml2pdf/browse_thread/thread/c002418fe31eef98/366112086b795143

Resources