[Support request] add date post update – MOBILE

Home Forums Support [Support request] add date post update – MOBILE

Home Forums Support add date post update – MOBILE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1143785
    newmedianewpeople.com

    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 πŸ™‚

    #1143791
    David
    Staff
    Customer Support

    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;
        }
    }
    #1144333
    newmedianewpeople.com

    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”?

    #1144483
    David
    Staff
    Customer Support

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.