<?php
// phpcs:disable Yoast.NamingConventions.NamespaceName.Invalid
// phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded
namespace Yoast\WP\SEO\Schema_Templates\Block_Patterns;

/**
 * Holds the names of the block pattern keywords.
 */
class Block_Pattern_Keywords {

	const YOAST_JOB_POSTING = [ 'yoast', 'job', 'posting', 'vacancy' ];
}
