<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mohammad Arman</title>
    <description>The latest articles on DEV Community by Mohammad Arman (@arman_94).</description>
    <link>https://dev.to/arman_94</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F956894%2F20250441-41b6-4088-a7e0-8a3aa144a312.png</url>
      <title>DEV Community: Mohammad Arman</title>
      <link>https://dev.to/arman_94</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arman_94"/>
    <language>en</language>
    <item>
      <title>Crux Search Engine in Chrome</title>
      <dc:creator>Mohammad Arman</dc:creator>
      <pubDate>Fri, 24 Mar 2023 10:39:14 +0000</pubDate>
      <link>https://dev.to/arman_94/crux-search-engine-in-chrome-47jn</link>
      <guid>https://dev.to/arman_94/crux-search-engine-in-chrome-47jn</guid>
      <description>&lt;p&gt;In this Post We will be looking at Crux Search Engine In chrome, so without further ado lets get stared :)&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Crux
&lt;/h2&gt;

&lt;p&gt;Crux stands for chrome real user experience report , it is a report that is generated by the field data (real data that chrome gets from our devices :)and then this data is used for checking the CWB (&lt;a href="https://web.dev/vitals/"&gt;Core Web Vitals&lt;/a&gt;) Of a site.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why do you want to see Crux Report Of A site
&lt;/h2&gt;

&lt;p&gt;Crux report is very helpful in optimizing the core web vitals of a site , that report consists of core web vitals metrics such as FCP (first contentful paint), LCP(largest contentful paint) and CLS(content layout shift) by getting to know these metrics, you can start working on optimizing them, so no user feel like , your site sucks(slow) and click back button.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Use Crux Search engine in Chrome
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Go into the Chrome setting with the help of three dot menus in top right of the chrome.&lt;/li&gt;
&lt;li&gt;After then tap on search engine settings&lt;/li&gt;
&lt;li&gt;Now tap on the "Manage search engines and site search" and now scroll down to "Site Search" and now click "Add" button and enter following details
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Search engine: CrUX
Shortcut: crux
URL with %s in place of query: https://datastudio.google.com/c/u/0/reporting/bbc5698d-57bb-4969-9e07-68810b9fa348/page/keDQB?params=%7B%22origin%22:%22%s%22%7D
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Done , now just go back to search bar of chrome and type "crux" and press tab button and now you will be able to check the crux report by just typing the origin url.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note:- As a rule of thumb, use whichever origin users see in the URL bar.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Free Online Coding Games for Adults</title>
      <dc:creator>Mohammad Arman</dc:creator>
      <pubDate>Fri, 11 Nov 2022 12:20:55 +0000</pubDate>
      <link>https://dev.to/arman_94/free-online-coding-games-for-adults-o1g</link>
      <guid>https://dev.to/arman_94/free-online-coding-games-for-adults-o1g</guid>
      <description>&lt;p&gt;These days Coding word become so natural, everyone wants to learn coding to make things work out their way. So, for those who want to learn to code, we curated a list of the Best Free Online Coding Games For Adults and You can use this resource to teach &lt;a href="https://www.turito.com/blog/coding/free-online-coding-games-for-kids"&gt;Coding to Your kids&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Best Coding Games for Adult &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Css Dinner&lt;/li&gt;
&lt;li&gt;CodinGame&lt;/li&gt;
&lt;li&gt;VIM Adventures&lt;/li&gt;
&lt;li&gt;Flexbox Defense&lt;/li&gt;
&lt;li&gt;Duskers&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So lets get Started ;&lt;/p&gt;

&lt;h2&gt;
  
  
  Css Dinner :
&lt;/h2&gt;

&lt;p&gt;Heard of Css ? No ? Then Let me tell you some things about it :)&lt;br&gt;
Css is an acronym for Cascading style sheets , means sheets of styling the html(hypertext markup language) and it is mostly used by Front end Engineers(handles the UI part ) . So thats the intro for css. &lt;br&gt;
So Css Dinner is a game that helps in learning about Css selectors and it has about 32 levels and in those levels it teaches you about dom(document object model), css properties etc. &lt;br&gt;
Check out Css Dinner&lt;/p&gt;

&lt;h2&gt;
  
  
  CodinGame :
&lt;/h2&gt;

