Expand my Community achievements bar.

SOLVED

SEO meta titles and descriptions in AEM

Avatar

Level 1

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. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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/wc...

If foundation component then

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

 



Arun Patidar

View solution in original post

5 Replies

Avatar

Employee Advisor

Typically these meta information are stored within the page properties.

 

 

Avatar

Community Advisor

Hi,

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

 

Arun_Patidar_0-1652985187385.png

 



Arun Patidar

Avatar

Level 1

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

pips_0-1653027149961.png

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

Avatar

Correct answer by
Community Advisor

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/wc...

If foundation component then

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

 



Arun Patidar