# wordpress-seo/18.4/src/deprecated/src/actions/indexation/indexation-action-interface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 18.4. 14 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/18.4/code/src/deprecated/src/actions/indexation/indexation-action-interface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/18.4/raw/src/deprecated/src/actions/indexation/indexation-action-interface.php
- Modified: 2020-10-16T07:48:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/18.4/code/src/deprecated/src/actions/indexation/indexation-action-interface.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Actions\Indexation;

/**
 * Interface definition of reindexation action for indexables.
 *
 * @deprecated 15.1 - Use \Yoast\WP\SEO\Actions\Indexing\Indexation_Action_Interface instead.
 * @codeCoverageIgnore
 */
interface Indexation_Action_Interface extends \Yoast\WP\SEO\Actions\Indexing\Indexation_Action_Interface {

}

```
