Layout of <title> and <meta> tags
Posted: Wed Nov 12, 2008 3:21 am
When you view the source of the page this is how the title and meta tags are shown. What causes things to run together and why is the <title> tag broken up into separate lines with the actual wording pushed over to the right like there is a tab inserted in there or something? This is default able behavior and not due to any customizations I had done.
I edited my personal information out here but kept the layout the same as shown in View Source.
This is taken from an AC7 demo store
Typically, this layout would seem to be more search engine friendly. It seems like a pretty simple fix, probably just putting some line breaks where needed, right?
Mazhar, you AbleCommerce genius, would you be able to help those who this is bothering, like me? 
I edited my personal information out here but kept the layout the same as shown in View Source.
Code: Select all
<link href="App_Themes/Store/a_style.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Store/directory.css" type="text/css" rel="stylesheet" /><META name="description" content="This is where the page description is shown.">
<META name="keywords" content="this, is, where, the, keywords, are, displayed"><title>
Home Page
</title><style type="text/css">
Code: Select all
<link href="App_Themes/Glass_Orange/ComponentArt.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Glass_Orange/print.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Glass_Orange/style.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Glass_Orange/webparts.css" type="text/css" rel="stylesheet" /><title>
AbleCommerce T-shirt
</title><style type="text/css">
Code: Select all
<link href="App_Themes/Store/a_style.css" type="text/css" rel="stylesheet" />
<link href="App_Themes/Store/directory.css" type="text/css" rel="stylesheet" />
<META name="description" content="This is where the page description is shown.">
<META name="keywords" content="this, is, where, the, keywords, are, displayed">
<title>Home Page</title>
<style type="text/css">
