【问题标题】:How long does google cache the old data for amp-live-listgoogle 将 amp-live-list 的旧数据缓存多长时间
【发布时间】:2019-01-25 20:04:04
【问题描述】:

我正在为实时新闻实现 amp-live-list。根据 ampbyexample.com“新内容只需要发布到相同的 URL”。所以我必须只将新内容发布到相同的 url 但这个 url 会丢失旧内容。

所以谷歌缓存将服务旧内容多长时间,或者我必须将旧+新内容都发布到同一个 url?

<article>
        <div class="article-head">
            <amp-live-list layout="container" data-poll-interval="500000" data-max-items-per-page="20" id="amp-live-news" class="article-body">
                <button update on="tap:amp-live-list-insert-blog.update">You have updates</button>
                <div items>
                    <div id=@Model.Article.BasicId data-sort-time=@Model.Article.ModifiedDate.ToString("yyyyMMddHHmmss") class="article-body">
                        @Html.Raw(Model.Article.Content)
                    </div>

            </amp-live-list>
        </div>
    </article>

【问题讨论】:

    标签: caching amp-html amp-list


    【解决方案1】:
    猜你喜欢
    • 2012-11-29
    • 2017-10-29
    • 1970-01-01
    • 1970-01-01
    • 2020-03-29
    • 2021-07-23
    • 1970-01-01
    • 2018-12-11
    • 2022-06-14
    相关资源
    最近更新 更多