Dear @pratik,
In the Google Search engine results the publication date of the page is set. I have searched the page content and the web a little bit and realized that the publication date is appended to the page content with “time” as follows:
<div class="entry-container">
<header class="entry-header">
<h1 class="entry-title"><a href="http://www.ankaratercumeofisi.com/" title="Permalink to Ankara Tercüme Ofisi" rel="bookmark">Ankara Tercüme Ofisi</a></h1>
<div class="assistive-text">
<span class="post-time">Posted on <time class="entry-date updated" datetime="2017-02-07T12:44:04+00:00" pubdate>February 7, 2017</time></span><span class="post-author">By <span class="author vcard"><a class="url fn n" href="http://www.ankaratercumeofisi.com/author/anktercofis/" title="View all posts by anktercofis" rel="author">anktercofis</a></span></span> </div>
</header><!-- .entry-header -->
</div><!-- .entry-container -->
Each page has the same structure. How can I remove the div: <div class="assistive-text">
?
Best regards,