&lt;p&gt;So CodinGame is a collection of many minigames and it comes with any language writing editor that compiles every language on their server. e.g Python , Javascript , Java etc.&lt;br&gt;
By the way they have a leaderboard system also , so you can compete with whole world and show them what you are made of :) {Take it easy }&lt;br&gt;
Check out CodinGame &lt;/p&gt;

&lt;h2&gt;
  
  
  VIM Adventures:
&lt;/h2&gt;

&lt;p&gt;So Vim , waana know its fullform (Visual Improved ) and i know you will be thinking something something  :)&lt;br&gt;&lt;br&gt;
lets get back to our topic :)&lt;br&gt;
Vim adventures aint a game , it is like your school but it doesnt teach you like your traditional teaching methods , it is different&lt;br&gt;
Means You will learn more easily and it only teaches the shortcuts of Vim .&lt;br&gt;
Check out Vim adventures&lt;/p&gt;

&lt;h2&gt;
  
  
  FlexBox Defense :
&lt;/h2&gt;

&lt;p&gt;So this game is related to css , in this we have to use css's  flexbox property to defend our tower from bombs :&lt;br&gt;
Flexbox property mostly used in the front end of web devlopment. By the way Flexbox aint a easy topic to grasp as a beginner:&lt;br&gt;
so you can use this to learn that topic easily .&lt;br&gt;
Check out FlexBox Defense&lt;/p&gt;

&lt;h2&gt;
  
  
  Duskers
&lt;/h2&gt;

&lt;p&gt;:&lt;br&gt;
Love Horror Games ? If Yes then Duskers is here for you;&lt;br&gt;
so Duskers is a Horror game in which you have to do shell coding to save a person who is stranded in space and running low on supplies. &lt;br&gt;
You have to find a way to save the person and kill the monster (yes you heard it right);&lt;br&gt;
and you cant interact with any ships and you just have drones to control to fight with those evil monster ;)&lt;br&gt;
Check out Duskers&lt;/p&gt;

&lt;p&gt;Wildcard Entries &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Untrusted&lt;/li&gt;
&lt;li&gt;Sql Murder Mystery&lt;/li&gt;
&lt;li&gt;Elevetor Saga&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Untrusted:
&lt;/h2&gt;

&lt;p&gt;Untrusted is browser based game that uses real life javascript as the main gameplay input .&lt;br&gt;
In game's own language &lt;br&gt;
"You must literally edit and re-execute the very JavaScript running the game in your browser to save Dr. Eval from this dark and confusing reality!" &lt;/p&gt;

&lt;p&gt;Check out Untrusted &lt;/p&gt;

&lt;h2&gt;
  
  
  Sql Murder Mystery:
&lt;/h2&gt;

&lt;p&gt;Heard of Databases ; i Know , You heard it  because its pretty normal in these because of breaches :) Database breaches ; &lt;/p&gt;

&lt;p&gt;So Sql Murder Mystery says this &lt;br&gt;
"A crime has taken place and the detective needs your help. You vaguely remember that the crime was a ​murder​ that occurred sometime on ​Jan.15, 2018​ and that it took place in ​SQL City​. Start by retrieving the corresponding crime scene report from the police department’s database."&lt;/p&gt;

&lt;p&gt;Sql Murder Mystery is a game that teaches you the Sql ( Structured Query Language)&lt;br&gt;
and also teaches many aspects of Sql such as :&lt;br&gt;
Primary and Foreign Keys &lt;br&gt;
Aggregate Functions &lt;br&gt;
Table Joins and &lt;br&gt;
even Wildcards&lt;br&gt;
So check out Sql Murder Mystery&lt;/p&gt;

&lt;h2&gt;
  
  
  Elevetor Saga
&lt;/h2&gt;

&lt;p&gt;Heard of .js or Javascript ? No , then you are not savvy . It is most used language in coding world for web development ; &lt;br&gt;
It is a series of levels that teachs you javascript from beginner to advance and makes you a pro javascript.&lt;/p&gt;

&lt;p&gt;So check out Elevetor saga&lt;/p&gt;

&lt;p&gt;Conclusion : These are our best Free online coding games for adult list , so with these you can learn coding and become a coder :) and code whatever you like.&lt;/p&gt;

&lt;p&gt;Any thoughts about this topic or want to add any new game / comment now :)&lt;/p&gt;

</description>
      <category>codenewbie</category>
    </item>
    <item>
      <title>What is the Acceptance rate, SAT and Act Score Of Georgia Tech University</title>
      <dc:creator>Mohammad Arman</dc:creator>
      <pubDate>Tue, 01 Nov 2022 14:43:41 +0000</pubDate>
      <link>https://dev.to/arman_94/what-is-the-acceptance-rate-sat-and-act-score-of-georgia-tech-university-3jdg</link>
      <guid>https://dev.to/arman_94/what-is-the-acceptance-rate-sat-and-act-score-of-georgia-tech-university-3jdg</guid>
      <description>&lt;p&gt;Wanna Know About &lt;a href="https://www.turito.com/blog/college-guide/georgia-tech-admission-requirements"&gt;Georgia Tech University Acceptance Rate&lt;/a&gt; and Other essential info to get into or consider it, then this Quick guide is for you.&lt;/p&gt;

&lt;p&gt;Keep reading ;&lt;/p&gt;

&lt;p&gt;Georgia Tech University admission quick guide Covers:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Overview&lt;/li&gt;
&lt;li&gt;Georgia Tech Acceptance Rate&lt;/li&gt;
&lt;li&gt;Georgia Tech GPA Requirements&lt;/li&gt;
&lt;li&gt;Georgia Tech SAT Requirements&lt;/li&gt;
&lt;li&gt;Georgia Tech ACT Requirements&lt;/li&gt;
&lt;li&gt;Other Essential Docs Requirements&lt;/li&gt;
&lt;li&gt;Recap&lt;/li&gt;
&lt;li&gt;Conclusion&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Overview Of Georgia Tech
&lt;/h2&gt;

&lt;p&gt;The Georgia Institute Of Technology Commonly referred to as Georgia Tech, is a University in Georgia known for its Tech programs.&lt;/p&gt;

&lt;p&gt;Georgia Tech University was established in 1885 With the motto of "Progress and Service", whose primary focus was building an industrial economy.&lt;/p&gt;

&lt;p&gt;As years passed, Georgia Tech is now most recognized for its Science and Technology Department. And It also ranks in the list of the top engineering colleges in the Us.&lt;/p&gt;

&lt;p&gt;Georgia Tech University is situated in Atlanta, Georgia(US) and expands about 373 acres(1.51 km). It is organized into Six colleges and contains about 31 Departments with a Main emphasis on Science and Technology.&lt;/p&gt;

&lt;h2&gt;
  
  
  Georgia Tech Acceptance Rate
&lt;/h2&gt;

&lt;p&gt;Georgia Tech Acceptance Rate was 23.6% in the Year 2021, And it was ranked in the list of the best engineering universities in the US.&lt;/p&gt;

&lt;p&gt;Georgia Tech uses Various Aspects of Students to Accept them into their college, Such as:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;GPA Scores&lt;/li&gt;
&lt;li&gt;SAT/ACT Scores&lt;/li&gt;
&lt;li&gt;Extracurricular Activity&lt;/li&gt;
&lt;li&gt;Some Important Docs&lt;/li&gt;
&lt;li&gt;Second School Record&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Extracurricular activity includes any activity that the student outside of School Study performs. Ex- Developing an app, co-authoring some research, Sports and Athletics, etc.&lt;/p&gt;

&lt;p&gt;These activities can increase your chances of being accepted at Georgia Tech.&lt;/p&gt;

&lt;h2&gt;
  
  
  Georgia Tech GPA Requirements
&lt;/h2&gt;

&lt;p&gt;GPA is an acronym for Grade Point Average, and Almost all universities use it to evaluate students for admission.&lt;/p&gt;

&lt;p&gt;Georgia Tech GPA requirement estimations fall between 4.0 - 4.20. That means University is Trying to find the class toppers :) &lt;/p&gt;

&lt;p&gt;So, it would be best if you scored as high as possible in high school to increase your chances of being accepted at Georgia Tech.&lt;/p&gt;

&lt;p&gt;Also, as of 2021, Georgia tech applicants need to take challenging IB and AP courses to convince the admission officers of Georgia Tech.&lt;/p&gt;

&lt;h2&gt;
  
  
  Georgia Tech SAT Requirements
&lt;/h2&gt;

&lt;p&gt;To get into Georgia Tech, students need to score between 1360 to 1540 out of 1600.&lt;/p&gt;

&lt;p&gt;SAT is an acronym for Scholastic Aptitude Test. It is a standardized test that evaluates students based on their Maths, Writing and Reading.&lt;/p&gt;

