Seo Forum

Search Engine Optimization => On Site Optimization => Topic started by: filmizle2013 on 09-27-2013, 09:47:35

Title: Hi about w3 validation errors
Post by: filmizle2013 on 09-27-2013, 09:47:35
Hi my website has w3 html validation errors.Are they too important? İf yes how can l fix this.I have watched so many videos at youtube to solve this but i couldnt.Any ideas that help me pls. Here is my errors:

http://validator.w3.org/check?uri=europe-movies.com
Title: Re: Hi about w3 validation errors
Post by: vibhav123 on 09-28-2013, 05:51:37
There are a few things you can do.

You can enclose it within HTML comments:

<script type="text/javascript">
<!--

if (foo && bar) ...

//-->

</script>

You can enclose it in a CDATA section:

<script type="text/javascript">
// <![CDATA[

if (foo && bar) ...

// ]]>
</script>

You can include in in a file instead:

<script src="foobar.js" type="text/javascript"></script>
Title: Re: Hi about w3 validation errors
Post by: filmizle2013 on 09-28-2013, 16:53:24
thanks for your answers,i will try
Title: Re: Hi about w3 validation errors
Post by: MallofStyle on 09-28-2013, 18:18:40
I think the warnings and errors are important but not a lot.
If you extract any SEO report from a website you would see a section that calls out errors and validations on your site.
I have tried to remove them from my site. I had about 100 + errors and 80 + warnings.
I have come down to 30 errors and 3 warnings.
Its not difficult to remove them. Just that if you are not very comfortable with the code, fixing one thing may spoil others.

Check http://woorank.com
It would provide you a free weekly SEO report and list the errors and warnings.
Click on the warnings and it would take you to a page where it would tell you what is the issue and what you should do to fix.
With little implementation knowledge you should be able to solve them yourself.
Title: Re: Hi about w3 validation errors
Post by: filmizle2013 on 09-29-2013, 06:17:29
thanks for the answer,im totally not good about php,but i try to fix.