SEO meta titles and descriptions in AEM | Community
Skip to main content
New Participant
May 19, 2022
Solved

SEO meta titles and descriptions in AEM

  • May 19, 2022
  • 3 replies
  • 3638 views

We need to make sure we are adding in SEO meta titles and descriptions into our AEM site. However we do not know where you do this? Currently we use the yoast plugin on Wordpress to achieve this and we want to be able to replicate its capabilities within AEM but unsure where we would put this information. Any assistance would be amazing. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

property mapping is depends on the page component for e.g.

If you are using core component then

https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/head.html

If foundation component then

/libs/wcm/foundation/components/basicpage/v1/basicpage/basicpage.html 

 

3 replies

arunpatidar
New Participant
May 19, 2022

Hi,

In AEM page properties contains field for title, description and keyword metatags

 

 

Arun Patidar
pipsAuthor
New Participant
May 20, 2022

Hi @arunpatidar  and confirming these are what would show up on search engines? For example what would show up here:

Also in the 'more titles' bit, can you please explain what each bit would pull and where? IE Page title where is this reflected? 

arunpatidar
arunpatidarAccepted solution
New Participant
May 20, 2022

Hi,

property mapping is depends on the page component for e.g.

If you are using core component then

https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/head.html

If foundation component then

/libs/wcm/foundation/components/basicpage/v1/basicpage/basicpage.html 

 

Arun Patidar
joerghoh
Employee
May 19, 2022

Typically these meta information are stored within the page properties.

 

 

Bhuwan_B
New Participant
May 19, 2022