[wp-trac] Re: [WordPress Trac] #4784: robot meta tag needs beautification

WordPress Trac wp-trac at lists.automattic.com
Tue Aug 21 10:40:27 GMT 2007


#4784: robot meta tag needs beautification
-------------------------+--------------------------------------------------
 Reporter:  hakre        |        Owner:  anonymous  
     Type:  defect       |       Status:  new        
 Priority:  normal       |    Milestone:  2.3 (trunk)
Component:  Template     |      Version:  2.2.2      
 Severity:  normal       |   Resolution:             
 Keywords:  needs-patch  |  
-------------------------+--------------------------------------------------
Comment (by Stevie212):

 Well many generated HTML tags in WP aren't "beautiful" as in they don't
 use quote marks, instead they use another method, however I have noticed
 that if I modify the meta tag to use the quote marks, it throws an error
 some unknown reason, so I presume Matt uses an alternative method to
 prevent errors.

 <meta name='robots' content='noindex,nofollow' />

 Should be

 <meta name="robots" content="noindex,nofollow" />


 However I'm not sure theres a solution to this.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4784#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list