Submit
Path:
~
/
home
/
getwphos
/
www
/
BenjaminMarc2023
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
ImportExport
/
File Content:
SearchAppearance.php
<?php namespace AIOSEO\Plugin\Common\ImportExport; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Migrates the Search Appearance settings. * * @since 4.0.0 */ abstract class SearchAppearance { /** * The schema graphs we support. * * @since 4.0.0 * * @var array */ public static $supportedSchemaGraphs = [ 'none', 'WebPage', 'Article' ]; /** * The WebPage graphs we support. * * @since 4.0.0 * * @var array */ public static $supportedWebPageGraphs = [ 'AboutPage', 'CollectionPage', 'ContactPage', 'FAQPage', 'ItemPage', 'ProfilePage', 'RealEstateListing', 'SearchResultsPage', 'WebPage' ]; /** * The Article graphs we support. * * @since 4.0.0 * * @var array */ public static $supportedArticleGraphs = [ 'Article', 'BlogPosting', 'NewsArticle' ]; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
RankMath
---
0755
SeoPress
---
0755
YoastSeo
---
0755
Helpers.php
2328 bytes
0644
ImportExport.php
10898 bytes
0644
Importer.php
1469 bytes
0644
SearchAppearance.php
861 bytes
0644
N4ST4R_ID | Naxtarrr