Closed rajeshreeputra closed 1 year ago
@rajeshreeputra Can you share the steps on how to add metatags in ACMS so I can test this?
composer create-project acquia/drupal-recommended-project project && cd project
./vendor/bin/acms acms:install acquia_cms_headless
npx create-next-app -e https://github.com/rajeshreeputra/next-acms/tree/patch-1/starters/basic-starter
@apathak18 - As discussed, please create separate ticket to update logic of keywords meta tags, its having value like ="," if there's no keyword assigned to the content.
On content page, the output is like as below screenshot:
Motivation: Currently there is no option to include drupal metatags in next page template, in this PR added meta to slug so it will start rendering the tags coming from Drupal application.