Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #734879

    Hello,

    I am trying to insert this schema info on my website:

    <div itemscope="" itemtype="http://schema.org/LocalBusiness">
    	<span itemprop="name">Alphametic SEO Agency Miami</span><br>
    	<link itemprop="url" href="http://www.alphametic.com">
    	<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
    		<span itemprop="streetAddress">400 NW 26th St</span><br>
    		<span itemprop="addressLocality">Miami</span>, <span itemprop="addressRegion">FL</span> 
    		<span itemprop="postalCode">33127</span>
    	</span><br>	
    	<span itemprop="telephone">(786) 565-2810</span><br>
    	<span itemprop="faxNumber">(612) 777-9320</span><br>
    	<span itemprop="email"> (Email address hidden if logged out) </span>
    	<link itemprop="logo" href="http://alphametic.com/wp-content/uploads/2015/12/alpha-blue.png" />
        <link itemprop="sameAs" href="https://plus.google.com/b/118333668085338940174/118333668085338940174?pageId=118333668085338940174">
            <link itemprop="sameAs" href="https://www.linkedin.com/company/4860296">
    	<link itemprop="hasMap" href="https://goo.gl/maps/hWs3ct7UZi62">
    	<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
    		<meta itemprop="latitude" content="25.80126972768155">
    		<meta itemprop="longitude" content="-80.20168662071228">
    	</span><br>
    	<time itemprop="openingHours" datetime="Mo, Tu, We, Th, Fr 09:00-18:00">9AM - 6PM</time> 
    </div>

    I add it as a “code box” and insert it into the website. When I do this it throws and error for this line: <span itemprop=”email”> (Email address hidden if logged out) </span>. When I save the page, it replaces it with this:

    <span itemprop="email"><a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="afc6c1c9c0efcec3dfc7cec2cadbc6cc81ccc0c2">[email protected]</a><script data-cfhash='f9e31' type="text/javascript">/ <![CDATA[ /!function(t,e,r,n,c,a,p){try{t=document.currentScript||function(){for(t=document.getElementsByTagName('script'),e=t.length;e--;)if(t[e].getAttribute('data-cfhash'))return t[e]}();if(t&&(c=t.previousSibling)){p=t.parentNode;if(a=c.getAttribute('data-cfemail')){for(e='',r='0x'+a.substr(0,2)|0,n=2;a.length-n;n+=2)e+='%'+('0'+('0x'+a.substr(n,2)^r).toString(16)).slice(-2);p.replaceChild(document.createTextNode(decodeURIComponent(e)),c)}p.removeChild(t)}}catch(u){}}()/ ]]> /</script></span>

    How do I avoid this?

    #736214

    Hey ncfan2030,

    Thank you for using Enfold.

    Did you subscribe to a cdn provider? They usually have this settings called “Email Address Obfuscation”. Please turn it off.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.