TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<file source-language="en" datatype="plaintext" original="EXT:seo/Resources/Private/Language/db.xlf" date="2018-08-09T16:22:32Z" product-name="seo">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="pages.seo_title">
|
||||
<source>Title for search engines</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.no_index">
|
||||
<source>No index</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.no_index_formlabel">
|
||||
<source>Index this page</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.no_follow">
|
||||
<source>No follow</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.no_follow_formlabel">
|
||||
<source>Follow this page</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.og_title">
|
||||
<source>Open Graph Title</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.og_description">
|
||||
<source>Open Graph Description</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.og_image">
|
||||
<source>Open Graph Image</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.twitter_title">
|
||||
<source>X / Twitter Title</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.twitter_description">
|
||||
<source>X / Twitter Description</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.twitter_image">
|
||||
<source>X / Twitter Image</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.twitter_card">
|
||||
<source>Type of card to show</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.twitter_card.summary">
|
||||
<source>Summary Card</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.twitter_card.summary_large_image">
|
||||
<source>Summary Card with a large image</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.canonical_link">
|
||||
<source>Canonical link</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.canonical_link.description">
|
||||
<source>A canonical URL is the URL of a page that search engines are advised to choose as the most representative from a set of duplicate pages. Often called deduplication, this process helps search engines show only one version of the otherwise duplicate content in its search results. TYPO3 automatically sets this to the most likely URL of the page if not set explicitly - which is most likely the URL of the page itself. If set here, the page will be removed from the XML sitemap.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq">
|
||||
<source>Change frequency</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.none">
|
||||
<source>None</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.always">
|
||||
<source>Always</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.hourly">
|
||||
<source>Hourly</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.daily">
|
||||
<source>Daily</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.weekly">
|
||||
<source>Weekly</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.monthly">
|
||||
<source>Monthly</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.yearly">
|
||||
<source>Yearly</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_changefreq.never">
|
||||
<source>Never</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pages.sitemap_priority">
|
||||
<source>Priority</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<file source-language="en" datatype="plaintext" original="EXT:seo/Resources/Private/Language/locallang_dashboard.xlf" date="2023-01-16T14:00:42Z" product-name="seo">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="widget.group.seo">
|
||||
<source>SEO</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.pagesWithoutMetaDescription.title">
|
||||
<source>Pages missing meta description</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.pagesWithoutMetaDescription.description">
|
||||
<source>Find and display pages with missing meta description</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.pagesWithoutMetaDescription.noMissingDescriptions">
|
||||
<source>All pages have a proper meta description — everything looks good.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<file source-language="en" datatype="plaintext" original="EXT:seo/Resources/Private/Language/locallang_webinfo.xlf" date="2020-02-18T22:02:42Z" product-name="cms">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="seo">
|
||||
<source>SEO</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="social_media">
|
||||
<source>Social Media</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,41 @@
|
||||
<html
|
||||
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
|
||||
xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<f:layout name="Widget/Widget"/>
|
||||
|
||||
<f:section name="main">
|
||||
<f:if condition="!{pages}">
|
||||
<f:then>
|
||||
<f:translate key="LLL:EXT:seo/Resources/Private/Language/locallang_dashboard.xlf:widget.pagesWithoutMetaDescription.noMissingDescriptions" />
|
||||
</f:then>
|
||||
<f:else>
|
||||
<div class="widget-table-wrapper">
|
||||
<table class="widget-table table table-striped table-hover">
|
||||
<f:for each="{pages}" as="page">
|
||||
<tr>
|
||||
<td>
|
||||
<strong>{page.title}</strong>
|
||||
<br/>
|
||||
{page.frontendUrl}
|
||||
</td>
|
||||
<td class="text-end">
|
||||
<div class="btn-group">
|
||||
<a href="{page.frontendUrl}" target="_blank" class="btn btn-default">
|
||||
<core:icon identifier="actions-eye" alternativeMarkupIdentifier="inline"/>
|
||||
</a>
|
||||
<be:link.editRecord uid="{page.uid}" table="pages" module="web_layout" fields="description" returnUrl="{be:moduleLink(route: 'dashboard')}" class="btn btn-default">
|
||||
<core:icon identifier="actions-open" alternativeMarkupIdentifier="inline"/>
|
||||
</be:link.editRecord>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</f:for>
|
||||
</table>
|
||||
</div>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:section>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="{xslFile}"?>
|
||||
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<f:for each="{sitemaps}" as="sitemap">
|
||||
<sitemap>
|
||||
<f:spaceless>
|
||||
<f:if condition="{sitemap.page}">
|
||||
<f:then><loc><f:uri.typolink parameter="t3://page?uid=current&type={type}&tx_seo[sitemap]={sitemap.key}&tx_seo[page]={sitemap.page}" absolute="true" /></loc></f:then>
|
||||
<f:else><loc><f:uri.typolink parameter="t3://page?uid=current&type={type}&tx_seo[sitemap]={sitemap.key}" absolute="true" /></loc></f:else>
|
||||
</f:if>
|
||||
</f:spaceless>
|
||||
<lastmod>{sitemap.lastMod -> f:format.date(format: 'c')}</lastmod>
|
||||
</sitemap>
|
||||
</f:for>
|
||||
</sitemapindex>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="{xslFile}"?>
|
||||
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<f:for each="{items}" as="item">
|
||||
<f:if condition="{item.loc}">
|
||||
<url>
|
||||
<loc>{item.loc}</loc>
|
||||
<lastmod>{item.lastMod -> f:format.date(format: 'c')}</lastmod>
|
||||
<f:if condition="{item.changefreq}">
|
||||
<changefreq>{item.changefreq}</changefreq>
|
||||
</f:if>
|
||||
<f:if condition="{item.priority}">
|
||||
<priority>{item.priority}</priority>
|
||||
</f:if>
|
||||
</url>
|
||||
</f:if>
|
||||
</f:for>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user