Announcement

Collapse
No announcement yet.

SEO settings

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

    SEO settings

    Having Issues after my boss messed with the SEO settings this weekend. I have unchecked all the boxes in the SEO window and still seems to be screwed. Check this link out

    When you click on the image of the product its using short links but when you click on the Name of product it goes to right place how do I make both links go to the long URL. I cant seem to be able to disable SEO

    Thx

    Ed
    Last edited by edperks; 10-01-09, 10:19 AM.
    Edward E Perks Jr
    System Adminisrator
    Advertinet, Inc
    Web Development Firm

    #2
    Re: SEO settings

    You have disabled the SEO settings we supply but someone has changed your template code to go to the short links instead of the variable for the long link.

    If you go to Pages -> CTGY -> Category Product List Layout

    Somewhere in your code you have a link that should look like:

    Code:
    <a href="&mvt:global:sessionurl;Screen=PROD&Store_Code=&mvta:store:code;&Product_Code=&mvta:product:code;&Category_Code=&mvta:category:code;">&mvt:product:name;</a>
    but instead looks like:

    Code:
    <a href="http://www.microlamp.com/prod/;&Product_Code=&mvta:product:code;">&mvt:product:name;</a>
    You'll need to go back to the long variable.
    Last edited by Rick Wilson; 10-01-09, 10:42 AM.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: SEO settings

      Here is the CTGY code if this helps there is no absolute link in there?

      Code:
      <head>
      	<title>&mvt:store:name;: &mvt:category:name;</title>
      	<base href="&mvt:global:basehref;">
      	<mvt:item name="prodctgy_meta" param="ctgy" />
      	<mvt:item name="head" param="head_tag" />
      </head>
      
      <mvt:item name="body">
      	<mvt:item name="hdft" param="global_header" />	
      
      	<mvt:item name="html_profile" />
      <table width="929" border="0" align="center" cellpadding="0" cellspacing="0">
      	<tr><td align="center" valign="bottom" colspan=2 >
      		<mvt:item name="navbar" />
      	</td></tr>
      
      	<tr><td width="76" align="left" valign="bottom"> 
      		<mvt:item name="hdft" param="header" />
      	</td></tr>
      
      	<tr><td align="left" valign="top" bgcolor="&mvt:colors:ctgy_bg;">
      		<table border="0" cellpadding="10" cellspacing="0">
      		<tr><td align="left" valign="top" nowrap>
      			<mvt:item name="fonts" param="ctgy_font">
      			<mvt:item name="customerlink" />
      			<mvt:item name="affiliatelink" />
      			<mvt:item name="category_tree" />
      			</mvt:item>
      		</td></tr>
      		</table>
      
      
      
      	</td><td background="graphics/00000001/Home_TanBckgrd_Tileable.jpg" align="right" valign="top" width="768">
      		<br>
      		<blockquote>
      		<mvt:item name="prod_ctgy_hdft" param="ctgy_header" /><br>
      		<mvt:if expr="NOT ISNULL l.settings:category_title:image"><img src="&mvte:category_title:image;" align="right" alt="&mvte:category:name;" border="0">
      		<mvt:else>
      			<mvt:item name="fonts" param="hdr_font"><b>&mvte:category:name;</b></mvt:item>
      		</mvt:if>
      
      		<mvt:item name="product_list" />
      		<mvt:item name="prod_ctgy_hdft" param="ctgy_footer" />
      		<br>
      		<br>
      		</blockquote>
      	</td></tr>
      
      	<tr><td align="left" valign="bottom"> 
      		<mvt:item name="hdft" param="footer" />
      	</td></tr>
      	</table>
      
      	<mvt:item name="hdft" param="global_footer" />	
      </mvt:item>
      </html>
      Last edited by edperks; 10-01-09, 10:54 AM.
      Edward E Perks Jr
      System Adminisrator
      Advertinet, Inc
      Web Development Firm

      Comment


        #4
        Re: SEO settings

        You need to click on the Tab for Category Product List Layout. It's in that code.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: SEO settings

          Originally posted by Rick Wilson View Post
          You need to click on the Tab for Category Product List Layout. It's in that code.
          My Bad !! Thanks so much for your quick and correct fix to my issue.

          Thanks Again
          Edward E Perks Jr
          System Adminisrator
          Advertinet, Inc
          Web Development Firm

          Comment


            #6
            Re: SEO settings

            I have enabled my SEO links and yet, they are still now showing up on my storefront. Can anyone please provide a few trouble-shooting ideas? I am on a Linux server.
            Thanks

            Comment


              #7
              Re: SEO settings

              Here you go:

              http://extranet.mivamerchant.com/for...ad.php?t=16444
              Thanks,

              Rick Wilson
              CEO
              Miva, Inc.
              [email protected]
              https://www.miva.com

              Comment

              Working...
              X