Questions tagged as 'seo'

1
answer

Navigation via HTML or Javascript

I've been working hard with javascript and it makes me use it for almost everything. But I have a question. Is there any problem with semantics, indexing or search results of my page when I use: HTML: <img class="teste" src="img.pj...
asked by 11.01.2017 / 14:01
1
answer

Friendly Url in PHP and Sql

I have the following php code to make my site urls friendly: <?php $atual = (isset($_GET['pg'])) ? $_GET['pg'] : 'home'; $permissao = array('home', 'contato', 'sobre', 'politica'); $pasta = 'arquivos'; if (substr_count($atual, '/') &g...
asked by 01.02.2015 / 03:46
2
answers

Why does Google recommend inline CSS?

I was optimizing a client site that insists on wanting to get a high score on PageSpeed Insights, and I'm having trouble "removing JavaScript and CSS blocking rendering in content above the edge." Even after I'm minifying CSS, I'm still charg...
asked by 21.06.2017 / 20:10
1
answer

Need for Server Side Award for Content javascript - AngularJs

Knowing that starting this year google crawler runs javascript , considering the indexing of a content that is displayed using AngularJs, is there still a need for a version of the same content rendered on the server side for SEO? Plus : Pr...
asked by 05.08.2014 / 14:11
1
answer

Are there "favorite" HTML text editing tags by google search robots?

I decided to rewrite some 300 files that I will use in a project, as they were originally written directly in google docs, and when saved as HTML, and seo ). So what I would like to know is whether there really is a difference in the use of...
asked by 30.06.2015 / 03:04
2
answers

What is the difference between 301 and 302 redirection?

I would like to know the difference between these two types of redirection code: 301 and 302. I noticed that they are called in the Google Webmaster Tools of Permanent redirect and Temporary redirect , respectively 301 and 302...
asked by 17.01.2017 / 20:10
2
answers

How to prevent data from being posted on google search?

I have a database. Inside, a database with data from multiple people. I have a scheduling system. In it are placed all the data of the person + day / hour of the scheduling. The problem is that this data can be viewed on google if I search the n...
asked by 26.10.2015 / 18:35
2
answers

I have a multi-lingual website, in SEO question which is the best: Use Subdomains or Directories?

I'm creating a multi-language site (Portuguese, Spanish, English). In the SEO issue, what is the most correct way to use it? Subdomains ( pt.meusite.com ) or Directories ( meusite.com/pt )? Since in the eyes of Google...
asked by 09.08.2014 / 22:48
2
answers

Is it necessary to use meta tags on administration pages?

Is it necessary to have the meta tags "description", "keywords" on site administration pages, as these will not be indexed?     
asked by 01.02.2015 / 13:13
2
answers

How do I get a page from 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 to do? Well I realize that there are sites that once a news is published in a few minutes is already in the search results....
asked by 06.07.2016 / 10:15