Skip to content

Latest commit

 

History

History
193 lines (59 loc) · 5.23 KB

seo.md

File metadata and controls

193 lines (59 loc) · 5.23 KB

Audit Content

1. Content low quantity

imagine your website is a fashion store and how do perform content of website quantity? most websites usually use to words related the main website fashion stores around have shoes/shirts/trousers... and this is the main key of the website, so that means you need many phrases main in your website and don't exceed the limit.

image

2. Content high traffic

sometimes users just only typical recipes with tofu so this is the problem of the business how can find they the website? if you wanna website high-ranking in the top index in Google, so first thing always ensure keywords also recipes or tofu and more describe this can drive traffic users to look to your website

image

3. Quickly Tools

simply put is crawl website and afterward replace content low to be high so how i can do that? nowadays all technology is the best and we have much to choose

image

image


Entity SEO

in general entity is maybe anything term in content as adverb below image shows that entity has the same "subject" and inside has more than a concept you can learn more

image


DIAGNOSTICS

concept diagnosis E.g maybe I feel ill and want to general health check in the hospital, so now you can health check your site by tools support diagnosis learn more

image


DENSITY

how frequently a keyword is used within a piece of content, but isn't a big problem for SEO, as it’s no longer thought to be a ranking factor, This is because modern search engine algorithms are smart enough to understand learn more

image


SITEMAP

sometimes, web crawlers overlook certain pages on your website, those pages don’t get crawled, therefore use sitemap.xml to improve this you can separately categorize sitemap included (video/image/pages) learn more

image


ROBOTS

a robots.txt file to tell search engine spiders which page should and should not be crawled

  • Block Non-Public Pages: You have a login page and maybe don't want to be indexed so you can tell robots to block it

  • The Sitemap Directive: sitemap directive to your robots.txt file is quick but you can submit your XML sitemap

image


SCHEMA

schema markup helps search engines understand the content more effectively also can enhance the appearance of your page in search results type of schema markup have a lot it depends what kinds of website (health/news...) learn more

image


TAG

the best way to SEO is to use TAG it looks like a third-party, that track user actions and collect data to make something tag is used to install Google Analytics and other Google products and services learn more.

image


ANCHOR

you can use <a href="link" /> element that Google can crawl the link, but which just only works with websites that have prefetch HTML now go to test in this way press the right mouse and view page source, wow everything HTML/CSS shown fully

image


ACCESSIBLE DOM

every developer usually encounters is how to handle render elements, problem is we cannot look first structure HTML so cause crawler occurs as obstacle and you should do something to avoid this problem

Example:

isLogged  ? <home /> :  undefined;

image