Metatag Import Export CSV

Categories

Component ID

2760595

Component name

Metatag Import Export CSV

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

713

Component created

Component changed

Component body

MetaTag Import Export CSV

Introduction

MetaTag Import Export CSV can be used to import metatags form a CSV file or Export metatags to a CSV file. Module supports 4 fields which are provided by Metatag module.

Description

  • This module has two seperate forms for import and export.
  • Export - you can select the content type and a CSV file will be downloaded to Your System.
  • Import - Upload the CSV file in the format given in Sample file and metatags will imported with success and error messages.
  • Csv file has 6 fields
    • Node Title -> The node title of the node(optional leave the column empty if you dont have title).
    • path -> The node/nid or the URL Alias for the node.
    • title -> The meta title from the Meta tag module.
    • description -> The meta description from the Meta tag module.
    • abstract -> The Meta Abstract from the Meta tag module.
    • keywords -> The Meta keywords from the Meta tag module.
  • Leave a cell empty if you dont want to change the value of that field.
  • Type "_blank" if you want to set a value of any field empty

Requirements

This module requires the following modules:

Installation & Use

Install as you would normally install a contributed Drupal module. See: https://drupal.org/documentation/install/modules-themes/modules-7 for further information.

Configuration

Configure user permissions in Administration >> People >> Permissions:

  • Metatag Import - Select the roles you want to give permission to import Metatags using the module.
  • Metatag Export - Select the roles you want to give permission to export Metatags using the module.

Form Page

  • Metatag-import - The form for metatag import can be accessed by going to /admin/config/search/metatags/import
  • Metatag-export - The form for metatag export can be accessed by going to /admin/config/search/metatags/export

Limitations

  • By default on any node Metatags are created by default using Token module dynamically according to the body of the node. This module will not export those tags as they are generated according to the body and there is
    no entry of them in database. It will only export those Metatags which are not generated by token.

Drush

The module has support for drush command

  • Metatag Export - drush metatag-export < type > (A file is created on the directory private:://metatag_import_export_csv).
  • Metatag Import - drush metatag-import < path to your CSV file>