+ Reply to Thread
Results 1 to 4 of 4

Thread: How to enable crawlers/spiders on a Flynax site?

  1. #1
    Junior Member
    Join Date
    May 2015
    Posts
    2

    How to enable crawlers/spiders on a Flynax site?

    We have installed Google Analytics on our site (http://www.SwapWhiz.com), but Analytics reports that "Status: Tracking Not Installed." We have gone to the source code and can see that the code has been installed correctly.

    We then went to http://www.gachecker.com/ to see if we could find the problem. It said "Error occured while crawling site."

    Are crawlers automatically disabled on Flynax? How do you enable spiders/bots to crawl a Flynax site?

  2. #2
    Junior Member
    Join Date
    May 2015
    Posts
    2
    As a follow-up, we verified that Google can crawl the site. However, it is still not showing up in Google Analytics. It has been nearly 24 hours, so we thought it should be there ... but might just need to wait.

    Any advice on other things to consider?

  3. #3
    Hello Lara,

    I don't know how you installed google Analytics but you should choose type of verification as: meta code. Then google give you 1 line with meta code and you should insert this code to html code between <head>code</head>

    and then click verify button.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Here the full instruction:
    - Create new Google Analytics account and get javascript code for integration. (https://www.google.com/analytics)
    - Find and open following file:
    /templates/CURRENT_TEMPLATE/tpl/footer.tpl
    - find following tag:
    Code:

    </body>

    and add the Google Analytics javascript code before tag,
    also do not forget to place the following code line before Google code:
    Code:

    {literal}

    and the following after Google code:
    Code:

    {/literal}

    - save changes and close the file

    Then you should wait about 5-10 hours while Google detect javascript code in your site.
    Please ask your questions here if you have some problems with integrations.

+ Reply to Thread