コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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

AEM LinksLinkedIn

元の投稿で解決策を見る

5 返信

Avatar

Community Advisor

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

AEM LinksLinkedIn

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

正解者
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

AEM LinksLinkedIn