So The installation of AEM I'm working on is pretty big and very diverse, with many different pages and micro-sites. That is a lot to tag by hand. Is there any methods of grabbing intelligent keywords and tags form the page or site's content. Even if it is just a place to start that would be very helpful.
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi, There is no OOTB functionality provided by AEM.
Tags are generally use to classify the website / pages. They are really powerful to organize website specially if it a big one with large data.
As you need a intelligent code to automatically tag to your pages, Even if you build one it can have many negative impacts on your site. If simple thing went wrong full site can be affected.
Questions:-
Here is one in python, you can supply your aem content to this
Views
Replies
Total Likes
Hi, There is no OOTB functionality provided by AEM.
Tags are generally use to classify the website / pages. They are really powerful to organize website specially if it a big one with large data.
As you need a intelligent code to automatically tag to your pages, Even if you build one it can have many negative impacts on your site. If simple thing went wrong full site can be affected.
Questions:-
Here is one in python, you can supply your aem content to this
Views
Replies
Total Likes
Two sections for this problem
1. Identifying the keywords as tags from the content
2. Adding these as tags for the page
From AEM perspective, there is no OOB solution to identify the keywords from the content but you can use anyway to identify them. But once you identify them, as @scott mentioned you have TagManager APIs to associate them with the page.
Views
Replies
Total Likes
In addition to what Preveen stated -- when working with tags in AEM - you can use TagManager API:
https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/tagging/TagManager.html
Views
Replies
Total Likes