Site logo

Archived topic

add date post update - MOBILE

3 replies · Started by newmedianewpeople.com on January 25, 2020

Viewing posts 1–4 of 4

Thanks a lot for your help.
you can see the result here (DESKTOP)

https://marcogiangrande.it/la-postura/

but on "mobile" it is paginated very badly :-(

I have one last thing. 🙂

I wish “ mobile + tablet ” was all on one column: (example)
> author
> last update
> article date

can you give me this last help ?

thanks – I send you a crate of beer 🙂

Hi there,

you can try this:

/* Move Dates below Author on wider screen */
@media (max-width: 1024px) {
    .entry-header .entry-meta {
        flex-direction: column;
    }
}

/* Stack all elements in one column on smaller screen */
@media (max-width: 768px) {
    .entry-header .entry-meta .posted-on a {
        display: inline-flex;
        flex-direction: column;
    }
}

Thank you David

I would like to tell the search engines when the article is updated.

How can I integrate the information into the "markup scheme"?

You site contains the Date Meta so Search Engines will see the two dates. What they do with them is out of control.
General rule for Google it will use display an updated date IF it sees a relevant update has been made. This is to stop people from just updating the dates to get better ranking

This archived topic is closed to new replies.