<?php
/* Presentation Page-Specific Data */

$trackNum = 'V'; // Track #, roman numeral, displayed as-is
$trackName = 'Share Insights'; // Track Name, displayed as-is
$sessionNum = '2f'; // Session #, displayed as-is
$sessionName = 'Data Keys - Mining Data for SEO and Content at Scale'; // Session Name, displayed as-is
$fileName = 'share14-2f-datamining-saunders'; // Presentation resources file name, ignore extension
$caseStudy = 'case-study_Rosetta';
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Matt Saunders',
'title' => 'Director, SEO Strategist',
'org' => 'Rosetta',
'bio' => "Matt is a Director of SEO in Rosetta’s POEM group. He brings more than six years of experience in developing and implementing successful SEO campaigns for mid-size to Fortune 100 companies. Matt has an extensive background in all facets of SEO execution and is a frequent contributor to Rosetta’s SEO Thought Leadership initiative.
His work spans across a variety of industry verticals including hospitality, financial services, consumer products & retail, B2B and healthcare. He has consistently managed in excess of $1MM in annual organic search spend for his clients. Currently, Matt manages a strong team of SEO strategists in addition to the agency’s relationship with BrightEdge.
Prior to joining Rosetta Matt earned a bachelors in Marketing from The Ohio State University – where he participated in the first ever online marketing class offered by the Fisher College of Business." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Denis Scott',
'title' => 'Senior Director of Marketing - Acquisition',
'org' => 'OpenTable',
'link' => 'mining-data-for-seo-denis-scott'
),
1 => array(
'name' => 'Chris Attewell',
'title' => 'SVP Americas',
'org' => 'Search Laboratory',
'link' => 'mining-data-for-seo-chris-attewell'
),
2 => array(
'name' => 'Kiril Kronrod', // Presenter 1 Name, displayed as-is
'title' => 'Senior Global SEO Manager', // Presenter 1 Title, displayed as-is
'org' => 'Adobe', // Presenter 1 Organization, displayed as-is
'link' => 'mining-data-for-seo-kirill-kronrod'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

,