Announcement

Collapse
No announcement yet.

Are my internal urls search engine friendly?

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

    Are my internal urls search engine friendly?

    An aquaintance of mine took a look at the back end of my website with a view to SEO and came up with the following comment:

    ************************

    "All your image links on the homepage int he middle goto links like this
    http://www.madaboutjewellery.com/cgi...html&NOLOGIN=1

    They then hit that page like this:

    <META HTTP-EQUIV="refresh" CONTENT="0; URL=http://www.madaboutjewellery.com/acatalog/handbag_charms_key_rings.html">
    <SCRIPT LANGUAGE="JAVASCRIPT">
    <!-- hide from older browsers
    setTimeout("ForwardPage()", 1000);
    function ForwardPage()
    {
    var sURL = 'http://www.madaboutjewellery.com/acatalog/handbag_charms_key_rings.html';
    location.replace(sURL);
    }
    // -->
    </SCRIPT>
    </HEAD><BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="#e6e6fa" ALINK="#ffffff" VLINK="#ffe4e1"><BLOCKQUOTE>
    <P>
    <NOSCRIPT>Please wait for your browser to forward you to the next page or click <a href="http://www.madaboutjewellery.com/acatalog/handbag_charms_key_rings.html">here</a>.

    Not gonna say anything is set in stone but you have a dozen main links front and center that hit meta refresh pages.
    Do the same thing with a MOD rewrite, and get this page out of the middle."

    **********************************

    I think I am going to have to learm about MOD Rewrite but before I do anything at all I would prefer some guidance from persons familiar with Actinic and it's relationship with the search engines.

    As far as my own logs tell me, the search engines don't appear to have any problem spidering my pages but that doesn't mean there isn't room for improvement. So my question is, would it make any significant improvement if I did what my friend suggests?

    #2
    Originally posted by marknc View Post
    An aquaintance of mine took a look at the back end of my website with a view to SEO and came up with the following comment:


    Do the same thing with a MOD rewrite, and get this page out of the middle."

    **********************************

    I think I am going to have to learm about MOD Rewrite but before I do anything at all I would prefer some guidance from persons familiar with Actinic and it's relationship with the search engines.

    As far as my own logs tell me, the search engines don't appear to have any problem spidering my pages but that doesn't mean there isn't room for improvement. So my question is, would it make any significant improvement if I did what my friend suggests?
    Given that the section looks like it is generated by Actinic code you could simply rewrite the Actinic Code that generates the page, though I cannot see any links to non existent pages.

    ps the central section of links doesn't appear to work unless you scroll further down to see the next part of the page, an automatic scroll would help.

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment


      #3
      Search engines cannot follow the links in the New Products and Best Sellers lists. However all site pages have links from other places in the site navigation - the section lists, breadcrumb trail and site map. As long as your site follows best practice and uses text links for these navigation elements (all except the oldest Actinic themes do) then there is unlikely to be any measurable impact from the cgi links. Some customers did ask us to add nofollow tags to them as a precaution, and in v11 we have done that. If you want to, you could do the same in your v10 site.

      Actinic sites generally perform well on search engines because of the static HTML pages, and because the default site architecture is designed with search engines in mind. However these factors alone cannot deliver good search engine rankings, because search engines also place a lot of emphasis on your site's online reputation - measured by the quality and quantity of links from other sites, and other factors such as social network activity and online reviews.
      Bruce Townsend
      Ecommerce Product Manager
      Sellerdeck Ecommerce Solutions

      Comment

      Working...
      X