Meta tags are used to dramatically improve blog traffic. Meta tags can be added to individual posts and improve traffic on them. However, usually when webmasters tries to add meta tags to their blog templates, they often get parsing XML errors.
One major template error they get is, "Error parsing XML, line . ., column . .: The element type "meta" must be terminated by the matching end-tag. This means you need to add a "</meta>" tag instead of <meta> tag or do the following steps. Without the knowledge of HTML, it will be hard to find out the error and resolve it. XML needs every element to be closed.
Read
3. Type "meta" [without quotes] and press search.
4. Go th rough each tag and look at the end of tag or look at the line number and column number to easily find the error code.
5. Find a tag that is closed like this - <meta content='Ship Me This' property='og:site_name'>
6. Add "/"sign b utton bef ore the ">" code. Eg: "/>"
The open meta tag looks as: <meta content='Ship Me This' property='og:site_name'>
The closed meta tag looks as: <meta content='Ship Me This' property='og:site_name'>
7. Save t he blogger template.
8. If the parsing error is again coming, then check all the other meta tags and do the same for all tags.
9. If more than one time, the par s ing error coming with a change in line number and column num ber, then copy only the meta tags to a notepad and do a search.
Check for
If you want to check for other XML validation errors, go t o Online XML Syntax Error Parsing Validator Tool
One major template error they get is, "Error parsing XML, line
The element type "meta" must b |
There are two ways to close tags
1. A tag which can be opened by adding "<>" tag and closed by "</>" tag. Eg: <link> </link>, <hl> </hl>, <section> </section> etc.
Likewise meta tag is also used as <meta> </meta>.
2. The other way to close open tags is by adding "/" sign at the end.
Eg: <link href='https://plus.google.com/110842671784643948033' rel='publisher'/>
<a href='http://www.shipmethis.com/2014/03/pasingerror.html'/>
However the important information is that most of the times meta elements are used like this.
Read m ore: (solv ed ) how to fix errors of Meta tags ">" or "/>" in Blog Spot blog
Steps to fin d Parsing XML Error Element
1. Go to Blogger Template
2. Press anywhere i nside the template and press CTRL F. This is to bring the search inside codes. Y ou can see a search option comes inside the code frame. If you do not press inside the template, you will see a search option outside the code frame.
3. Type "meta" [without quotes] and press search.
4.
5. Find a tag that is closed like this - <meta content='Ship Me This' property='og:site_name'>
6. Add "/"
The open meta tag looks as: <meta content='Ship Me This' property='og:site_name'>
The closed meta tag looks as: <meta content='Ship Me This' property='og:site_name'>
7. Sav
8. If the parsing error is again coming, then check all the other meta tags and do the same for all tags.
9. If more than one time, the p
Check for O t her XML Validation Errors
If you want to check for other XML validation errors, gKindly spend 5 seconds to share this post