Most of my sites rely heavily on the Search Results page to display the catalog content / products (I do not want to use Section Pages for a number of reasons).
I'm getting indexed OK in Google, but it would be much better if I could have control over the <TITLE> and <META DESC> tags on the Search Results page. Interestingly, the Search Results do have <meta name="keywords" included.
I appreciate that they will be the same for whatever the search is, but it would clean up the Google listing and I could get some important keywords included if a generic Title/Desc was set up.
I currently use the following script (just for appearance) but this does nothing for Google:
<Script>window.document.title = "Shades of Time - <Actinic:S_PAGETITLE/>";</Script>
Any ideas on creating a proper <TITLE> and <META DESC> tag for the Search Results page??
I'm getting indexed OK in Google, but it would be much better if I could have control over the <TITLE> and <META DESC> tags on the Search Results page. Interestingly, the Search Results do have <meta name="keywords" included.
I appreciate that they will be the same for whatever the search is, but it would clean up the Google listing and I could get some important keywords included if a generic Title/Desc was set up.
I currently use the following script (just for appearance) but this does nothing for Google:
<Script>window.document.title = "Shades of Time - <Actinic:S_PAGETITLE/>";</Script>
Any ideas on creating a proper <TITLE> and <META DESC> tag for the Search Results page??
Comment