Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/torresani/sculptor/Configuration/TypoScript/Page/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/torresani/sculptor/Configuration/TypoScript/Page/Meta.typoscript

page {
    meta {
        viewport = {$plugin.tx_sculptor.settings.viewport}
        robots = {$plugin.tx_sculptor.settings.robots}
        apple-mobile-web-app-capable = {$page.meta.apple-mobile-web-app-capable}
        description = {$page.meta.description}
        description {
            override.field = description
        }
        author = {$page.meta.author}
        author {
            override.field = author
        }
        keywords = {$page.meta.keywords}
        keywords {
            override.field = keywords
        }
        X-UA-Compatible = {$page.meta.compatible}
        X-UA-Compatible {
            attribute = http-equiv
        }

        # OpenGraph Tags
        og:title {
            attribute = property
            field = title
        }
        og:site_name {
            attribute = property
            data = TSFE:tmpl|setup|sitetitle
        }
        og:description = {$page.meta.description}
        og:description {
            attribute = property
            field = description
        }
        og:image {
            attribute = property
            stdWrap.cObject = FILES
            stdWrap.cObject {
                references {
                    data = levelfield:-1, media, slide
                }
                maxItems = 1
                renderObj = COA
                renderObj {
                    10 = IMG_RESOURCE
                    10 {
                        file {
                            import.data = file:current:uid
                            treatIdAsReference = 1
                            width = 1280c
                            height = 720c
                        }
                        stdWrap {
                            typolink {
                                parameter.data = TSFE:lastImgResourceInfo|3
                                returnLast = url
                                forceAbsoluteUrl = 1
                            }
                        }
                    }
                }
            }
        }
        format-detection = {$plugin.tx_sculptor.settings.format-detection}
        fb:app_id = {$plugin.tx_sculptor.settings.fbappid}
        fb:app_id.attribute = property
        google-site-verification = {$plugin.tx_sculptor.settings.googlesiteverification}
        article:publisher = {$plugin.tx_sculptor.settings.articlepublisher}
        article:publisher.attribute = property
    }
}