redarrow Posted June 20, 2007 Share Posted June 20, 2007 Hi there all is there a way to get the font size off the <h1></h1> tag. i need a way for seoing to get the size of the <h1> tag to be example a font size of 5 but i also need the <h1> tag reconised as a <h1> tag when the bot sees it. how please. i no this is a penerlising act aginst the search engines but there must be a proper hack. the reason i ask i got a client that needs the web site on top of the search engine but i need to use three <h1> tags to get this done but they make the page look terrable please help cheers. what about if i wrap a <div> around the <h1> tag to a font size of 5 dont no if that will get the page botted out of the search engine going mad lol. Link to comment https://forums.phpfreaks.com/topic/56432-solved-how-can-i-get-h1-font-size-controll-for-seo/ Share on other sites More sharing options...
ToonMariner Posted June 20, 2007 Share Posted June 20, 2007 ??? just use css to set the properties of h1 like so h1 { font-size: 1.1em; } you should refrain from using fixed font sizes (pt, px...) as that is considered bad form for accessibility. Link to comment https://forums.phpfreaks.com/topic/56432-solved-how-can-i-get-h1-font-size-controll-for-seo/#findComment-278725 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.