Skip to content

Instantly share code, notes, and snippets.

@Ibochkarev
Created October 10, 2020 10:32
Show Gist options
  • Save Ibochkarev/83ac5ebb0f1e94276437feabb3124ccc to your computer and use it in GitHub Desktop.
Save Ibochkarev/83ac5ebb0f1e94276437feabb3124ccc to your computer and use it in GitHub Desktop.
Список ресурсов для подготовки SEO

Сниппет ExportCVS

<?php
header('Content-Encoding: UTF-8');
header('Content-type: text/csv; charset=UTF-8');
header('Content-Disposition: attachment; filename=SEO.csv');
echo "\xEF\xBB\xBF"; // UTF-8 BOM

Шаблон

[[ExportCVS]]pagetitle;longtitle;description;introtext;link;
{'!Localizator' | snippet : [
    'parents' => 0,
    'limit' => 0,
    'depth' => 3,
    'templates'=> '2,7,1,8,10,4'
    'tpl' => '@INLINE {$pagetitle};{$longtitle};{$description};{$introtext};https://medstore.blender.team/{$id| url};'
]}
{'!pdoResources' | snippet : [
    'snippet'=> 'msProducts',
    'parents' => 0,
    'limit' => 0,
    'depth' => 3,
    'templates'=> '3,5',
    'tpl' => '@INLINE {$pagetitle};{$longtitle};{$description};{$introtext};https://medstore.blender.team/{$id| url};'
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment