Skip to content

Commit

Permalink
Removed meta keywords from config template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Treur committed Apr 25, 2023
1 parent 2cd5762 commit acb039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/user/addons/seo_lite/upd.seo_lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function install()

// insert default config
$this->EE->db->insert('seolite_config', array(
'template' => "<title>{title}</title><meta name='keywords' content='{meta_keywords}' /><meta name='description' content='{meta_description}' /><link rel='canonical' href='{canonical_url}' /><meta name='robots' content='{robots_directive}' /><!-- Open Graph --><meta property='og:title' content='{og_title}' />{if og_description}<meta property='og:description' content='{og_description}' />{/if}{if og_type}<meta property='og:type' content='{og_type}' />{/if}{if og_url}<meta property='og:url' content='{og_url}' />{/if}{if og_image}<meta property='og:image' content='{og_image}' />{/if}<!-- Twitter Card --><meta property='twitter:title' content='{twitter_title}' />{if twitter_type}<meta property='twitter:card' content='{twitter_type}' />{/if}{if twitter_description}<meta property='twitter:description' content='{twitter_description}' />{/if}{if twitter_image}<meta property='twitter:image' content='{twitter_image}' />{/if}<!-- generated by SEO Lite (pro) (0to9 Values-Driven Creativity) -->",
'template' => "<title>{title}</title><meta name='description' content='{meta_description}' /><link rel='canonical' href='{canonical_url}' /><meta name='robots' content='{robots_directive}' /><!-- Open Graph --><meta property='og:title' content='{og_title}' />{if og_description}<meta property='og:description' content='{og_description}' />{/if}{if og_type}<meta property='og:type' content='{og_type}' />{/if}{if og_url}<meta property='og:url' content='{og_url}' />{/if}{if og_image}<meta property='og:image' content='{og_image}' />{/if}<!-- Twitter Card --><meta property='twitter:title' content='{twitter_title}' />{if twitter_type}<meta property='twitter:card' content='{twitter_type}' />{/if}{if twitter_description}<meta property='twitter:description' content='{twitter_description}' />{/if}{if twitter_image}<meta property='twitter:image' content='{twitter_image}' />{/if}<!-- generated by SEO Lite (pro) (0to9 Values-Driven Creativity) -->",
'site_id' => $site_id,
'default_keywords' => '',
'default_description' => '',
Expand Down

0 comments on commit acb039f

Please sign in to comment.