date showing in google results snippet
-
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)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘date showing in google results snippet’ is closed to new replies.