We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to include metatags in our pages so that various systems can make use of the metadata connected to those pages.
The content you are editing has changed. Please copy your edits and refresh the page.
noindex
Content Build template for Metatags: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/includes/metatags.drupal.liquid
Filters in Content Build which manipulate metatag data: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/filters/liquid.js
The order of the Metatags does not need to match Content Build.
Meta robots noindex should be added conditionally for non-prod environments: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/includes/header.html#L27
The text was updated successfully, but these errors were encountered:
ryguyk
No branches or pull requests
Requirements
We want to include metatags in our pages so that various systems can make use of the metadata connected to those pages.
Acceptance criteria
Background & implementation details
Content Build template for Metatags: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/includes/metatags.drupal.liquid
Filters in Content Build which manipulate metatag data: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/filters/liquid.js
The order of the Metatags does not need to match Content Build.
Meta robots noindex should be added conditionally for non-prod environments: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/includes/header.html#L27
Implementation tasks
The text was updated successfully, but these errors were encountered: