Tips for frame or iframe elements do not have a title

solved ifarme and iframe elements do not have a title - best blogger tutorial for gives a proper title in iframe.

Iframe Missing Title Give Your Iframes a title 

Welcome to websduniya, today we are back again another topic about blogger. sometimes when we test our webpage or site in Google Page Insight Then There showing a issue : <frame> or <iframe> elements do not have a title. So in this post we are provide a genuine helpful simple tips to solved that issues.


Solved iframe missing title with giving a proper title
Tutotial for frame or iframe elements do not have a title



Lets Read Carefully our Article,

What is an iFrame : 👀

An iFrame an HTML component that allows you to embed content from other web pages or URLs into your web page.  examples of content are videos, documents, adsense widgets, charts, and forms. You can actually embed an entire web page into another web page using an iFrame! 

What is an iFrame Title  and Missing Title Error: 👀

To provide people a description of what's inside the frame, you can add an iFrame title attribute to the <iframe> tag. The aria-label element can be used to add an accessible title to an iFrame instead of the title attribute.

If one or more of the iFrames on your post or page lack an accessible title that describes their contents, it is known as an iFrame Missing title error.

Please Note : Actually This type of error comes with your AdSense, generally AdSense ads running inside the iframe tag. 


How to Solved Your iframe Missing Title - Give Your iframes a Proper Title:


Looks at this adsense code carefully (Normally look like this) You need to modify this line 
     <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-xxxxxxxxxxxxxx"
         data-ad-slot="1234567890"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins> 

with a title attribute.

After adding Title Look like this 

 <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-xxxxxxxxxxxxxx"
         data-ad-slot="1234567890"
         data-ad-format="auto"
         data-full-width-responsive="true"
         title="Responsive Ads"></ins> 


Must Read : Guidelines about AdSense Before Applying 


Additional Tips*

This another safe and simple tweaks to avoid that missing title error.

This tips you can easily implements by layout / add gadget  option

 <div aria-hidden='true'>
<!--[Put AdSense script here]-->
</div> 

Author Note :  

This is a simple helpful valuable tips also safe tricks you must try this one, we are always respect 

google policy guideline, and our reader also help people by providing genuine article. Thank you

Voila 😃😉

ViewCloseComment
Cancel

Please Don't Spam.