IFrame Optimization Blog SEO Friendly - Tutorial this time is how to Optimize iFrame Blog SEO Friendly . Before giving the tutorial, I will explain a little about what an Iframe is. Iframe is an HTML tag used in web design to display a web page in a frame on another web page. For more details about what an Iframe is, you can search for references on Google.
Generally the Iframe HTML Code is as below:
So that the Iframe Becomes SEO Friendly , Then We Must Be a Little Editing the HTML Code
Change the code <iframe src = 'CONTENT-CONTENT'> to <object data = 'CONTENT'> .
For the closing code
Change code </ iframe> to </ object> .
So, the results are less or less like this:
However, if your blog has an HTML structure in the form of XHTML, you must change it to HTML5 in the following way:
Log in to the Blogger account> Template> Edit HTML> Look for the code like this:
Then change the above code to:
Then look for the following code:
Then replace the code with:
So few tips for iFrame Optimization for SEO Friendly on the Blog , hopefully useful.
Generally the Iframe HTML Code is as below:
<iframe src="http://www.arlinadzgn.com/2016/07/optimasi-iframe-blog-seo-friendly.html" title="Info iframe" width="300" height="250" style="border:none;"></iframe>
So that the Iframe Becomes SEO Friendly , Then We Must Be a Little Editing the HTML Code
Change the code <iframe src = 'CONTENT-CONTENT'> to <object data = 'CONTENT'> .
For the closing code
Change code </ iframe> to </ object> .
So, the results are less or less like this:
<object data="http://www.arlinadzgn.com/2016/07/optimasi-iframe-blog-seo-friendly.html" title="Info iframe" width="300" height="250" style="border:none;"></object>
However, if your blog has an HTML structure in the form of XHTML, you must change it to HTML5 in the following way:
Log in to the Blogger account> Template> Edit HTML> Look for the code like this:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
Then change the above code to:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML>
Then look for the following code:
</html>
Then replace the code with:
</HTML>
So few tips for iFrame Optimization for SEO Friendly on the Blog , hopefully useful.
Tags
SEO