Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Can i integrate google AMP in AEM 6.0 ? .

Avatar

Level 1

If  anybody implemented google AMP on your application, please share the sample code

1 Accepted Solution

Avatar

Correct answer by
Administrator

There is not much of the community content around this but still, I would like to share the following:

Post:- google AMP

Blog:- Accelerated Mobile Pages (AMP) - Sample Aem Implementation

I hope this would help you. Once done, do share your experience around it.

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

There is not much of the community content around this but still, I would like to share the following:

Post:- google AMP

Blog:- Accelerated Mobile Pages (AMP) - Sample Aem Implementation

I hope this would help you. Once done, do share your experience around it.

~kautuk



Kautuk Sahni

Avatar

Level 10

AEM is a Java stack that uses OSGi and JS based libs. You can integrate most Java libs as OSGi bundles and JS libs via clientlibs. We have a lot of community articles that show you how to integrate various JAR and JS libraries.