&lt;p&gt;Almost all of the Universities in the US ask for SAT or ACT Scores With GPA.&lt;/p&gt;

&lt;p&gt;By now, You got the idea that SAT comprises three Sections Which are:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Math&lt;/li&gt;
&lt;li&gt;Reading&lt;/li&gt;
&lt;li&gt;Writing&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Section-wise Score Requirements
&lt;/h2&gt;

&lt;p&gt;Maths -  In Maths, the Average score ranges between 700 to 790.&lt;br&gt;
Reading &amp;amp; Writing - In the Reading and Writing Section Average score ranges between 670 -740. (Combined both the reading and writing sections in one :)&lt;br&gt;
Sounds Quite Tough?&lt;br&gt;
Yes, it is. But it's worth it :)&lt;/p&gt;

&lt;h2&gt;
  
  
  Georgia Tech ACT Requirements
&lt;/h2&gt;

&lt;p&gt;To get into Georgia Tech, students need to score between 31 to 35 out of 36.&lt;/p&gt;

&lt;p&gt;ACT is an acronym for American College Testing. It is a standardized test that evaluates students based on their Maths, Writing, Reading and science.&lt;/p&gt;

&lt;p&gt;The ACT exam isn't as popular as SAT among test takers. So, that's why most candidates go for SAT exams.&lt;/p&gt;

&lt;p&gt;So, you are thinking about which one is harder?&lt;/p&gt;

&lt;p&gt;What's Harder, ACT Or SAT&lt;br&gt;
Neither SAT nor the ACT is harder than the other. Colleges use both to evaluate students for admissions. &lt;/p&gt;

&lt;p&gt;Note: You must give one of the tests to submit in college. Choose whichever suits you best.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other Essential Docs Requirements
&lt;/h2&gt;

