[wp-meta] [Making WordPress.org] #4112: Proposal to change the headings hierarchy in the Home page

Making WordPress.org noreply at wordpress.org
Thu Apr 9 05:52:44 UTC 2020


#4112: Proposal to change the headings hierarchy in the Home page
--------------------------------+---------------------
 Reporter:  afercia             |       Owner:  (none)
     Type:  defect              |      Status:  new
 Priority:  normal              |   Milestone:
Component:  General             |  Resolution:
 Keywords:  headings-hierarchy  |
--------------------------------+---------------------

Comment (by dufresnesteven):

 Just dumping this here:

 I ran a quick scan of `wordpress.org` using a crawler at a depth of `2`.
 It's not `100%` accurate but it's will help to identify which pages to
 update.

 {{{
 {
  // These pages have too many h1 tags, even after we remove the h1 from
 the logo
   removeH1: [
     'https://wordpress.org/download/',
     'https://developer.wordpress.org/coding-standards/',
     'https://developer.wordpress.org/rest-api/',
     'https://developer.wordpress.org/apis/',
     'https://developer.wordpress.org/plugins/',
     'https://developer.wordpress.org/themes/',
     'https://developer.wordpress.org/block-editor/'
   ],

  // These pages will have exactly 1 h1 after removing it from the logo
   doNothing: [
     'https://wordpress.org/support/',
     'https://wordpress.org/plugins/',
     'https://wordpress.org/',
     'https://wordpress.org/themes/',
     'https://wordpress.org/five-for-the-future/',
     'https://wordpress.org/about/',
     'https://make.wordpress.org/',
     'https://wordpress.org/about/privacy/',
     'https://wordpress.org/about/swag/',
     'https://developer.wordpress.org/',
     'https://wordpress.org/about/requirements/',
     'https://wordpress.org/about/history/',
     'https://wordpress.org/about/features/',
     'https://wordpress.org/about/license/',
     'https://wordpress.org/about/roadmap/',
     'https://wordpress.org/about/security/',
     'https://wordpress.org/about/accessibility/',
     'https://wordpress.org/about/domains/',
     'https://wordpress.org/about/etiquette/',
     'https://wordpress.org/about/philosophy/',
     'https://wordpress.org/about/stats/',
     'https://wordpress.org/about/testimonials/',
     'https://wordpress.org/about/logos/',
     'https://wordpress.org/download/source/',
     'https://wordpress.org/download/beta-nightly/',
     'https://wordpress.org/themes/browse/new/',
     'https://wordpress.org/support/category/getting-started/',
     'https://wordpress.org/support/article/requirements/',
     'https://wordpress.org/support/forum/requests-and-feedback/',
     'https://wordpress.org/five-for-the-future/for-individuals/',
     'https://wordpress.org/download/releases/',
     'https://developer.wordpress.org/reference/',
     'https://developer.wordpress.org/resource/dashicons/',
     'https://developer.wordpress.org/cli/commands/'
   ],

 // These pages will have 0 h1 tags after removing it from the logo.
   addH1: [
     'https://wordpress.org/mobile/',
     'https://wordpress.org/hosting/',
     'https://wordpress.org/support/forums/',
     'https://wordpress.org/showcase/',
     'https://wordpress.org/showcase/the-white-house/',
     'https://wordpress.org/news/2020/04/people-of-wordpress-mario-
 peshev/',
     'https://wordpress.org/news/',
     'https://wordpress.org/download/counter/',
     'https://wordpress.org/themes/twentysixteen/',
     'https://wordpress.org/themes/getting-started/',
     'https://wordpress.org/showcase/tag/education/'
   ]
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4112#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list