- Posts: 52
- Thank you received: 0
SEF and SEO
-
MSH
Inactive member - Topic Author
- Member
Less
More
12 years 11 months ago #14866
by MSH
SEF and SEO was created by MSH
Hi I would like to make this template much more efficient for SEF and SEO especially for the Google search engine.
How do I take all of the css from the template and store that it an external file. Please could you advise.
Cheers,
Mike
How do I take all of the css from the template and store that it an external file. Please could you advise.
Cheers,
Mike
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
12 years 11 months ago #14883
by milos
Replied by milos on topic Re: SEF and SEO
You can copy from page source all CSS file that you see and add it to template_css.css file. Then remove from template's index.php file these lines:
By the way, from my SEO knowledge, that itself won't launch you to the #1 for sure!
Code:
<style type="text/css">
<!--
<?php require(dirname(__FILE__).DS.'/css/template_css.php'); ?>
-->
</style>
By the way, from my SEO knowledge, that itself won't launch you to the #1 for sure!
Please Log in to join the conversation.
-
MSH
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
12 years 11 months ago #14936
by milos
Replied by milos on topic Re: SEF and SEO
You made something wrong. Please revert the changes. Then give us your link. We will give you new CSS file attached here.
Please Log in to join the conversation.
-
MSH
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
12 years 11 months ago #14939
by MSH
Replied by MSH on topic Re: SEF and SEO
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
12 years 11 months ago #14972
by milos
Replied by milos on topic Re: SEF and SEO
Add this at the bottom of the template_css.css or layout.css file. Please note that I changed links to the background images:
Code:
body {
background:#fcffdb url(../images/bg3.jpg) no-repeat fixed top center;
color:#033333;
}
.logo img {
background:url(../images/logo_dark.png) no-repeat;
}
a:link, a:visited {
color:#c2af51;
}
.main_container {
width:980px;
background:#8E8A80 url(../images/content_bg3.png);
-mox-box-shadow:0 0 30px #000000;
-webkit-box-shadow:0 0 30px #000000;
box-shadow:0 0 30px #000000;
}
.copyright_area {
width:980px;
}
.column_left {
width:280px;
}
.column_right {
width:172px;
}
.content_wrap, .content_wrap_noright, .content_wrap_noleft, .content_wrap_noleft_noright {
width:920px;
}
h1 {
color:#033333;
}
h2 {
color:#033333;
}
.advert_content, .footer_content, .user59_content {
width:980px;
margin:0 auto;
line-height:20px;
}
.advert_content2 .module_padding {
width:px;
padding:20px 10px;
}
.user59_content .module_padding {
width:266px;
}
.footer_content .module_padding {
width:266px;
}
.hotcopyright, .hotcopyright a, .footer_content ul.menu a, .footer_content, .footer_content div.moduletable h3, .copyright_area, .copyright_area_wrap, .copyright_area_wrap a {
color:#AAAAAA !important;
}
.footer_wrap .readmore, .footer_wrap a, .footer_wrap h4 {
color:#FFFFFF !important;
}
#nav a {
color:#292929;
}
#nav li#current a ,#nav a:hover {
color:#c2af51;
}
#nav li:hover, #nav li:hover a, #nav > li.active a {
color:#c2af51;
}
#nav li ul, #nav li:hover {
background:#413809;
}
#nav li ul a {
color:#CCCCCC !important;
}
#nav li ul a:hover {
color:#FFFFFF !important;
}
.user59_content div.moduletable h3, .advert_content2 div.moduletable h3 {
color:#033333;
}
.user59_content, .advert_content2 {
color:#033333;
}
.user59_content a:link, .user59_content a:hover, .user59_content a:visited,
.advert_content2 a:link, .advert_content2 a:hover, .advert_content2 a:visited {
color:#033333;
Please Log in to join the conversation.
Time to create page: 0.175 seconds