Home / Admin / Attributes for aioseo_robots_meta
Duplicate Snippet

Embed Snippet on Your Site

Attributes for aioseo_robots_meta

These are just the attributes for the aioseo_robots_meta filter

<10
Code Preview
php
<?php
$attributes = [
	'noindex'           => '',
	'nofollow'          => '',
	'noarchive'         => '',
	'nosnippet'         => '',
	'noimageindex'      => '',
	'noodp'             => '',
	'notranslate'       => '',
	'max-snippet'       => '',
	'max-image-preview' => '',
	'max-video-preview' => ''
];

Comments

Add a Comment