콘텐츠로 건너뛰기

워드프레스 필수 플러그인

    다른 플러그인의 설치 유무는 크게 중요하지 않습니다.

    하지만 위의 8개의 플러그인은 상당히 중요합니다.

    필수 항목이면서 매번 워드프레스를 설치할때마다 반복해야 하는 작업이라서 자동화를 위해 글을 작성합니다.

    일단 위의 플러그인을 일괄 압축하여 리눅스맨 워드프레스 블로그에 올려놓았습니다.

    사용방법은 아래 명령어를 그대로 wp-content 폴더에서 실행하면 됩니다.

    이때 기존 플러그인 폴더가 삭제되므로 이미 사용중인 워드프레스에서는 절대 실행하면 안됩니다.

    다시 말씀드리지만 처음에 워드프레스를 설치 할 때 설치 해야할 필수 항목입니다.

    #시작은 wp-content 폴더에서 명령어를 입력해주세요
    
    cd wp-content
    rm -rf plugins
    wget https://vlog.tion.co.kr/app/plugins.tar
    tar xvf plugins.tar
    rm -rf plugins.tar
    chown apache.apache plugins/ -R
    
    ll
    
    

    플러그인 설치를 위해 대략 5분정도 시간이 걸립니다. 이 시간을 줄이기 위함입니다.

    플러그인은 웹검색엔진 SEO 최적화에 집중되어져 있습니다.

    Yoast SEO 환경설정은 아래 내용을 그대로 import 넣으시기 바랍니다.

    ; These are settings for the Yoast SEO plugin by Yoast.com
    
    [wpseo]
    tracking = 
    license_server_version = 
    ms_defaults_set = 
    ignore_search_engines_discouraged_notice = 
    indexing_first_time = 
    indexing_started = 
    indexing_reason = ""
    indexables_indexing_completed = 
    version = "17.3"
    previous_version = "14.5"
    disableadvanced_meta = 1
    enable_headless_rest_endpoints = 1
    ryte_indexability = 1
    baiduverify = ""
    googleverify = ""
    msverify = ""
    yandexverify = ""
    site_type = "blog"
    has_multiple_authors = ""
    environment_type = "production"
    content_analysis_active = 1
    keyword_analysis_active = 1
    enable_admin_bar_menu = 1
    enable_cornerstone_content = 1
    enable_xml_sitemap = 1
    enable_text_link_counter = 1
    show_onboarding_notice = 
    first_activated_on = "1535634814"
    myyoast-oauth = 
    semrush_integration_active = 
    semrush_country_code = "us"
    permalink_structure = ""
    home_url = ""
    dynamic_permalinks = 
    category_base_url = ""
    tag_base_url = ""
    enable_enhanced_slack_sharing = 
    zapier_integration_active = 
    zapier_api_key = ""
    enable_metabox_insights = 
    enable_link_suggestions = 
    algolia_integration_active = 
    
    [wpseo_titles]
    forcerewritetitle = 
    separator = "sc-dash"
    title-home-wpseo = "%%sitename%%"
    title-author-wpseo = "%%name%%, Author at %%sitename%%"
    title-archive-wpseo = "%%date%% %%page%% %%sep%% %%sitename%%"
    title-search-wpseo = "%%searchphrase%% %%page%% %%sep%% %%sitename%%"
    title-404-wpseo = "%%sitename%% %%tag_description%% %%tag%%"
    social-title-author-wpseo = "%%name%%"
    social-title-archive-wpseo = "%%date%%"
    social-description-author-wpseo = ""
    social-description-archive-wpseo = ""
    social-image-url-author-wpseo = ""
    social-image-url-archive-wpseo = ""
    social-image-id-author-wpseo = 0
    social-image-id-archive-wpseo = 0
    metadesc-home-wpseo = "%%sitedesc%%"
    metadesc-author-wpseo = "%%sitename%% %%tag_description%% %%tag%%"
    metadesc-archive-wpseo = "%%sitename%% %%tag_description%% %%tag%%"
    rssbefore = ""
    rssafter = ""
    noindex-author-wpseo = 
    noindex-author-noposts-wpseo = 
    noindex-archive-wpseo = 
    disable-author = 
    disable-date = 
    disable-post_format = 
    disable-attachment = 1
    breadcrumbs-404crumb = ""
    breadcrumbs-display-blog-page = 
    breadcrumbs-boldlast = 
    breadcrumbs-archiveprefix = ""
    breadcrumbs-enable = 
    breadcrumbs-home = ""
    breadcrumbs-prefix = ""
    breadcrumbs-searchprefix = ""
    breadcrumbs-sep = ""
    website_name = ""
    person_name = ""
    person_logo = ""
    person_logo_id = 0
    alternate_website_name = ""
    company_logo = ""
    company_logo_id = 0
    company_logo_meta = 
    person_logo_meta = 
    company_name = ""
    company_or_person = "company"
    company_or_person_user_id = 1
    stripcategorybase = 
    open_graph_frontpage_title = "%%sitename%%"
    open_graph_frontpage_desc = ""
    open_graph_frontpage_image = ""
    open_graph_frontpage_image_id = 0
    title-post = "%%title%%"
    metadesc-post = "%%title%% %%tag%%"
    noindex-post = 
    display-metabox-pt-post = 1
    post_types-post-maintax = 0
    schema-page-type-post = "WebPage"
    schema-article-type-post = "Article"
    social-title-post = "%%title%%"
    social-description-post = ""
    social-image-url-post = ""
    social-image-id-post = 0
    title-page = "%%title%%"
    metadesc-page = "%%title%% %%tag%%"
    noindex-page = 
    display-metabox-pt-page = 1
    post_types-page-maintax = 0
    schema-page-type-page = "WebPage"
    schema-article-type-page = "None"
    social-title-page = "%%title%%"
    social-description-page = ""
    social-image-url-page = ""
    social-image-id-page = 0
    title-attachment = "%%title%% %%page%% %%sep%% %%sitename%%"
    metadesc-attachment = ""
    noindex-attachment = 
    display-metabox-pt-attachment = 1
    post_types-attachment-maintax = 0
    schema-page-type-attachment = "WebPage"
    schema-article-type-attachment = "None"
    title-tax-category = "%%term_title%% %%sep%% %%sitename%%"
    metadesc-tax-category = "%%term_title%% %%tag%%"
    display-metabox-tax-category = 1
    noindex-tax-category = 
    social-title-tax-category = "%%term_title%% Archives"
    social-description-tax-category = ""
    social-image-url-tax-category = ""
    social-image-id-tax-category = 0
    title-tax-post_tag = "%%term_title%%"
    metadesc-tax-post_tag = "%%term_title%% %%tag%%"
    display-metabox-tax-post_tag = 1
    noindex-tax-post_tag = 
    social-title-tax-post_tag = "%%term_title%% Archives"
    social-description-tax-post_tag = ""
    social-image-url-tax-post_tag = ""
    social-image-id-tax-post_tag = 0
    title-tax-post_format = "%%term_title%% %%sep%% %%sitename%%"
    metadesc-tax-post_format = "%%term_title%% %%tag%% %%page%%"
    display-metabox-tax-post_format = 
    noindex-tax-post_format = 
    social-title-tax-post_format = "%%term_title%% Archives"
    social-description-tax-post_format = ""
    social-image-url-tax-post_format = ""
    social-image-id-tax-post_format = 0
    taxonomy-category-ptparent = 
    taxonomy-post_tag-ptparent = 
    taxonomy-post_format-ptparent = 
    
    [wpseo_social]
    facebook_site = ""
    instagram_url = ""
    linkedin_url = ""
    myspace_url = ""
    og_default_image = ""
    og_default_image_id = ""
    og_frontpage_title = ""
    og_frontpage_desc = ""
    og_frontpage_image = ""
    og_frontpage_image_id = ""
    opengraph = 1
    pinterest_url = ""
    pinterestverify = ""
    twitter = 1
    twitter_site = ""
    twitter_card_type = "summary_large_image"
    youtube_url = ""
    wikipedia_url = ""

    워드프레스 필수 스니펫을 정리했습니다.

    아래 글 보시고 바로 import 해서 적용해보세요.

    잘 사용하세요.