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 […]
Tag: SEO
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 […]
Post tx_News to Facebook Social Media
The newest news extension on Typo3 is the “News” extension. This extension also referred as tx_news some times is build in the latest Typo3 Extbase and fluid development platform. The older news extension was “tt_news”. The latest news extension did not ad the functionality to post news items on social media. So we have developed […]