Making WordPress.org


Ignore:
Timestamp:
07/09/2021 12:35:26 AM (5 years ago)
Author:
coreymckrill
Message:

Main theme: Change semantics of some containers on the Download page

The Download page has info about the mobile apps and hosting for WordPress.
These are in section container elements, which might be the reason that Google
is using the content of the hosting container for its search result snippet,
instead of the meta description tag. By changing these containers to aside
elements, hopefully Google will get the message that they don't contain the
most pertinent information for that page.

props dd32, coreymckrill

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-download.scss

    r10562 r11108  
    2828        }
    2929
    30         section {
     30        section, aside {
    3131                margin-top: 4em;
    3232
     
    8787        }
    8888
    89         section.hosting {
     89        aside.hosting {
    9090                position: relative;
    9191                text-align: center;
     
    132132        }
    133133
    134         section.apps-mobile {
     134        aside.apps-mobile {
    135135                text-align: center;
    136136                width: 100%;
Note: See TracChangeset for help on using the changeset viewer.