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
-
3
votes1
answer250
viewsHow indexing works with searchers using Angular JS
How searchers index displayed content with angular? I researched it and found that apparently Google reads Javascript according to this matter. But that’s really true? I was browsing and look what I…
-
3
votes1
answer595
viewsWhat is the hreflang attribute for?
I am interested in SEO techniques and among my researches I found the attribute hreflang. Some examples: <!-- Dentro do HEAD --> <link rel="alternate" hreflang="pt-br" href="...">…
-
3
votes0
answers49
viewsSEO, what are the odds that Googlebot will read this Rich Snippets code?
What are the odds of Googlebot read that code Rich Snippets? Tips on how to improve are welcome... I can only use Front-END, if you hadn’t already used one PHP to solve this. <script…
-
3
votes2
answers182
viewsDoes dynamic SEO work?
I am studying SEO, and I saw that for certain subjects, we use different microformats, for the identification and rankings of the pages, however, I thought of a doubt, I researched in several places…
seoasked 7 years, 1 month ago Murilo Melo 2,272 -
3
votes2
answers48
viewsDoes google take more into account the name View/Controller or Parameters?
I have this doubt because I am trying to raise my site in rank, and so far it does not appear in banco de imagens, came to doubt, google understands what is a parameter and what is a…
seoasked 7 years ago Leonardo Bonetti 5,313 -
3
votes1
answer27
viewsHow to specify the search engines to update an HTML document?
According to MDN using the tag <time></time> attribute-ridden datetime <time datetime="yyy-mm-dd hh:mm:ss"></time>, allows search engines to know the document’s creation…
-
3
votes2
answers697
viewsHow to put ALT in a Background-Image? How to make a Background-Image more accessible and semantic?
It’s a simple but objective question. We know the importance of tag ALT for semantics, accessibility and even for SEO. But how can I set these tag properties ALT in an image that is defined as…
-
3
votes1
answer40
viewsIn SEO using more than one link in HTML to another page is bad?
It’s bad SEO practice to use more than one tag a in an HTML structure to another HTML page href the same link? Ex: <div> <div> <a href='link1.html'><img src='path/img.jpg'/>…
-
3
votes4
answers231
viewsHow many times should I use the Strong element to highlight a word as important?
I’m studying HTML got the following question: <h2>Elemento <strong>div</strong></h2> O elemento <strong>div</strong> também define uma sessão genérica de uma…
-
3
votes1
answer1400
viewsSEO - Being penalized by Google Fonts
I am using a font that is on Google Fonts on my website and am importing via css: @import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,300i,400,400i,600,600i,700,800,900'); The…
-
2
votes4
answers129
viewsSort H tags within a page
I wonder if there are problems in informing more than one H1 tag within a page, more in relation to SEO, if Google condemns this type of action. And also, if there’s a problem with me reporting…
-
2
votes1
answer354
viewsAngularjs and SEO
I have a site made with Angularjs and PHP. All content that is common between pages is only loaded once, when the user changes page only the content of the respective page is loaded (running the PHP…
-
2
votes2
answers81
viewsDoes page title and random post affect position in search results?
I have a theme with a single page and several updates are made per day on this page including the title, wanted to be well placed in search results know that there are several techniques for it... I…
-
2
votes1
answer175
views -
2
votes2
answers135
viewsThe domain of the hosted site does not appear in the Google search engine
I can’t show the website for ethical reasons. The portal does not appear on any Google page, nor when I type the URL in the search engine. The website only appears when I type the URL in browser. I…
-
2
votes2
answers2288
viewsCan I use PHP to create dynamic meta tags for SEO?
I wonder if it is possible to use PHP in metatags, like Description, Keywords... I already use the title: <title><?php echo $titulo; ?>. I can do the same for metatags? Of: <meta…
-
2
votes1
answer74
viewsAdding Rich Snippet in multiple Ivs
I am making a page that presents data of a person. At the beginning of it there is the name and a text, at the end there is the address, email, etc. I’m using Rich Snippet, but all the examples I…
-
2
votes1
answer627
viewsGeneric Parameter Friendly URL . htaccess
I’d like to ride a URL user-friendly with generic parameters, ie that receive any parameter in any quantity or file. Today I rode the .htaccess so that the file name becomes the URL. File I am…
-
2
votes1
answer484
viewsGoogle follows URL from data-href?
On my site there are links to certain Urls that open with Jquery and the data-href attribute. This attribute is inserted into a normal div that functions as a button. Ex.: <div class="open_url"…
-
2
votes2
answers52
viewsDo internal links help Google rank?
I wonder if internal link building on a blog, help rank on Google? If I have a blog and every post I do, I link to one or two posts during the article. This helps make those posts rank on Google?…
-
2
votes4
answers5730
viewsShare Link with Image on Facebook
I would like to know how to paste a link in a Facebook post and it show an image. For example: if I paste the Twitter link into a post, it puts an image, followed by the title and description of the…
-
2
votes1
answer45
viewsHow to calculate a website’s Rankpage
Hello Folks I have a website and would like to know what is the Rankpage of some links. Someone knows a good site to calculate Pagerank from a URL?
seoasked 8 years ago Ricardo Gómez 25 -
2
votes0
answers51
viewsDo searchers interpret the elements before or after rendered by Javascript?
For example, in a ng-repeatangular or in single append of Jquery, searchers will read all elements created dynamically, since it is a replace client-side? In the section below, taking the example of…
-
2
votes1
answer44
viewsPrevent indexing of page clippings
If you cut a page separating the head,nav, etc... and pull everything with include in the index.php, Google will index these cut pages? I want to separate some parts by creating head.php and…
-
2
votes1
answer33
viewsRobots.txt with spaces
I created a robots.txt and Mapeed it on my host to be found at the root, but I realized that I climbed with spaces before the bar, many spaces. And as the process of deploy is very bureaucratic I…
-
2
votes1
answer419
viewsWhat is the best type of file compression to optimize server response?
Recently I have been researching ways to improve the server performance, decreasing its load and consequently increasing its speed. I found several types of compression and benchmarks comparing the…
-
2
votes1
answer60
viewsDisplay:None in Modal and @media affects SEO
I’m trying to apply responsiveness on a site, but some menus of categories I transfer into a modal of the bootstrap that uses the display:None, in addition to causing some desktop elements to be…
-
2
votes1
answer88
viewsDoes changing the metatags on the upload affect rankings?
Good morning !! Guys, I have a website where the structure is made with calls PHP at the top, body and footer. Based on the route the user enters (for example www.site.com/article/article-example-1)…
-
2
votes0
answers43
viewsHow to migrate a website without losing domain rankings
A client has a rather old site in Wordpress and hired me to make improvements on the site: change theme, content of pages, delete some pages and add new. All these improvements I’m making a…
-
1
votes2
answers1524
viewsUpper or lower case URL
When it comes to SEO it makes some difference the use of my site’s URL being all lowercase? Example: - http://localhost/produto/livro-stackoverflow - http://localhost/Produto/Livro-StackOverflow My…
-
1
votes0
answers70
viewsProblem when indexing website in google
Good night, And the following I have a problem indexing my site on google I have account created on webmaster and added the site sent the sitemap.xml Just don’t index anything on Google. I have…
seoasked 9 years, 8 months ago César Sousa 2,025 -
1
votes1
answer47
viewsKeyword in domain or directory?
I’ve been reading about SEO and I’ve been wondering. Nowadays having a domain with some keyword worth it or just add that word in some directory? Keyword example: Polo shirt The site would look…
seoasked 9 years, 8 months ago rafaeloliveira 419 -
1
votes1
answer53
viewsDoes publicizing URL on social networks improve pagerank?
Always publicize the same URL in several posts with the site address helps the page rank of the site or is considered as SPAM?
seoasked 9 years, 8 months ago rafaeloliveira 419 -
1
votes0
answers266
viewsLoad header and footer with . load() and make it visible to Google
I’m setting up a pure HTML site, which has the following structure Whereas I don’t have a Master Page like in ASP.NET, I need to replicate the header and footer to other pages using the function…
-
1
votes1
answer86
viewsWhat is the best method to build Meta-tags for SEO?
Learning a little bit about SEO, I realized that there are numerous metatags and many ways to show Google the title of a site, the description and everything. But with this research a doubt was…
-
1
votes0
answers37
viewsWhat is SEO, is it possible to leave a site at the top of Google results in a short time?
This is my question for some time. What is SEO, how to create meta tags to make the site visible on google ? How to use SEO?
-
1
votes1
answer83
viewsFacebook, Google+ and Twitter sharing goals
Whenever I enter goals for shares on sites in general, I follow the patterns below, the question is as follows: There are more goals that are considered important in these three social networks that…
-
1
votes0
answers113
viewsTwo sites in one domain
Hello, I would like to develop two websites, one of them institutional and the other a virtual store. But I would like to use the same domain. Soon I think it will look like this: When someone…
-
1
votes1
answer281
viewsWhen should I use meta tag keyword?
I must have a <meta name="keywords" content=""/> for each page of my site, or I can use the same for all pages ?
-
1
votes0
answers21
viewsAngularjs Services API. Does not load TITLE when sharing link
Good afternoon, I need some help finalizing a project. I have a problem that when sharing the links on social networks, the tags title, Description and etc will not load with the values returned by…
-
1
votes1
answer168
viewsHow to make google search find my site
I am following the steps for SEO and make my site appear in google searches. The settings of google search I’ve done, including the site is already analyzed by google Analytics but is not being…
-
1
votes0
answers33
viewsFriendly/Optimized Url does not open
I am optimizing the Urls of a site and I had a certain problem. Some pages do not open after receiving optimization, in fact the page is found and inserted in the path, but the content of the page…
-
1
votes1
answer463
viewsHow does Google view a subdomain?
If I have a site "meusite.com" and create a domain "sub.meusite.com" will see as another site or as just the same site ?
-
1
votes0
answers178
views100% dynamic website SEO?
I’ve never developed a website before, I’ve always worked with systems, so I’m having problems with what should be the easiest part of development, the HTML pages. I am in the middle phase of…
-
1
votes1
answer51
viewsFill meta Description via javascript Google interprets the code?
I have a JSON {"content":{"description":"Descrição do meu site"}} I wanted to fill the meta name Description via javascript <meta name="description" content="" /> I wonder if Google will read…
-
1
votes1
answer65
viewsSite well positioned
Well I have a site that I developed and I would like it to be well positioned in Google already put the meta tags etc. but it did not help much to know how to do so that this for sure and the site…
-
1
votes1
answer350
viewsShow site pages on Google
I’m trying to show a "map" of the site on Google when searched, but I’m not succeeding. Using the plugin Yoast SEO, I configured all the pages of the site, but I did not succeed. When searching the…
-
1
votes1
answer38
viewsRedirect requests with . htaccess
I urgently need a simple and practical way to redirect via . htaccess preferably to an alternate domain of a website. This practice is to adopt SEO measures, since there are several media already…
-
1
votes0
answers137
viewsGoogle indexes images with "display: None"
As Google Search uses deep Learning in your searches, if you search for, for example, a poem, in google images, it will pick up an image that contains the poem (if there is). Several websites, such…
seoasked 7 years, 2 months ago Seu Madruga 2,481 -
1
votes1
answer172
viewsNoindex Nofollow from similar sites
I have two equal sites, same content, design, everything (One is homologation the other production). They are in different domains, only thing that changes, it is in the Robots that one is indexed…