Skip to main content

Posts

Schema কি? (What is schema?)

Earn Money Online Bangla Tutorial 2020

Earn Money Online Bangla Tutorial YouTube Playlist by Mohammad Zahidur Rahman Earn money online is easy if you help each other. I am trying to make some video content that can help you guide throughout the process. Feel free to visit my YouTube channel to get more information. 

SEO Bangla Tutorial 2020 by Zahidur Rahman

SEO Bangla Tutorial YouTube Playlist by Mohammad Zahidur Rahman My focus point is to reveal all the   Search engine optimization (SEO) Secrets that usually getting hide by some experts. Our goal will be sharing all the secrets to everybody and give everyone equal opportunity to learn. Our tutorials will be more practical. We will be doing SEO together. I have shared how we all can practice together by creating blogger site the way you don’t have to buy domain and hosting to learn SEO.   After watching all parts of the video you will be able to provide complete SEO service to the client. 

Schema কি? (What is schema?)

Schema প্রতিষ্ঠিত হয়েছে Google, Microsoft, Yahoo and Yandex, Schema.org এর developer দের একটি গ্রুপের সমন্বয়য়ে। আর এটা হয়েছে GitHub এবং https://lists.w3.org/Archives/Public/public-schemaorg/ এর সমন্বয়ে। Internet, web pages, email messages সহ এবং এর বাইরে structured data কে promote করার জন্য।  তিন ধরনের encodings ব্যাবহার করে Schema লিখা যেতে পারে।  যেমনঃ ১। RDFa             ২। Microdata এবং             ৩। JSON-LD এই তিন টির মধ্যে JSON-LD Google Recommend করে।  যে সাইট টি দিয়ে আমরা এই code সম্পর্কে জানি তা হল Schema.org এছাড়াও আরও সাইট আছে যা দিয়ে এই code generate করা সম্ভব তার মধ্যে অন্যতম https://schemagenerator.net/ এছাড়াও Google Markup tools দিয়েও করা যেতে পারে।

SEO Bangla Tutorial 2020

 

HTTP Status Codes

HTTP Status Codes   Web Clients google.com       -------------        Web Servers এই Request টা আমরা HTTP Protocol ব্যাবহার করে, করে থাকি।  Clients request পাঠায় Web Server কে। এরপর কি? এরপর Status Code আমাদের জানায় Request টি success অথবা failure হয়েছে অথবা এর মাঝে কোন একটি কিছু  হয়েছে।    HTTP Status Code Block গুলো কি কি? 1xx - Informational 2xx - Success 3xx - Redirection 4xx - Client error 5xx - Server error 5xx - Server Error Client একটা request করেছে।  কিন্তু Server এটাকে complete করতে পরে নাই।  কারন Server এ কোন একটা সমস্যা হয়েছে। HTTP Status Code 500 Internal Server Error HTTP Status Code 502 Bad Gateway HTTP Status Code 503 Service Unavailable  HTTP Status Code 504 Gateway Timeout HTTP Status Code 503 Service Unavailable  আপনি আপনার বিল পে করেন নাই আপার সাইট এ অনেক বেশী request এসেছে যা আপনার প্লেন allow করে না। এটা একটা known error.  5xx Server Error হলে কি করবেন? আপনার  Hosting pro...

HTML Tutorial

  HTML  শিখুন  HTML একটি standard markup language Web pages এর জন্য। HTML দিয়ে নিজের Website বানাতে পারবেন।  HTML শেখা অনেক সহজ।  HTML কি ? HTML মানে  Hyper Text Markup Language HTML Web pages বানানোর জন্য একটি standard markup language HTML Web page এর গঠন বর্ণনা করে।   HTML বিভিন্ন elements এর সমন্বয়ে গঠিত। HTML elements browser কে বলে দেয় Content কীভাবে প্রদর্শন করতে হবে। HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. A Simple HTML Document < !DOCTYPE  html > < html > < head > < title > Page Title < /title > < /head > < body > < h1 > My First Heading < /h1 > < p > My first paragraph. < /p > < /body > < /html > Try it Yourself » Please use w3school to get more idea about html and other markup language and many more. Use Try it yourself feature to get yourself prepare and get the clear understan...

SEO Questions and Answers

  Zahins SEO Questions and Answers  This website is all about training.  Zahins SEO Questions and Answers will help to prepare for SEO Exam. These are the common question and answer for SEO exam. I recommend doing some extra research before taking any exam. To success you need to get clear concept of everything. specially get a very good idea about all SEO sectors like On page Off page etc.    1.    What do you use to search for exact phrases in Google? A.    Hyphen (-) B.    Asterisk (*) C.    Quotation Marks (“) D.   Exclamation Point (!) Answer:  Option C   2.    Are RSS/Atom feeds returned in Google’s search results? A.    Yes B.    No Answer: Option B   3.    An HTML sitemap provides a list of internal links on a website accessible to users. A.    True B.    False Answer: Option A   ...