| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/wp-seopress-pro/inc/admin/import/ |
Upload File : |
<?php
/**
* Import / export CSV tool
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
} ?>
<div class="postbox section-tool">
<div class="sp-section-header">
<h2>
<?php _e('Data', 'wp-seopress-pro'); ?>
</h2>
</div>
<div class="inside">
<h3>
<?php _e('Import data from a CSV', 'wp-seopress-pro'); ?>
</h3>
<p>
<?php _e('Upload a CSV file to quickly import post (post, page, single post type) and term metadata.', 'wp-seopress-pro'); ?>
<?php echo seopress_tooltip_link($docs['tools']['csv_import'], __('Learn how to import SEO metadata from a CSV file', 'wp-seopress-pro')); ?>
</p>
<ul>
<li>
<?php _e('Slug', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Meta title', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Meta description', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Meta robots (noindex, nofollow...)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Facebook Open Graph tags (title, description, image)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Twitter cards tags (title, description, image)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Redirection (enable, login status, type, URL)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Primary category', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Canonical URL', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Target keywords', 'wp-seopress-pro'); ?>
</li>
</ul>
<p>
<a class="btn btnTertiary"
href="<?php echo admin_url('admin.php?page=seopress_csv_importer'); ?>">
<?php _e('Run the importer', 'wp-seopress-pro'); ?>
</a>
</p>
</div><!-- .inside -->
</div><!-- .postbox -->
<div id="metadata-migration-tool" class="postbox section-tool">
<div class="inside">
<h3>
<?php _e('Export metadata to a CSV', 'wp-seopress-pro'); ?>
</h3>
<p>
<?php _e('Export your post (post, page, single post type) and term metadata for this site as a .csv file.', 'wp-seopress-pro'); ?>
<?php echo seopress_tooltip_link($docs['tools']['csv_export'], __('Learn how to export SEO metadata to a CSV file', 'wp-seopress-pro')); ?>
</p>
<ul>
<li>
<?php _e('ID', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Permalink', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Slug', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Meta title', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Meta description', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Meta robots (noindex, nofollow...)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Facebook Open Graph tags (title, description, image)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Twitter cards tags (title, description, image)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Redirection (enable, login status, type, URL)', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Primary category', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Canonical URL', 'wp-seopress-pro'); ?>
</li>
<li>
<?php _e('Target keywords', 'wp-seopress-pro'); ?>
</li>
</ul>
<form method="post">
<input type="hidden" name="seopress_action" value="export_csv_metadata" />
<?php wp_nonce_field('seopress_export_csv_metadata_nonce', 'seopress_export_csv_metadata_nonce'); ?>
<button id="seopress-metadata-migrate" type="button" class="btn btnTertiary">
<?php _e('Export', 'wp-seopress-pro'); ?>
</button>
<span class="spinner"></span>
<div class="log"></div>
</form>
</div><!-- .inside -->
</div><!-- .postbox -->