We have successfully implemented our Google AMP version of T3IN.com few weeks back. All Google AMP validation passed with zero errors or warnings. The AMP site can be viewed directly from the AMP Url shared below. The look and layout is mostly same. We had to make adjustments in few content element types. Although it […]
Category: TYPO3 SEO
TYPO3 Extensions and Accelerated Mobile Pages (AMP)
Accelerated Mobile Pages (AMP) is a technology to have pages load quickly on mobile devices. AMP is backed by industry heavy weights like Google, Twitter, WordPress, several publishers and other companies. The challenge in short is that it has own HTML and JavaScript library. So can we use TYPO3 extension while building an website in […]
How to set the OG and DCTERMS meta tags in TYPO3
In case you are using the TYPO3 extension: bootstrap_package then set: page.meta.og:title.field = subtitle // title This would set the < meta property=”og:title” … > value to the page field value of subtitle is available else it would use the page title field value. By default it is set to use the title column only. You can use the susbtitle […]