&lt;p&gt;Apart from the above Scores, Georgia Tech University asks for other essential documents as a requirement for admission.&lt;br&gt;
Essential Docs that are required are:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;75$ Application fee (it's a one-time fee, and all students have to bear it ). Students Also can apply for a fee waiver.&lt;/li&gt;
&lt;li&gt;Recommendations from Two teachers and one counselor.&lt;/li&gt;
&lt;li&gt;Your GPA Scores With Transcript.&lt;/li&gt;
&lt;li&gt;Standardized Test Scores (Either SAT or Act Scores).&lt;/li&gt;
&lt;li&gt;Mid-Year Report.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Recap
&lt;/h2&gt;

&lt;p&gt;To get Admission to Georgia Tech University, You have to get good marks in Your high school, also referred to as GPA (Score as High as possible).&lt;/p&gt;

&lt;p&gt;Don't worry if you didn't get marks as expected because you will get another chance in Standardized Tests Such as SAT or ACT.      &lt;/p&gt;

&lt;p&gt;Now, You have to Score High on SAT Or ACT, whichever you are giving, because these will decide your admission to Georgia Tech University.&lt;/p&gt;

&lt;p&gt;After Getting these scores fill out the admission form and submit it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;So, that's all you need to know about the admission process at Georgia Tech University.&lt;br&gt;
And be sure to focus on some extracurricular activities because those will also help get your name on the merit list.&lt;br&gt;
Good luck from my end, and I hope you get admission to Georgia Tech&lt;/p&gt;

</description>
    </item>
    <item>
      <title>HTML For SEO</title>
      <dc:creator>Mohammad Arman</dc:creator>
      <pubDate>Mon, 31 Oct 2022 12:10:28 +0000</pubDate>
      <link>https://dev.to/arman_94/html-for-seo-5bbo</link>
      <guid>https://dev.to/arman_94/html-for-seo-5bbo</guid>
      <description>&lt;p&gt;Do you know Search engines use HTML to get the info about the pages and rank them in SERPs (Search Engine Results Pages).&lt;br&gt;
Don't worry! If you didn't know that we are going to cover that in our Html for SEO guide, and it includes:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is HTML&lt;/li&gt;
&lt;li&gt;Uses Of HTML&lt;/li&gt;
&lt;li&gt;What is SEO&lt;/li&gt;
&lt;li&gt;Basic HTML Tags for SEO&lt;/li&gt;
&lt;li&gt;Conclusion&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  What is HTML
&lt;/h2&gt;

&lt;p&gt;Tim Berners-Lee, and Robert Cailliau, first created HTML in 1994. HTML is an acronym used for Hypertext Markup Language.&lt;/p&gt;

&lt;p&gt;HTML is used for creating webpages with functionalities such as audio, video, link, headings, tables etc. In Html, everything can be marked by syntax (tags and attributes) such as  tag, which keep the post as an article. &lt;/p&gt;
&lt;h2&gt;
  
  
  Uses Of HTML
&lt;/h2&gt;

&lt;p&gt;HTML is used on Almost all webpage because it provides structure to the document. Without a Structure, a document can't stand on its own.&lt;/p&gt;

&lt;p&gt;So let's see some uses of HTML:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Structuring Web Pages&lt;br&gt;
Almost all webpages use HTML to give structure to it. And you know, a web page can't stand without a basic structure.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Embedding Visual Media&lt;br&gt;
Html can also embed Visual media such as Audio or Video via Audio tag and Video tag. Developers used Flash to embed these types of visual media in the past. But now, with HTML5, anyone can embed them without using Flash.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Navigating the Internet Via Link&lt;br&gt;
HTML can also link any web page via an anchor tag. The basic anchor tag looks like this -&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a href="https://google.com"&amp;gt;Google&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h2&gt;
  
  
  What is SEO
&lt;/h2&gt;

&lt;p&gt;SEO is an acronym used for Search Engine Optimization. The term Search Engine Optimization was Coined By Bruce clay, also known as the Father of SEO. &lt;/p&gt;

&lt;p&gt;It is a process to improve the quality and quantity of traffic to a website.&lt;/p&gt;

&lt;p&gt;In SEO, Webmasters have to optimize their websites with various aspects of SEO such as On Page, Off page and technical side.&lt;/p&gt;

&lt;p&gt;On-Page Seo covers page aspects such as title, meta description, use of keywords etc.&lt;/p&gt;

&lt;p&gt;Off-Page Seo cover things that are off the page, Such as Backlinks, anchor text analysis etc.&lt;/p&gt;

&lt;p&gt;Technical Seo Covers things such as Robots.txt creation, sitemap etc.&lt;/p&gt;

&lt;p&gt;And after then, a crawler or I say a bot crawls their website and then submits them in their index, and after, the search engine uses some algorithm to rank those pages on relevant queries.&lt;/p&gt;
&lt;h2&gt;
  
  
  Basic HTML Tags for SEO
&lt;/h2&gt;

&lt;p&gt;To optimize our Seo, we should know some basic HTML tags essential for all Professional SEOs.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Title Tag&lt;/li&gt;
&lt;li&gt;Meta Description&lt;/li&gt;
&lt;li&gt;Meta Keywords&lt;/li&gt;
&lt;li&gt;Heading Tags&lt;/li&gt;
&lt;li&gt;Anchor tags&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  Title Tag
&lt;/h2&gt;

&lt;p&gt;Title tags play a significant role in any website's SEO. It is the first thing a Search engine uses to get info about the page's topic. So it would be best if you optimized it.&lt;/p&gt;

&lt;p&gt;In HTML, it looks like this-&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;title&amp;gt; HTML for SEO &amp;lt;/title&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Best practice&lt;/strong&gt;: Title tag length should be between 580px because, after this limit, search engines truncate the title.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meta Description
&lt;/h2&gt;

&lt;p&gt;The meta description is also a significant part of SEO. It doesn't directly influence the rankings in the SERPs but indirectly helps in rankings.&lt;/p&gt;

&lt;p&gt;In HTML, it looks like this -&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;meta name="description" content="xxxxxxxxx"&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Best practice&lt;/strong&gt;: Meta Description length should be between 990px because, after this limit, search engines truncate the title.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meta Keywords
&lt;/h2&gt;

&lt;p&gt;The search giant google doesn't use meta keywords, but it is used by other search engines such as Yandex and Baidu. If Google isn't your primary source of traffic, then you should optimize the meta keywords tag.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best practice&lt;/strong&gt;:   Use 3 -4 Keywords only, don't stuff it with irrelevant keywords.&lt;/p&gt;

&lt;h2&gt;
  
  
  Heading Tags
&lt;/h2&gt;

&lt;p&gt;Heading Tags are as essential as title tags because search engines also use them to get the info regarding the page's topic.&lt;br&gt;
There are 6 Heading Tags; the main difference is their size.&lt;br&gt;
Like&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;H1&amp;gt; will be bigger than &amp;lt;H2&amp;gt; and &amp;lt;H2&amp;gt; will be bigger than &amp;lt;H3&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Most of the Times Search Engines use the H1 and H2 headings to get the info about the page topic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best practice&lt;/strong&gt;: Keep them descriptive and on topic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Anchor Tags
&lt;/h2&gt;

&lt;p&gt;Anchor tags are also an essential part of the Off-page Seo of a website. These are mainly used to link from one page to another page on the Web.&lt;br&gt;
Search engines use anchor tags to get the context of a web page that links from it. And these are the primary factor that influences the off-page SEO of a site.&lt;br&gt;
In HTML, it looks like this -&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a href="https://google.com"&amp;gt;Google&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Best practice&lt;/strong&gt;: Keep them descriptive and links to only relevant pages in the context of the topic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt; - So, that's all for a quick guide to cover basic &lt;a href="https://www.turito.com/blog/coding/ways-to-learn-html-and-its-importance"&gt;HTML for SEO&lt;/a&gt;.&lt;br&gt;
Apart from the above tags, many other tags are used by SEOs.&lt;br&gt;
Thanks for Checking out this post. Share it if you liked it :)&lt;/p&gt;

