Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Oct 2015
    Location
    Port Lavaca, Texas USA
    Posts
    29
    Plugin Contributions
    0

    Default Re coding Site map feature to include all products

    Hi,

    I am wondering what kind of code it would take to change the site map display that is currently generated by zencart 1.5.4 to allow it to show all the products in the catagories as well as what it shows now.

    I only have a few and would like them shown AND will use the site map link on my information site as well.

    One reason I want this is that I not sure my products are getting indexed by google etc. Having the site map both in main directory for the bots and on the information site may help. I am ignorant but there is some logic in this :)

    Mike

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Re coding Site map feature to include all products

    That kind of depends on what that logic is based. Current "indication" is some perceived issue of the site being indexed. Has a webmaster tool been installed to evaluate the ability of and success of being indexed?

    As far as a sitemap for the bots, have you installed something like sitemapxml to reduce the number of files attempted to be searched and simplify the process?

    Have you added a robots.txt file that is preventing navigation of your site by indexers?

    Lastly (though perhaps most important if gaging index problem against the site being found in an internet search), do you have textual content that sets your product out for those that are looking for your product?

    Unrelated to the above issue, why is ZC not your linformational" site? Ask because what money is your informational site/section making and how far away from that does a customer have to go to make such a purchase?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Oct 2015
    Location
    Port Lavaca, Texas USA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Re coding Site map feature to include all products

    Thanks for the reply.

    Ok i have 21K hits to a 403 error page. I also have 16k hits other than the 21K error hits.
    I deleted anything that could be causing this. I am suspecting it could be an ajax problem but that is just an uneducated idea from me.

    Has a webmaster tool been installed to evaluate the ability of and success of being indexed?
    I have not installed any tool that can verify indexing.

    As far as a sitemap for the bots, have you installed something like sitemapxml to reduce the number of files attempted to be searched and simplify the process?
    No, From what I saw of the finished page it looked not much different that the site map already made by zencart 1.5.4

    Have you added a robots.txt file that is preventing navigation of your site by indexers?
    I do not know which folders to allow them into. I did the following:
    User-agent: ia_archiver
    allow:
    User-agent: Alexabot
    allow:
    User-agent: verifybot
    allow:
    User-agent: *
    Crawl-delay: 86400
    Disallow: /assets/
    Disallow: /awstats/
    Disallow: /cgi-bin/
    Disallow: /awstats-7.4/
    Disallow: /counter/
    Disallow: /modlogan/
    Disallow: /webalizer/
    Disallow: /zen-cart6/xxxxxxxxx/ xxxxx being my admin area

    I am also having trouble getting Alexa to index site. I did all they asked and still get error. My htaccess file there does not exclude them according to my server tech support.

    Unrelated to the above issue, why is ZC not your linformational" site? Ask because what money is your informational site/section making and how far away from that does a customer have to go to make such a purchase?
    I am not a coder but I built the site and the zencart though I did have someone do the responsive on the site.
    http://ultimatepicklejar.com/ is the information site and the store is from a shopping link in head menu from all the info pages to the store:
    http://www.ultimatepicklejar.com/zen-cart6/
    Also I am going to change the way the address to the store is seen later to reflect something other than "zen-cart6" ......

    It would be more handy to have the one site for sure. I could see it working if i knew how to add to the menu bar at the store and I could probably fix a blank sheet to add the text pages too. And then I could easily move the whole store to the main root area where the store is now..... Good idea.

    EDITED THIS: Information page is pretty important as product is a new one and needs describing if it is to catch on.

    All this does not much matter as we have not been able to get people to come to the store but we do ok on Ebay and Amazon .

    Mike
    Last edited by ParseRaider; 20 Feb 2016 at 12:28 AM.

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Re coding Site map feature to include all products

    Change your admin directory *NOW*. Then remove it from the robots file...explain more in a moment.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Re coding Site map feature to include all products

    The robots.txt file is a plain text file accessible by anyone that can browse to your site. Good bots. Will listen to what is in there, bad bots or now people visiting this post can obtain the admin address by "reading" all that they need in order to get to it...

    The file is intended to advise against indexing/navigating the pages in an open suggestion format. Not to literally prevent access of the information at those directories.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Oct 2015
    Location
    Port Lavaca, Texas USA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Re coding Site map feature to include all products

    The whole file or just from the robot txrt???????

  7. #7
    Join Date
    Oct 2015
    Location
    Port Lavaca, Texas USA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Re coding Site map feature to include all products

    good thing then I just had that up for a day messing with Alexa
    ! thanks

  8. #8
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Re coding Site map feature to include all products

    Quote Originally Posted by ParseRaider View Post
    The whole file or just from the robot txrt???????
    I haven't evaluated the remaining content, only saw the identification of the content in the robots.txt file and then the full path to the store.

    So first, rename admin directory, second, remove the reference to the admin directory in the robots.txt file.

    If the install was done correctly that is all that is needed to "move" the admin section to a new place. Otherwise, may have to modify the admin/includes/configure.php file to identify the new directory path for the admin.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Oct 2015
    Location
    Port Lavaca, Texas USA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Re coding Site map feature to include all products

    Man thanks!

    DO i take out Disallow zen-cart6/ of leave it?

    I feel you saved my life thanks!

  10. #10
    Join Date
    Oct 2015
    Location
    Port Lavaca, Texas USA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Re coding Site map feature to include all products

    I checked configure.php and is not reference to old admin area name.... Whew!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Require/Include Problems with custom coding in my Admin
    By g2ktcf in forum Code Collaboration
    Replies: 5
    Last Post: 28 Jan 2013, 06:12 PM
  2. include latest products on site home
    By digitaldesigns08 in forum General Questions
    Replies: 1
    Last Post: 22 Sep 2009, 12:58 PM
  3. Include other pages in Site Map???
    By toddo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Apr 2008, 02:26 AM
  4. All Products Page not found coding error
    By cshart in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 10 May 2006, 09:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg