Choose a valid statement about AMP:

·         Using AMP is the only way to get into the Google News carousel/box ·         AMP implementation is easy, there’s no need to rewrite HTML and build a new CSS ·         CSS files do not need to be inlined as non-blocking compared to a regular version ·         A regular website can never be as fast…

Read More

You have site versions for France and Italy and you set up two hreflangs for them. For the rest of your end-users you plan to use the English version of the site. Which directive will you use?

·         <link rel=”alternate” href=”http://example.com/” hreflang=”x-default”/> ·         <link rel=”alternate” href=”http://example.com/en” hreflang=”uk”/> ·         <link rel=”alternate” href=”http://example.com/en” hreflang=”en-au”/>

Read More