getDefaultByHandle
If you need to access one of your Meta Defaults direction in your template you can use the getDefaultByHandle
tag.
{% set default = craft.sproutSeo.getDefaultByHandle('default') %}
This will return a SproutSeo_MetaModel
and give you access to all of the available meta properties