Announcement

Collapse
No announcement yet.

Keywords

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

    Keywords

    I have entered keywords and a description for the site in the page propetries, however they do not appear to be in the source code that has been uploaded.

    Do I have to put a NETQUOTEVAR in somehwere for:
    <meta name="description" content="NETQUOTEVAR:????????">
    <meta name="keywords" content="NETQUOTEVAR:????????">
    www.butterflies-healthcare.co.uk
    www.viteyes.co.uk - vitamins for macular degeneration
    www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
    www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
    www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

    #2
    Any help guys???
    www.butterflies-healthcare.co.uk
    www.viteyes.co.uk - vitamins for macular degeneration
    www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
    www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
    www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

    Comment


      #3
      What have you got in ACT_Primary between the head tags?

      Comment


        #4
        <HEAD>
        <TITLE>

        NETQUOTEVAR:PAGETITLE NETQUOTEVAR:PAGEHEADER
        </TITLE>
        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
        <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
        <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
        <!--@act NETQUOTEVAR:HEADERMETA -->
        <!--@act NETQUOTEVAR:LOADFUNCTION -->
        <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
        <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
        <LINK REL=STYLESHEET HREF="actinic.css">


        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
        <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

        <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
        <Actinic:COOKIECHECK/>

        <!--
        The NETQUOTEVARs below can be uncommented for getting raw section lists:
        1. Top level section list
        2. Section list from current level and all children
        3. The whole section tree
        The rest covers the standalone structure members for each array - e.g. if
        you only need sName or sURL from an array.
        See the documentation for details.

        NETQUOTEVAR:TOPLEVELSECTIONS_RAW
        NETQUOTEVAR:CHILDSECTIONS_RAW
        NETQUOTEVAR:SECTIONTREE_RAW

        NETQUOTEVAR:SECTIONTREE_NAMES
        NETQUOTEVAR:SECTIONTREE_URLS
        NETQUOTEVAR:SECTIONTREE_IMAGES
        NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
        NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
        NETQUOTEVAR:SECTIONTREE_SECTIONIDS

        NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
        NETQUOTEVAR:TOPLEVELSECTIONS_URLS
        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
        NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

        NETQUOTEVAR:CHILDSECTIONS_NAMES
        NETQUOTEVAR:CHILDSECTIONS_URLS
        NETQUOTEVAR:CHILDSECTIONS_IMAGES
        NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
        NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
        NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

        The section level can be accessed through:
        NETQUOTEVAR:SECTIONLEVEL
        -->

        <!--
        The NETQUOTEVARs below can be uncommented and moved to the appropriate

        location
        to save and load shopping lists
        <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

        Shopping List</B></I></FONT></A>
        <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load

        Shopping List</B></I></FONT></A>
        --->

        <script language="javascript">
        /* Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
        Permission granted to Dynamic Drive to feature script in archive
        For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com */

        var win = null;
        function NewWindow(mypage,myname,w,h,scroll){
        LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
        TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
        settings =
        'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
        win = window.open(mypage,myname,settings)
        }
        </script>

        <script>
        <!--
        /*
        Break-out-of-frames script
        By Website Abstraction (http://wsabstract.com)
        Over 400+ free scripts here!
        Above notice MUST stay entact for use
        */

        if (window!= top)
        top.location.href=location.href
        // -->
        </script>

        <!onMouseover Link CSS Script-© Dynamic Drive (www.dynamicdrive.com). For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com--><style><!--a:hover{color:#C0C0C0; }--></style>
        www.butterflies-healthcare.co.uk
        www.viteyes.co.uk - vitamins for macular degeneration
        www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
        www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
        www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

        Comment


          #5
          NETQUOTEVAR:HEADERMETA should do it. And it is indeed there. Can you let us see a URL of your store?

          Comment


            #6
            Sorry for the delay in replying - been offline

            home page is at www.eyecare-cosmetics.co.uk

            I have entered Eye, Care, Cosmetics as keywords and a description of Eye Care Cosmetics into the relvant sections in Actinic.

            the Act_BrochurePrimary has the following between head tags

            <HEAD>

            <TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
            <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
            <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
            <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
            <!--@act NETQUOTEVAR:HEADERMETA -->
            <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
            <!--@act NETQUOTEVAR:LOADFUNCTION -->

            <LINK REL=STYLESHEET HREF="actinic.css">
            <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>

            <script>
            <!--
            /*
            Break-out-of-frames script
            By Website Abstraction (http://wsabstract.com)
            Over 400+ free scripts here!
            Above notice MUST stay entact for use
            */

            if (window!= top)
            top.location.href=location.href
            // -->
            </script>

            <!onMouseover Link CSS Script-© Dynamic Drive (www.dynamicdrive.com). For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com--><style><!--a:hover{color:#C0C0C0; }--></style>

            </HEAD>
            www.butterflies-healthcare.co.uk
            www.viteyes.co.uk - vitamins for macular degeneration
            www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
            www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
            www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

            Comment


              #7
              Hang on now I look at the source they appear to be there but when I try to use a meta-tag analyzer it says it cannot find them
              www.butterflies-healthcare.co.uk
              www.viteyes.co.uk - vitamins for macular degeneration
              www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
              www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
              www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

              Comment


                #8
                It doesn't detect any of them at all? Hmmm....

                What software is it you are using? It should definitely detect something.

                I entered the phrase

                one two, three

                into the 'Meta Keywords' field in the 'Edit | Catalog Details' window. Actinic turned this into:

                <META NAME="Keywords" CONTENT="one two, three,">

                The commas were all bog-standard commas.

                Comment


                  #9
                  I was doing it online at http://www.seomasters.com/meta-tag-analyzer/
                  www.butterflies-healthcare.co.uk
                  www.viteyes.co.uk - vitamins for macular degeneration
                  www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
                  www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
                  www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

                  Comment


                    #10
                    I have tried adding the metatag keyword and description by hand and these are then detected?
                    www.butterflies-healthcare.co.uk
                    www.viteyes.co.uk - vitamins for macular degeneration
                    www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
                    www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
                    www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

                    Comment


                      #11
                      Well, you know what my next question's going to be....

                      What is the difference between the way you do meta keywords and the way Actinic does it? Can you give some examples?

                      Comment


                        #12
                        Okay then at http://www.eyecare-cosmetics.co.uk the header section reads:
                        <HEAD>

                        <TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
                        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
                        <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
                        <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
                        <!--@act NETQUOTEVAR:HEADERMETA -->
                        <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
                        <!--@act NETQUOTEVAR:LOADFUNCTION -->

                        <LINK REL=STYLESHEET HREF="actinic.css">
                        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>

                        <script>
                        <!--
                        /*
                        Break-out-of-frames script
                        By Website Abstraction (http://wsabstract.com)
                        Over 400+ free scripts here!
                        Above notice MUST stay entact for use
                        */

                        if (window!= top)
                        top.location.href=location.href
                        // -->
                        </script>

                        <!onMouseover Link CSS Script-© Dynamic Drive (www.dynamicdrive.com). For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com--><style><!--a:hover{color:#C0C0C0; }--></style>

                        </HEAD>





                        But at http://www.eyecare-cosmetics.co.uk/acatalog/index.html the header section reads:
                        <HEAD>

                        <meta name="description" content="eyecae cosmetics">
                        <meta name="keywords" content="eyecare, cosmetics">
                        <meta name="robots" content="index,follow">
                        <meta name="revisit-after" content="8 weeks">
                        <meta name="author" content="your-web-designer">

                        <TITLE>
                        NETQUOTEVAR:PAGETITLE NETQUOTEVAR:PAGEHEADER
                        </TITLE>
                        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
                        <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
                        <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
                        <!--@act NETQUOTEVAR:HEADERMETA -->
                        <!--@act NETQUOTEVAR:LOADFUNCTION -->
                        <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
                        <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
                        <LINK REL=STYLESHEET HREF="actinic.css">


                        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
                        <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

                        <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
                        <Actinic:COOKIECHECK/>

                        <!--
                        The NETQUOTEVARs below can be uncommented for getting raw section lists:
                        1. Top level section list
                        2. Section list from current level and all children
                        3. The whole section tree
                        The rest covers the standalone structure members for each array - e.g. if
                        you only need sName or sURL from an array.
                        See the documentation for details.

                        NETQUOTEVAR:TOPLEVELSECTIONS_RAW
                        NETQUOTEVAR:CHILDSECTIONS_RAW
                        NETQUOTEVAR:SECTIONTREE_RAW

                        NETQUOTEVAR:SECTIONTREE_NAMES
                        NETQUOTEVAR:SECTIONTREE_URLS
                        NETQUOTEVAR:SECTIONTREE_IMAGES
                        NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
                        NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
                        NETQUOTEVAR:SECTIONTREE_SECTIONIDS

                        NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
                        NETQUOTEVAR:TOPLEVELSECTIONS_URLS
                        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
                        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
                        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
                        NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

                        NETQUOTEVAR:CHILDSECTIONS_NAMES
                        NETQUOTEVAR:CHILDSECTIONS_URLS
                        NETQUOTEVAR:CHILDSECTIONS_IMAGES
                        NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
                        NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
                        NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

                        The section level can be accessed through:
                        NETQUOTEVAR:SECTIONLEVEL
                        -->

                        <!--
                        The NETQUOTEVARs below can be uncommented and moved to the appropriate

                        location
                        to save and load shopping lists
                        <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

                        Shopping List</B></I></FONT></A>
                        <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load

                        Shopping List</B></I></FONT></A>
                        --->

                        <script language="javascript">
                        /* Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
                        Permission granted to Dynamic Drive to feature script in archive
                        For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com */

                        var win = null;
                        function NewWindow(mypage,myname,w,h,scroll){
                        LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
                        TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
                        settings =
                        'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
                        win = window.open(mypage,myname,settings)
                        }
                        </script>

                        <script>
                        <!--
                        /*
                        Break-out-of-frames script
                        By Website Abstraction (http://wsabstract.com)
                        Over 400+ free scripts here!
                        Above notice MUST stay entact for use
                        */

                        if (window!= top)
                        top.location.href=location.href
                        // -->
                        </script>

                        <!onMouseover Link CSS Script-© Dynamic Drive (www.dynamicdrive.com). For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com--><style><!--a:hover{color:#C0C0C0; }--></style>

                        </HEAD>


                        If I enter the first into a metatag analyser it says there are no keywords or description but the second find the keywords eyecare and cosmetics???
                        www.butterflies-healthcare.co.uk
                        www.viteyes.co.uk - vitamins for macular degeneration
                        www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
                        www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
                        www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

                        Comment


                          #13
                          Well, Actinic is generating the following code to replace NETQUOTEVAR:HEADERMETA:

                          <META NAME="ACTINICTITLE" CONTENT="Online Catalogue"><META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="ActinicKey" CONTENT="3eb2eefcf92a5e43c01da956eacb269c0">
                          <META NAME="Generator" CONTENT="accxecom9">

                          ... but your keywords are still not there.

                          Where have you entered your keywords? Have you right-clicked on the green 'Online Catalog' icon and selected 'Edit'? That's where meta information goes for the store.

                          Comment


                            #14
                            Yes that is where I have entered the meta-tag information.

                            James
                            www.butterflies-healthcare.co.uk
                            www.viteyes.co.uk - vitamins for macular degeneration
                            www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
                            www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
                            www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles

                            Comment


                              #15
                              That is where you should be entering everything. I suspect that you have got a problem in your database that means the meta tags are not being inserted into the pages. It may be you have a slightly corrupt database. I'm not sure.

                              So you are definitely sure that none of the meta tags you enter anywhere in Actinic are not going into the pages?

                              I am at a loss here. Can I suggest you register an email support at
                              http://www.actinic.co.uk/support/register.htm and have someone try your snapshot for themselves.

                              Comment

                              Working...
                              X