Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 10 of 10

Thread: Category Meta Tags

  1. #1
    BloomerBeak is offline Member
    Join Date
    Oct 2007
    Location
    Davao City
    Posts
    76

    Default Category Meta Tags

    Hello.

    I have a problem with our category meta tags. When going to category page, the meta tags used are those set on AppConfig parameters. But we want to display the meta tags for Keyword and Description from those we set in the categories' Search Engine tab.

    I'm confused because when going to product pages, the description and keywords meta tags it used are those of the products.

    Is this the way the meta tags should work on the category pages? From what I understand, The pages will use the default from AppConfig when the meta tags are empty, but this is not what we're seeing on the category pages.

    If the category pages shows the AppConfig meta tags, may I know how to modify it so that it will use those assigned in each category?

    We're using ASPDNSF v9.

    Thanks.
    ***Melay***
    Web Developer
    Philippines

  2. #2
    suedeapple is offline Member
    Join Date
    Aug 2010
    Posts
    30

    Default

    We have the same problem as well, Running on v9 too

    A fix, or some feedback from a ASPDNSF rep would be cool

  3. #3
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Mine is working out of the box. Can you make sure you have the following lines in {root}/EntityHelper/EntityMgr.xml.config file?

    Name:  sename.jpg
Views: 176
Size:  45.6 KB

  4. #4
    BloomerBeak is offline Member
    Join Date
    Oct 2007
    Location
    Davao City
    Posts
    76

    Default

    Hi.

    I found a workaround for my problem. On the showcategory.aspx.cs, I added SEKeywords = <something> and SEDescription = <something> in loading the page.
    This works fine on our site.

    I haven't tried Sir Alfred's solution, let me try that.
    ***Melay***
    Web Developer
    Philippines

  5. #5
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation same problem

    Quote Originally Posted by AspDotNetStorefront Staff - Alfred View Post
    Mine is working out of the box. Can you make sure you have the following lines in {root}/EntityHelper/EntityMgr.xml.config file?

    Name:  sename.jpg
Views: 176
Size:  45.6 KB
    i have every thing you showed int hat picture.

    Code:
    <xsl:sort select="Name" />
                        <xsl:copy>
                            <xsl:copy-of select="EntityID"/>
                            <xsl:copy-of select="EntityGUID"/>
                            <xsl:copy-of select="Name"/>
                            <xsl:copy-of select="ColWidth"/>
                            <xsl:copy-of select="Description"/>
                            <xsl:copy-of select="SEKeywords"/>
                            <xsl:copy-of select="SEDescription"/>
                            <xsl:copy-of select="SETitle"/>
                            <xsl:copy-of select="SENoScript"/>
                            <xsl:copy-of select="SEAltText"/>
                            <xsl:copy-of select="ParentEntityID"/>
                            <xsl:copy-of select="DisplayOrder"/>
                            <xsl:copy-of select="SortByLooks"/>
                            <xsl:copy-of select="DisplayFormatID"/>
                            <xsl:copy-of select="XmlPackage"/>
                            <xsl:copy-of select="Published"/>
                            <xsl:copy-of select="SEName"/>
                            <xsl:copy-of select="ContentsBGColor"/>
                            <xsl:copy-of select="PageBGColor"/>
                            <xsl:copy-of select="GraphicsColor"/>
                            <xsl:copy-of select="NumObjects"/>
                            <xsl:copy-of select="PageSize"/>
                            <xsl:copy-of select="QuantityDiscountID"/>
                            <xsl:copy-of select="Summary"/>
                            <xsl:copy-of select="SkinID"/>
                            <xsl:copy-of select="TemplateName"/>
    
                            <xsl:call-template name="entityTmpl">
                                <xsl:with-param name="psectionid" select="EntityID"></xsl:with-param>
                            </xsl:call-template>
                        </xsl:copy>
    what could be wrong,
    can you please help me with a fix for this issue.

    thanks
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  6. #6
    BloomerBeak is offline Member
    Join Date
    Oct 2007
    Location
    Davao City
    Posts
    76

    Default

    Have you tried resetting the IIS or recycling the Application pool?
    I used this when I extracted the SEAltText and my changes didn't appear until I reset the IIS on my local, and recycled the Application Pool in our server.
    ***Melay***
    Web Developer
    Philippines

  7. #7
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Thumbs up i got it

    i actually enable Cache menu,
    once i disabled it, SE Titles for Categories are working fine.

    thanks for your response.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  8. #8
    fit2page is offline Junior Member
    Join Date
    Apr 2010
    Posts
    9

    Default Still not working

    I have the same problem on www.speelgoedenmeer.nl

    No caching, recycled AppPool, restarted IIS, untouched EntityMgr.xml.config

    Any suggestions?

    Marc

  9. #9
    fit2page is offline Junior Member
    Join Date
    Apr 2010
    Posts
    9

    Unhappy Also not working on 9.3.0.0

    Quote Originally Posted by fit2page View Post
    I have the same problem on www.speelgoedenmeer.nl

    No caching, recycled AppPool, restarted IIS, untouched EntityMgr.xml.config

    Any suggestions?

    Marc
    This is still not working after switching to 9.3.0.0
    Perhaps I should open a ticket for this?

  10. #10
    tnorth2112 is offline Junior Member
    Join Date
    Oct 2012
    Posts
    2

    Default Any Resolution?

    Curious to see if you were able to resolve this on your Storefront installation. Our team just pushed out 9.3 and we have lost all of the search fields in the template as well.

    The data is still visible in admin it just isn't pulling to the published pages.

    Site is at http://www.escosigns.com.

    If you can post back what your resolution was it would be greatly appreciated.