Most voted "seo" questions
SEO (Search Engine Optimization) is the set of strategies aimed at evidencing a website in the pages of natural (organic) results on the search sites. DO NOT USE THIS TAG TO ASK ABOUT SEO TECHNIQUES, which are not in our scope. Use it only on issues where the core of doubt has actual software development, which is dedicated to an SEO feature.
Learn more…155 questions
Sort by count of
- 
		23 votes2 answers368 viewsHow do I do SEO?I started a blog not long ago, but long enough to have visits, 2 months ago, but I don’t have any! And I’ve written 10 articles! They told me I had to invest in the site’s SEO unless I wanted to pay… 
- 
		21 votes1 answer487 viewsHow do I make Google understand my Links?If we type Globe in Google the result appears as the image above. 1 - How can I make my site look like this too ? 2 - Google does this on its own ? I am in the tool of Google Webmaster Tools and… seoasked 10 years ago Diego Souza 16,524
- 
		13 votes2 answers1166 viewsIs it acceptable to use <H2>, <H3>, <p>, <div> tags within links/anchors (<a></a>)?It is acceptable in question SEO and semantics to use tags like <h2>, <h3>, <p> and <div> inside <a href=""></a>? I noticed that to make items on a page people… 
- 
		13 votes2 answers298 viewsDoes the IP influence the ranking of the site?I wonder if IP influences ranking in Google. I recently migrated an Azure website (exclusive IP) to a shared hosting (shared IP) and the site fell from position (page 1.2 and sometimes 3 to page… seoasked 7 years, 2 months ago Leonardo Bonetti 5,313
- 
		11 votes2 answers295 viewsDoes Google index images in SVG (inline) or Base64?I was thinking of turning the logo of a site to SVG, but I was thinking of using it in a way inline as code within tags <svg>. To be inline, I can interact as the SVG directly through the CSS,… 
- 
		10 votes1 answer227 viewsCSS display and visibility - SEO effectsI’m making a website and applying some SEO techniques, but I have a div that needs to be hidden (property display:none; and visibility:hidden;). What is the effect on search engines for this DIV… 
- 
		10 votes1 answer112 viewswhat influences Google indexing time?When I had a blog on Blogger (Blogspot), I noticed that it took from 1 to 3 days for the content to be indexed by Google. However, those days ago, I asked a question here on Stackoverflow that, with… seoasked 10 years ago Wallace Maxters 102,340
- 
		9 votes1 answer1625 views
- 
		9 votes1 answer280 viewsSearch tool for my site on GoogleHow to include a search within the Google search engine? It would have to include a meta tag in my website for this to appear on Google? A little difficult to explain, so I will illustrate with… 
- 
		9 votes1 answer379 viewsAccentuation in meta DescriptionWhen using practice SEO on our website, we have to add to <meta name="description"> to be presented better, among other things. My doubt lies in using or accentuating the description. Is there… 
- 
		9 votes1 answer1084 viewsHow to calculate the ratio of text to "HTML" ("HTML ratio")?The text of an "HTML ratio" refers to the amount of text on a page against the code of the same page. How to do this calculation, I know I should probably take the DOM, but the part exactly what… 
- 
		9 votes4 answers2034 viewsDoes React affect SEO?Since HTML is generated via Javascript and until the page is loaded there is no useful HTML in it, SEO can be affected if I make a 100% web application in React - a call single page application?… 
- 
		8 votes3 answers726 viewsWhy does Google recommend inline CSS?I was optimizing a site from a client who insists on wanting to get a high score in Pagespeed Insights, and I’m having problems with "eliminating Javascript and rendering blocking CSS in content… 
- 
		8 votes2 answers218 viewsSEO+ techniques currently used!I have been doing some research in some courses on SEO, because I believe it is a very promising subject in the field of the Internet but many things are still a mystery to me and maybe you can help… 
- 
		7 votes1 answer226 viewsServer Side rendering need for javascript content - AngularjsKnowing that from this year google Crawler performs javascript, considering the indexing of a content that is displayed using Angularjs, there is still the need for a version of the same content… 
- 
		7 votes1 answer301 viewsAre there HTML text editing tags "preferred" by google search robots?I decided to rewrite some 300 files that I will use in a project, because they were originally written directly on google Docs, and when saved as HTML and try to include with requireor include,… 
- 
		7 votes1 answer816 viewsNavigation via HTML or JavascriptI’ve been working a lot with javascript and it makes me use it for almost everything. But I’m having a question. Is there any problem of semantics, indexing or search results of my page when I use:… 
- 
		7 votes2 answers753 viewsWhat is the difference between 301 and 302 redirects?I would like to know the difference between these two types of redirect code: 301 and 302. I realized that they are called on Google’s Webmaster Tools Permanent redirection and Temporary… 
- 
		7 votes1 answer88 viewsWhat are Core Web Vitals and how do they work, should I worry about them?I saw recently that Google will consider the reports of Web Vitals (Lighthouse and Search Console) as a factor of rankings, because these factors can directly interfere with the user’s experience… 
- 
		6 votes2 answers145 viewsIs it necessary to use metatags on administration pages?It is necessary to have the meta-tags "Description", "Keywords" on site administration pages, as these will not be indexed? 
- 
		6 votes3 answers714 viewsCan the + symbol on a website name affect searches?Good evening, I have a site that has in the name the symbol +, this can affect the searches in Google, it will be better to put in the name of the site ... More? seoasked 10 years, 5 months ago Pedro Piloto 441
- 
		6 votes2 answers83 viewsHow to prevent data from being posted to google search?I have a database. Inside, a database with the data of several people. I have a scheduling system. All data of the person + day/time of scheduling is placed in it. The problem is that this data can… 
- 
		5 votes1 answer627 viewsDo one page websites appear in search engines?One page sites are listed normally in search engines? There are several articles and it seems that One page sites are not very friendly to searchers, this is a reality? In which cases? Only in… 
- 
		5 votes1 answer227 viewsHow to avoid duplicity with Canonical link?I have a question about the use of Link Canonical. Canonical link is a tag element <link> which aims to decrease the amount of Urls with duplicate content. Sometimes we see some Urls with the… 
- 
		5 votes2 answers938 viewsI have a multi-language site, in the matter of SEO which is better: Using Subdomains or Directories?I am creating a site with several languages (Portuguese, Spanish, English). On the question of SEO what is the most correct way to use? Subdomains ( pt.meusite.com ) or Directories ( meusite.com/pt… seoasked 11 years, 2 months ago Alexandre Lopes 2,769
- 
		5 votes3 answers116 views
- 
		5 votes1 answer374 viewsIs it correct to use H1, H2 with None display in order to SEO or are they penalized by search engines?I looked here ,but I did not find any topic addressing. If already there, please mark as duplicate. I have a problem. My client’s logo cannot be reproduced through fonts and clean CSS, and in his… 
- 
		5 votes2 answers153 viewsHow do I get a page on my site to appear on the same day in google search results?I need to know a way for a page of my site to appear in google search results on the same day. Any suggestions on what needs to be done? Because I realize that there are sites that once a news is… 
- 
		5 votes1 answer187 viewsInclude HTML in HTML without affecting SEOI’ve seen a lot of ways to include a file HTML within another HTML, so much for Javascript as by the tag <object> of HTML5. These include types negatively affect page SEO? Content included in… 
- 
		5 votes1 answer166 viewsCarousel content harms SEO? Is the hidden Carousel content indexed?I have a question about Carrousel and how its content is indexed or not by crawlers search. First, I believe that most Carousels are not so friendly from the point of view of Accessibility. This… 
- 
		5 votes1 answer128 viewsDisplay: Does None really affect seo?On my hidden quiz site about 95% of the questions and answers content (text and images). I leave visible only a small area with an image, the title of the quiz and a description, and finally a… 
- 
		4 votes1 answer92 viewsUse of meta KeywordsSearchers continue to use the meta tag as relevant? There are several articles on the internet saying no,others that yes,. 
- 
		4 votes2 answers479 viewsHow to make a dynamic meta descripition in Angularjs?How to do to the description, who is in a Array in the controller, is rendered to the <meta name="description" content="{{metadescription}}"> , which is in index.html, and can appear… 
- 
		4 votes2 answers267 viewsMy site does not appear in google search enginesHello, there is a similar question here, but it does not have a valid answer and I believe that the reason his site does not appear in the rank may be different from mine. Anyway, the site… seoasked 10 years, 5 months ago Felipe Jorge 1,479
- 
		4 votes1 answer502 viewsLoading external "pages" via AJAX. Will Google index?Some talking to use #!, others say to use History API and others say that the Google already runs Javascript. I’m doing a project whose pages are loaded into a container leading. All link is an… 
- 
		4 votes1 answer76 viewsSitemap - What to list?I am creating the sitemap of my project and listing the link http://www.site.com.br/articles I remembered that each article has a single page, so it is a dynamic page. The question that came to mind… 
- 
		4 votes3 answers788 viewsHide description with ''Display: None " bad for SEO?I have some links on the site and I will add a description to each of them, and hide the description, but I doubt if hide with display: none is bad for SEO. See how I intend to do <li><a… 
- 
		4 votes1 answer104 viewsSearch engine Optimization em Meta Tags (Custom Elements)How does the indexing of meta tags created in frameworks like Vue.js and others that use this functionality ? Google robots analyze what the browser interprets or the page source code ?… 
- 
		4 votes1 answer39 viewsDo search engines prioritize file names or "alt" attributes in images?For example, an image named "xicara-de-cafe.jpg" without the attribute alt, has more weight than a file called "5ecaac15bb162ea847e1f4771a214b74.jpg" with the attribute alt="Xícara de café"?… 
- 
		4 votes1 answer69 viewsDoes the size of the URL influence the rankings of search Engines?If I have a link very long, this can be penalized by Google or other search systems? For example:… 
- 
		4 votes1 answer74 viewsWhat is rel="noopener"? Should I use it on all links on my site? Can it affect SEO?I recently noticed that the property rel of link may receive the tribute noopener, but I didn’t quite understand the advantages of using it... <a href="http://example.com" target="_blank"… 
- 
		4 votes0 answers38 viewsWhat is the best way to implement Schema in HTML?Giving a search on the internet I saw that Google recommends the implementation of Schema via JSON/LD. As much as I’ve done a lot of research, I haven’t found any answers that specific. My first… 
- 
		4 votes2 answers115 viewsConcept of blocking directories in robots.txtI have a question regarding the blocking of files and directories through robots.txt. The structure of my site is composed of directories with backend files (models, controllers and classes), that… 
- 
		4 votes0 answers35 viewsHow is the degree of authority of a website calculated?Can anyone explain to me how is measured the degree of authority of a website? Today on http://www.meets.com.br We have a 28 degree of authority Ubersuggest. On other sites we have a lower grade and… seoasked 5 years, 9 months ago Tavares CMA 41
- 
		3 votes2 answers691 viewsHow to index an iframe in Google?This site uses a <iframe/> to display your Views. Views are inserted and displayed through of this platform. But even though it’s an iframe, Google indexes. How is that possible?… 
- 
		3 votes1 answer184 viewsDoubts about SEOLately I have been faced with a lot of doubts, and I felt like coming here to publish some of them... Structure of Urls What is the correct way to Urls? Suppose I register domains.… seoasked 11 years, 2 months ago Alexandre Lopes 2,769
- 
		3 votes2 answers972 viewsHow to index on google sites that use javascript?I’m doing a SPA site with Angularjs and I’m having a hard time indexing all the pages on google, because as I load the information via AJAX, it just indexes my homepage, I’ve read many things about… 
- 
		3 votes1 answer100 viewsGoogle Api - SEO - Google Index and Google plus via jsonI need to recover via json or some other way Google SEO information to feed my database.. For now it’s just Google Index and Google+ Does anyone know how to do that? Or someone has some example of… 
- 
		3 votes1 answer46 viewsOld site first in organic search, if I reform it, lose rankings?A very old/ugly website appeared here for me to reform, and I have to make a new layout from scratch and pass it to a CMS. However, he is first in the organic search of google. Will I lose rankings?… seoasked 9 years, 11 months ago Vinny Scrouth 187
- 
		3 votes1 answer412 viewsBetter HTML structure - Virtual StoreTalk, you guys, blz ? My question is the following: what is the best HTML structure to build a virtual store ? Taking into account semantic and SEO patterns. For example: I must use divs, li or…