Controller::get_noindex_follow()

Get the noindex, follow string.


Return

(string)


Top ↑

Source

File: src/Events/SEO/Controller.php

	public function get_noindex_follow(): string {
		return 'noindex, follow';
	}

Top ↑

Changelog

Changelog
Version Description
6.2.6 Introduced.