Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content images in sitemap.xml #203

Open
ghost opened this issue Jul 27, 2018 · 0 comments
Open

content images in sitemap.xml #203

ghost opened this issue Jul 27, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2018

Love the new sitemap.xml feature, In the WordPress version i saw it also contains the images from the content, and the featured image. I would like to see this also in the TYPO3 version to make our images better findable for search engines.

Something like:

<url>
    <loc>https://yoast.com/technorati/</loc>
    <lastmod>2015-10-09T11:53:45+02:00</lastmod>
    <image:image>
        <image:loc>https://yoast.com/app/uploads/2009/01/technorati-pepper-stats.png</image:loc>
        <image:title><![CDATA[technorati pepper stats]]></image:title>
        <image:caption><![CDATA[technorati pepper stats]]></image:caption>
    </image:image>
    <image:image>
        <image:loc>https://yoast.com/app/uploads/2009/01/technorati-pepper-links.png</image:loc>
        <image:title><![CDATA[technorati pepper links]]></image:title>
        <image:caption><![CDATA[technorati pepper links]]></image:caption>
    </image:image>
</url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant