J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Google Webmaster - Errors Unsupported file format (1 viewing) 
Go to bottom
TOPIC: Re:Google Webmaster - Errors Unsupported file format
#20
Vishal Tomar
Fresh Boarder
Posts: 0
User Offline
Google Webmaster - Errors Unsupported file format Karma: 0  
Hi,

I just deployed JSiteMap Pro 2.1

I can see the site map here : Link

But for the raw sitemap view it gived the error.
Link

This page contains the following errors:

Code:

error on line 12 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '-------------', '------------'); ga('send', 'pageview');
Kindly tell me what to do to make this right.
 
Logged Logged  
  The administrator has disabled public write access.
#21
Brandon Savage
Fresh Boarder
Posts: 1
User Offline
Re:Google Webmaster - Errors Unsupported file format Karma: 0  
You have installed a bugged plugin for Google Analytics code that inject into Joomla XML document format the javascript code for stats:
Code:

<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-40672863-1', 'astroask.com'); ga('send', 'pageview'); </script> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url>......
try to disable it
 
Logged Logged  
  The administrator has disabled public write access.
#23
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Google Webmaster - Errors Unsupported file format Karma: 79  
 
Logged Logged  
  The administrator has disabled public write access.
Go to top