Notification texts go here Contact Us Buy Now!
Posts

How to Add FAQ Schema ( Frequently Asked Question) in Blogger Website? (1)

Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated

 



How to Add FAQ Schema ( Frequently Asked Question) in Blogger Website?

সর্বপ্রথমে নিচের CSS Code টি Copy করে নিন AndThan Edit HTML এ গিয়ে Close </head> tag এর উপর নিচের Copy করা CSS Code টি Past করুন

<style>summary {
font-size: 19px;
font-weight: 600;
background-color: #F1F1F1;
color: #333;
isolation: isolate;
padding: 1rem;
margin-bottom: 1rem;
box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
border-radius: 0.25rem;
text-align: left;
cursor: pointer;
position: relative;
}
details &gt; summary::after { position: absolute; content: &quot;+&quot;; right: 20px; } details[open] &gt;

summary::after { position: absolute; content: &quot;-&quot;; right: 20px; } details &gt; summary::-webkit-
details-marker { display: none; } details[open] summary ~ * { animation: sweep .5s ease-in-out; isolation:

isolate; margin-bottom: 1rem; background-color: #EEEEEE; padding: 1rem; } @keyframes sweep { 0%
{opacity: 0; margin-top: -10px} 100% {opacity: 1; margin-top: 0px} }
</style>

এরপর নিচের HTML Code টিকে Copy করুন এবং Post এর যে জায়গায় FAQ লাগাতে চান ওই জায়গায় নিচের Copy করা HTML Code টি Past করুন

<details>
<summary>Question 1</summary>
<div>
<p>Answer 1</p>
</div>
</details>
<details>
<summary>Question 2</summary>
<div>

<p>Answer 2 </p>
</div>
</details>
<details>
<summary>Question 3</summary>
<div>
<p> Answer 3</p>
</div>
</details>

আপনার FAQ Google এ Saw করার জন্য আপনার FAQ এর Schema Post এর মধ্যে FAQ এর নিচে ADD করতে হবে

আপনি FAQ Schema কিভাবে বানাবেন ?

Google এ গিয়ে Search করুন Schema Markup Generator এবং প্রথমের Website টি Open করুন

> Click on Dropdown Menu and Choose FAQ Page

আপনি কিভাবে Check করবেন আপনার FAQ Google Search এ Saw করবে কিনা ?

Google এ গিয়ে Search করুন Schema Markup Testing Tool > প্রথমের Google for Developers Link টি Open করুন Schema Markup Validator এ ক্লিক করুন

আপনার Post এর url টি Past করুন এবং Run Test এ ক্লিক করুন


Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.