HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wpseo-local/classes/schema/class-schema-ids.php
<?php
/**
 * @package WPSEO_Local\Frontend\Schema
 */

/**
 * Class WPSEO_Local_Schema_IDs.
 *
 * Defines all `@id` hashes we need throughout Local SEO's Schema.
 */
class WPSEO_Local_Schema_IDs {

	/**
	 * @var string
	 */
	public const PLACE_ID = '#local-place';

	/**
	 * @var string
	 */
	public const MAIN_ADDRESS_ID = '#local-main-place-address';

	/**
	 * @var string
	 */
	public const BRANCH_ADDRESS_ID = '#local-branch-place-address';

	/**
	 * @var string
	 */
	public const BRANCH_ORGANIZATION_ID = '#local-branch-organization';

	/**
	 * @var string
	 */
	public const MAIN_ORGANIZATION_LOGO = '#local-main-organization-logo';

	/**
	 * @var string
	 */
	public const BRANCH_ORGANIZATION_LOGO = '#local-branch-organization-logo';

	/**
	 * @var string
	 */
	public const LIST_ID = '#list';
}