</description>
      <category>html</category>
      <category>seo</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Can I Be Accepted At Yale University</title>
      <dc:creator>Mohammad Arman</dc:creator>
      <pubDate>Sat, 29 Oct 2022 05:13:50 +0000</pubDate>
      <link>https://dev.to/arman_94/can-i-be-accepted-at-yale-university-319m</link>
      <guid>https://dev.to/arman_94/can-i-be-accepted-at-yale-university-319m</guid>
      <description>&lt;p&gt;Wanna Know About Yale University Acceptance Rate and Other essential info to get into or consider it, then this Quick guide is for you.&lt;/p&gt;

&lt;p&gt;Keep reading ;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.turito.com/blog/sat/yale-sat-scores"&gt;Yale University admission&lt;/a&gt; quick guide Covers:-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Overview&lt;/li&gt;
&lt;li&gt;Yale Acceptance Rate&lt;/li&gt;
&lt;li&gt;Yale GPA Requirements&lt;/li&gt;
&lt;li&gt;Yale SAT Requirements&lt;/li&gt;
&lt;li&gt;Yale ACT Requirements&lt;/li&gt;
&lt;li&gt;Other Essential Docs Requirements&lt;/li&gt;
&lt;li&gt;Recap&lt;/li&gt;
&lt;li&gt;Conclusion&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Overview Of Yale University
&lt;/h2&gt;

&lt;p&gt;Yale University was established in 1701 With the Motto of "Lux et veritas"("Light and truth") as a Collegiate School and ranked third in the list of oldest universities after Harvard and Princeton.&lt;/p&gt;

&lt;p&gt;And it ranks 8th in the best Universities list in the USA and the world.&lt;/p&gt;

&lt;p&gt;Yale University is located in New Haven, Connecticut, and it is most known for there theatre and Music Programs.&lt;/p&gt;

&lt;p&gt;It is also known by its nickname, which is "Bulldogs" ;&lt;/p&gt;

&lt;p&gt;It consists of fourteen schools and expands its campus to 1,015 acres of area.&lt;/p&gt;

&lt;h2&gt;
  
  
  Yale Admission Statistics At Glance
&lt;/h2&gt;

&lt;p&gt;Total undergraduate enrolment (Fall 2021-22)    ---&amp;gt; 4703&lt;br&gt;
Campus size ---&amp;gt; 373 acres&lt;br&gt;
Yale University’s ranking ---&amp;gt; #5 (National ranking)&lt;br&gt;
Yale Acceptance Rate (2021-22) ---&amp;gt; 4.46 %&lt;br&gt;
Average tuition and fees ---&amp;gt; $59,950&lt;/p&gt;

&lt;h2&gt;
  
  
  Yale Acceptance Rate
&lt;/h2&gt;

&lt;p&gt;Yale University's Acceptance rate was 4.46% for the admission of 2021-22, and it's the lowest in the history of Yale. &lt;/p&gt;

