Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
surerank
/
src
/
global
/
constants
:
site-seo-fix.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
// Mapping of selected item id to available SEO fix types export const SEO_FIX_TYPE_MAPPING = { // Content generation types (use mapped key from CONTENT_GENERATION_MAPPING) page_title: 'content_generation', page_description: 'content_generation', title: 'content_generation', meta_description: 'content_generation', url_length: 'content_generation', site_tag_line: 'content_generation', // Other SEO check types other_seo_plugins: 'other_seo_plugins', indexing: 'indexing', sitemaps: 'sitemaps', index_status: 'index_status', };