• Resolved Anonymous User 13716511

    (@anonymized-13716511)


    In the google search results for my page there is a date showing under the meta-description: 10 Sep 2020 · Uploaded by Rent Homes 123
    The only code I can find on the page that would have this information is coming from javascript from this plugin:

    <h2 class="screen-reader-text">Details</h2>
    <div class="uploaded"><strong>Uploaded on:</strong> {{ data.dateFormatted }}</div>
    <div class="uploaded-by">
    <strong>Uploaded by:</strong>
    <# if ( data.authorLink ) { #><a href="{{ data.authorLink }}">{{ data.authorName }}</a>
    <# } else { #>{{ data.authorName }}<# } #></div>

    How do I fix this and remove the date from the google search results.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author SEO Squirrly

    (@cifi)

    Hi @lucytech,

    I don’t see that date on your URL anymore. Probably you found a solution or the plugin that added that date.

    I see that JSON-LD shows the date 2021-06-07 in Squirrly SEO which seems to be correct.

    Best, Alex

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    no, this is still an issue, it is not fixed.
    Please see this screenshot https://snipboard.io/IdlYZF.jpg
    the first search result shows the issue.

    Where is this line coming from:
    10 Sep 2020 · Uploaded by Rent Homes 123

    Thanks

    Plugin Author SEO Squirrly

    (@cifi)

    Note that Google doesn’t refresh the data in search results right away.

    You can check with Google Search Console to see when the URL was indexed and request a new index from Google.

    You can also check with URL Inspector from GSC to see the data Google gets from your URL.

    https://howto.squirrly.co/wordpress-seo/how-to-inspect-an-url-with-google-search-console/

    This might help

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    Is the initial code I pasted `div class=”uploaded”><strong>Uploaded on:</strong> {{ data.dateFormatted }}</div>
    <div class=”uploaded-by”> etc `
    where the text is coming from?
    Is it from your plugin?

    Plugin Author SEO Squirrly

    (@cifi)

    No, Squirrly SEO doesn’t add anything in the body. Only the SEO METAs in page header.

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    this is from javascript under the footer.
    It went away when I switched off your plugin.

    Plugin Author SEO Squirrly

    (@cifi)

    You can activate the plugin again and I can test but Squirrly SEO plugin doesn’t add HTML or javascript in the website body.

    Test only Squirrly SEO plugin to see if you get that text. Could be a conflict with another plugin.

    Thread Starter Anonymous User 13716511

    (@anonymized-13716511)

    The plugin is activated.
    I’m seeing the code on line 1580 of view source.
    for the page in the link of the first post.

    Plugin Author SEO Squirrly

    (@cifi)

    I only see 477 lines in the source code.

    Could not find in the source-code the text you specified.

    Try deactivating Cache Enabler for a moment and see if you get the same issue.

    Also, check the website while you’re not logged in or from a different browser.

    • This reply was modified 3 years, 5 months ago by SEO Squirrly.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘date showing in google results snippet’ is closed to new replies.