&lt;p&gt;Also recorded were 4.62%  for the class of 2025,  6.54% for the class of 2024 and 5.91% for the class of 2023.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;At a Glance:-&lt;/strong&gt;&lt;br&gt;
2025   --&amp;gt; 4.62%&lt;br&gt;
2024 --&amp;gt; 6.54 %&lt;br&gt;
2023 --&amp;gt;  5.91%&lt;br&gt;
2022 --&amp;gt; 4.46 %&lt;/p&gt;

&lt;p&gt;By now, you have a glimpse that Yale is so strict with its Acceptance criteria. It would be best if you met with this, or you would not get admission.&lt;/p&gt;

&lt;h2&gt;
  
  
  Yale GPA Requirements
&lt;/h2&gt;

&lt;p&gt;So let's start with the most essential required thing to get admission to Yale: GPA (Grade Point Average).&lt;/p&gt;

&lt;p&gt;Note: Yale does not disclose the Average GPA required to get admission. But we can calculate it by Student's GPA that got Admission to Yale.&lt;/p&gt;

&lt;p&gt;So, the Average GPA Requirement ranges between 4.10 to 4.20 to get admission to Yale.&lt;/p&gt;

&lt;p&gt;Don't worry if you don't have this much score. You have a second opportunity to Compensate for it by Scoring high in SAT or ACT exams.&lt;/p&gt;

&lt;p&gt;Aside from this, Yale also looks carefully for other things in Your transcripts, such as awards, certificates, and AP classes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Yale SAT Requirements
&lt;/h2&gt;

&lt;p&gt;Aside from GPA, Yale also asks for standardized test scores such as SAT and ACT. Students can submit either SAT or Act scores.&lt;/p&gt;

&lt;p&gt;So, Choose which suits you best :)&lt;/p&gt;

&lt;p&gt;SAT exam is comprised of three sections which are:-&lt;br&gt;
Math - The average score for the Reading and Writing Sections ranges between 740-800.&lt;br&gt;
Reading and Writing - The average score for the Reading and Writing Sections ranges between 720-780 (Combined Reading and writing sections in one section)&lt;/p&gt;

&lt;p&gt;Yale's 25th percentile SAT score was 1460, and its 75th percentile SAT score was 1570.&lt;/p&gt;

&lt;p&gt;So, the Average SAT score for Yale University ranges between 1470-1510.&lt;/p&gt;

&lt;p&gt;And You should ensure that Your SAT Score Must Fall as near as possible to the 75th Percentile score.&lt;/p&gt;

&lt;p&gt;Sounds Quiet Tough?&lt;br&gt;
Yeah, it is. But it's worth it :)&lt;/p&gt;

&lt;h2&gt;
  
  
  Yale ACT Requirements
&lt;/h2&gt;

&lt;p&gt;As already stated above, Yale also asks for Standardized test scores. So for that, You have to take SAT or ACT exam.&lt;/p&gt;

&lt;p&gt;So, the Average ACT ranges between 33 to 35 to get Admission into Yale University.&lt;/p&gt;

&lt;p&gt;It would be best to aim for a Means score, which is 34, or try to score as high as possible.&lt;/p&gt;

&lt;p&gt;I know it's very tough, but it's worth it :)&lt;/p&gt;

&lt;p&gt;Essential Docs Requirements for Admission to Yale&lt;br&gt;
80$ Application fees (it's a one-time fee, and all students have to bear it ). Students Also can apply for a fee waiver.&lt;br&gt;
Recommendations for Two teachers and one counselor.&lt;br&gt;
Your GPA Scores With Transcript.&lt;br&gt;
Standardized Test Scores (Either SAT or Act Scores).&lt;br&gt;
Mid-Year Report.&lt;/p&gt;

&lt;p&gt;Note: For 2023 admission, Standardized test scores aren't necessary.&lt;/p&gt;

&lt;h2&gt;
  
  
  Recap
&lt;/h2&gt;

&lt;p&gt;Give Your Best in your School exams and try to achieve High Scores(4.10 -4.20)&lt;br&gt;
Write Essays that Stand out &lt;br&gt;
Score High in SAT Exam (1410-1570)&lt;br&gt;
Score High in ACT Exam (33- 35)&lt;br&gt;
Get Recommendations from Two teachers and a Counselor.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Yale University's Acceptance rate is relatively low, but it's worth the effort, so You should try.&lt;/p&gt;

&lt;p&gt;So, that's all You need to know to get Admission to Yale University. So, give Your best.&lt;/p&gt;

&lt;p&gt;So, Good luck With your Prep. I hope you get into Yale University :)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
