Announcement

Collapse
No announcement yet.

NETQUOTEVAR:PAGEHEADER & NETQUOTEVAR:PAGETITLE the same at top level

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NETQUOTEVAR:PAGEHEADER & NETQUOTEVAR:PAGETITLE the same at top level

    I use both NETQUOTEVAR:PAGEHEADER and NETQUOTEVAR:PAGETITLE for the page title in ActPrimary so that I can have a specific page title using NETQUOTEVAR:PAGEHEADER which I also use in <H1> tags on each page, but can also show other key search phrases in the page title using NETQUOTEVAR:PAGETITLE. All works perfectly except on the top level page which I use as my home page. Because there is nowhere to enter a seperate page title it just uses the page name for both NETQUOTEVAR:PAGEHEADER and NETQUOTEVAR:PAGETITLE.

    This doesn't look the best and I'm also worried search engines may think it's spamming by using the same phrase twice in the page title.

    There must be some code or perl somewhere that tells actinic to use the same variable - but where?

    Any pointers would be appreciated.

    Wyn
    www.firesonline.co.uk
    The wood burning stove specialists.

    #2
    Hi Wyn

    Have you had any joy with this? Please can you give us a URL so we can see what's exactly happening. Also please tell me if you have changed the Name of the top level page ,by default it's set to "Online Catalogue" .

    Kind Regards
    Kiran Chandran
    Technical Support - SellerDeck
    http://www.sellerdeck.co.uk/

    Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

    Comment


      #3
      For my page title I use the format "NETQUOTEVAR:PAGEHEADER : NETQUOTEVAR:PAGETITLE" in Act_Primary.
      This works fine on the page below:

      http://www.firesonline.co.uk/acatalo...ng_Stoves.html

      On my top level page it just repeats the NETQUOTEVAR:PAGEHEADER as you can see on the page below:

      http://www.firesonline.co.uk/acatalog/index.html

      Any ideas?
      www.firesonline.co.uk
      The wood burning stove specialists.

      Comment


        #4
        Do you just want to control the page title of your home page?

        If so add your own title tag in that page only.

        e.g.
        1. Create a page called Act_PrimaryHome.htm or something.
        2. Simply add the title you want between title tags <title></title> in the <head> section.
        3. Use this template in the Home Page only.

        If you look at my home page its title is hard coded like this because i can't get Actinic to drop it in, as you have discovered it defaults to Online Catalogue... I think?

        I put the following into my <head>:
        Code:
        <title>eSafety Signs catalogue of Safety Signs and Posters to download and self print</title>
        In addition, I also read something in the Actinic Knowledge Base about the importance of keeping the Title of your Home Page the same for ranking reasons, therefore Hard Coding ensures no accidental mods to page titles in Design > Options or something ????

        Also, I saw no <h1> text in either pages you mentioned.

        Take a look at my catalogue page also, (link below)....

        It uses some nice code given to me by Mr Hack
        Code:
        <h1 class="sectheaderH1"><b>NETQUOTEVAR:PAGEHEADER</b></h1>
        with class details
        Code:
        .sectheaderH1{
        	margin-bottom: 0px;
        }
        Hope this helps,
        Simon.
        esafetysigns.co.uk
        your instant download portal for self printable health and safety signs and posters
        ... download once use as many times as you like !


        http://www.esafetysigns.co.uk/index.html
        http://www.esafetysigns.co.uk/acatalog/index.html

        Comment

        Working...
        X