WebSite X5Help Center

 
Joe H.
Joe H.
User

Html question: is it a problem when there is this term -unsearchable- in my html  en

Autor: Joe H.
Visited 987, Followers 1, Udostępniony 0  

As stated, html question: is it a problem when there is this term -unsearchable- in my html.  The same 4 locations on each page and I believ it appeared when I went to the new X5 v17.

ex. 1:  title="" alt="" /></div></div></div><div id="imHeader_imObjectImage_02_wrapper" class="template-object-wrapper"><div id="imHeader_imObjectImage_02"><div id="imHeader_imObjectImage_02_container"><img src="images/Olcott_lake_ontario_charters.jpg" title="" alt="" /></div></div></div><div id="imHeader_imMenuObject_03_wrapper" class="template-object-wrapper"><!-- UNSEARCHABLE --><div id="imHeader_imMenuObject_03"><div id="imHeader_imMenuObject_03_container"><div class="hamburger-button hamburger-component"><div><div><div class="hamburger-bar"></div><div class="hamburger-bar"></div><div class="hamburger-bar"></div></div></div></div><div class="hamburger-menu-background-container hamburger-component"><div class="hamburger-menu-background menu-mobile menu-mobile-animated hidden">

ex. 2:  </div> </li></ul></li></ul></div></div><!-- UNSEARCHABLE END --><script> var imHeader_imMenuObject_03_settings = { 'menuId': 'imHeader_imMenuObject_03', 'animationDuration': 0, } x5engine.boot.push(function(){x5engine.initMenu(imHeader_imMenuObject_03_settings)}); $(function () {$('#imHeader_imMenuObject_03_container ul li').not('.imMnMnSeparator').each(function () { var $this = $(this), timeout = 0; $this.on('mouseenter', function () { clearTimeout(timeout); setTimeout(function () { $this.children('ul, .multiple-column').stop(false, false).show(); }, 250); }).on('mouseleave', function () { timeout = setTimeout(function () { $this.children('ul, .multiple-column').stop(false, false).hide(); }, 250); });});});

ex. 3</script></div><div id="imHeader_imMenuObject_04_wrapper" class="template-object-wrapper"><!-- UNSEARCHABLE --><div id="imHeader_imMenuObject_04"><div id="imHeader_imMenuObject_04_container"><div class="hamburger-button hamburger-component"><div><div><div class="hamburger-bar"></div><div class="hamburger-bar"></div><div class="hamburger-bar"></div></div></div></div><div class="hamburger-menu-background-container hamburger-component"><div class="hamburger-menu-background menu-mobile menu-mobile-animated hidden"><div class="hamburger-menu-close-button"><span>&times;</span></div>

ex. 4: </div> </li></ul></li></ul></div></div><!-- UNSEARCHABLE END --><script> var imHeader_imMenuObject_03_settings = { 'menuId': 'imHeader_imMenuObject_03', 'animationDuration': 0,

Is this a problem with SEO? 

Why do I have it in my code?  Other sites using web X5 software doesn't have this in the code. 

What do I do about it?  Anyone needs more info, I'll gladly send it.

Posted on the
2 ODPOWIEDZI
Joe H.
Joe H.
User
Autor

I'm a fishing charter business in the USA. I have a level on the web map titled Special pages.  It has a page named named  fishing reports.  I have the original Fishing Reports page on a different level and when this page when uploaded to the server, shows up using chrome with this error: 

Parse error: syntax error, unexpected T_FUNCTION in M:\users\badmancharters.com\res\x5engine.php on line 2015.

This just began after the conversion to the x5 v17 when I look at it using Google Chrome and other browsers, I still get the above message    When I preview it on X5 v17, the page comes up correctly.  

Is this the unsearchable term I'm seeing in my code?  How do I remove it totally from the special pages (or remove the special pages altogether)?  I can do witihout the Fishing report page period, so I want it removed from my map and sitemap.  I can delete it from the upper level, but can't remove it from the special page level.

Czytaj więcej
Posted on the from Joe H.
Incomedia
Stefano G.
Incomedia

Hi Joe.

Please do not worry about the:

<!-- UNSEARCHABLE END -->

it is but a simple comment inserted into the Code for better defining sections of your website and affect it in no real way.

The issue your encountering is most surely due to the server's PHP version. v17 requires at least PHP v5.6 running on your server.

Please contact your hosting's support and ask them to upgrade this for you so that the problem will no longer be shown

Try this out and let me know the result

Thank you

Stefano

Czytaj więcej
Posted on the from Stefano G.