search results shows html code
-
Search results of my home page show the following (which is text from my home page slider and some html):
The Flagship Program will improve your efficiency and increase your profitability. Learn more var htmlDiv = document.getElementById(“rs-plugin-settings-inline-css”); var htmlDivCss=””; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement(“div”); htmlDiv.innerHTML = “” + htmlDivCss + “”; document.getElementsByTagName(“head”)[0].appendChild(htmlDiv.childNodes[0]); } /****************************************** – PREPARE PLACEHOLDER FOR SLIDER – ******************************************/ var setREVStartSize=function(){ try{var e=new Object,i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; e.c =
How can I have the search results exclude the slider and read my home page text content?
- The topic ‘search results shows html code’ is closed to new replies.