Is it possible to create titles and descriptions manually for important pages like the index?
Is it possible to create titles and descriptions manually for important pages like the index? |
Your "description and keywords" meta tags are set in the Admin>Settings>Meta Tags section, for your 'title" Admin>Settings>Basic Settings now if your wanting to insert more tags like "author" and other items, your going to need to change a core file. Root /templates/base/_header.html [edit] if your using a custom template, you may have to add to this to /templates/tmpl_yours/_sub_header.html looks a bit like this.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><head> <meta http-equiv="Content-Type" content="text/html; charset=__page_charset__" /><title>__page_header__</title> <meta name="author" content="Your Name Here"><meta name="revisit-after" content="1 Week"><meta name="language" content="EN"><meta name="rating" content="general"><base href="<bx_url_root />" />__page_description____page_keywords__<meta http-equiv="Content-Style-Type" content="text/css" /><bx_include_css /><bx_include_js /> __dol_images__ __dol_lang__ __dol_options__ <script type="text/javascript" language="javascript">var site_url = '<bx_url_root />'; The text in bold above can be added to the _header.html I use the added extra tags for SEO ManOfTeal.COM a Proud UNA site, six years running strong! |
Of course you can always purchase something from the market.. ManOfTeal.COM a Proud UNA site, six years running strong! |
But if I want to add keywords/description directly into splash.php? Splash.php contains both php and html..sections, if I can call them so. Does it matter where I put keywords in? I have a page title and it shows fine when opening my website page. But google shows 'Home' instead of it. I have title both in splash.php and in Setting in Admin area. And for some reason my custom template folder does contain any HTML files, no _headers or _subheaders or anything. Could this be a problem as well?
|
And for some reason my custom template folder does contain any HTML files, no _headers or _subheaders
That means it is using the base ones; so edit the base files for this. Geeks, making the world a better place |
Thank you :) Hope that will work for showing the right titles and everything else.
And for some reason my custom template folder does contain any HTML files, no _headers or _subheaders
That means it is using the base ones; so edit the base files for this.
|