Questions tagged [seo]

Note: General SEO questions are off-topic. Only programming-related SEO questions are acceptable on Stack Overflow. Non-programming SEO questions should be asked on Webmasters.SE at https://webmasters.stackexchange.com. If someone has directed you here to read this warning, go back and delete your question.

Search engine optimization, or SEO, is a methodology for helping websites to improve search engine rankings.

Most search engines return results based on relevance to a set of input keywords, or a query, provided by a client (typically a user visiting a search engine's website). Ranking well in any given search for a popular keyword can mean more traffic for a website, which translates into pageviews, comments and most importantly, sales.

Most SEO questions are off-topic

Questions must relate to programming to be on-topic. This means you must have a specific programming problem you are trying to resolve.

On-topic examples include:

Off-topic examples include:

  • Will using a specific programming technique harm my rankings in search engines?

Most SEO questions fall into the category of how to get better rankings or what tactics can be employed to improve robots crawling a site. These and other general SEO questions that are not specifically about programming should be asked on the Pro Webmasters Stack Exchange site. The questions should include the SEO tag. See this discussion on Meta Stack Overflow for details.

WordPress-related SEO questions should be tagged as or . However, generic SEO questions with regards to WordPress belong on WordPress.

Related Tags

Books

7850 questions
2
votes
3 answers

What is the best way to black-list search engines?

I have built a photo community web application in PHP/MySQL, using CodeIgniter as a framework. All content is public so search engines regularly drop by. This is exactly what I want, yet it has two unwanted side effects: Each visit creates a…
Fer
  • 4,116
  • 16
  • 59
  • 102
2
votes
1 answer

How can I "Reduce JavaScript execution time" of external scripts?

I have the feeling that there is not much I can do, but I thought I'd ask the question and see if I missed something. How can I "Reduce JavaScript execution time" of external scripts? When I use the PageSpeed Insights tool, my current score is 56,…
InsuredApple
  • 63
  • 1
  • 3
  • 12
2
votes
3 answers

How does google determine the date a thread was posted?

When you search in google, when searching for a term, you can click "Discussion" on the left hand side of the page. This will lead you to forum based discussions which you can select. I was in the process of designing a discussion board for a…
polyhedron
  • 1,560
  • 4
  • 19
  • 26
2
votes
1 answer

POST requests to Bing Webmaster API always gives NotAuthorized

I'm trying to programmatically submit sitemap index files to Bing via HTTP POST requests. I followed the JSON request example from their documentation page. Here is the request I'm trying to make in cURL (I replaced the site url and apikey): curl…
Robert M
  • 233
  • 1
  • 2
  • 6
2
votes
1 answer

What is called first - robots.txt or mod_rewrite in htaccess

I need some help. I'm not sure about the order on request for mod_rewrite and robots.txt. Some urls belong to a rewrite rule: /index.php?id=123 to /home Other urls don't have a rewrite: /index.php?id=444 I made this entry to my…
Christoph
  • 1,113
  • 5
  • 17
  • 35
2
votes
2 answers

Is it better to use an IMG element for a header logo or a background image, why?

I see all the time websites like stackoverflow for example embed their logo as a background image with a span tag for the text for screen-readers.
TheWebTech
  • 240
  • 2
  • 13
2
votes
0 answers

How to allow Googlebot to read bundled css for my meteor application

I recently got a bunch of errors from the mobile google bot saying my site is not mobile friendly, and I determined that it is because it is not correctly loading the .css file. I see that the bundled css is at the link…
schlaegerz
  • 377
  • 2
  • 12
2
votes
0 answers

Amp page implementation with same page

I'm trying to implement AMP page with shopify. Shopify does not give server side code. It is a hosted solution. So i can not redirect my page from server side unless it gives me 404 error. Let's suppose I have this product…
Picks Prabhakar
  • 335
  • 1
  • 3
  • 13
2
votes
1 answer

Why rev canonical link always use 302 redirect

Some sites supports RevCanonical link for self hosting short URL. Such as flickr, php.net, dopplr. For my understand and some articles also said that. URL shorten service should use 301 permanent redirect instead of 302. But all the websites I lists…
OOO
  • 324
  • 2
  • 5
2
votes
3 answers

Maintenance mode strategy with SEO in mind

What are considered the best practices when putting your site in maintenance during an update? I'm asking because i'm not very fond of having a site with over 60k indexed pages in google throwing a 404 header actually telling Google that the sites…
ChrisR
  • 14,370
  • 16
  • 70
  • 107
2
votes
1 answer

Script tags in React JSON-LD Schema

Summary I'm implementing Schema.org JSON-LD structured Data into a React application that's very content heavy. I've got it all set up properly, but I'm questioning whether the way I set it up is best practice or acceptable? The Question I have …
dizzy
  • 1,177
  • 2
  • 12
  • 34
2
votes
1 answer

Correct method to change HTTP to HTTPS by 301 Redirect? Will it hurt my SEO?

I have used .htaccess file to change my site HTTP to HTTPS and it seems the code works well, but I don't know if it is in the correct way and will this hurt my SEO? The code: Options -Indexes RewriteEngine on RewriteBase / RewriteCond %{SERVER_PORT}…
SuperBerry
  • 1,193
  • 1
  • 12
  • 28
2
votes
1 answer

The AspxAutoCookieProblem in ASP.NET pages

I just joined a team to manage a asp.net 4 website with 1000+ pages of the url format http://www.abcdefgh.com/ShowBooks.aspx?ID=1420 but it gets changed…
Matt Kraven
  • 141
  • 2
  • 10
2
votes
1 answer

mod_rewrite htaccess issues

I have this site: neotel2000.com that works this way: Spanish language: neotel2000.com English language: neotel2000.com/en/ French language: neotel2000.com/fr/ OK. I need this: I want that every possible section relative to the French version…
Josea
  • 21
  • 2
2
votes
3 answers

Can Search Engines bots crawl pages requiring login?

If a homepage on a website has a content if a user is not logged in and another content when the user login, would a search engine bot be able to crawl the user specific content? If they are not able to crawl, then I can duplicate the content from…
Nicolas de Fontenay
  • 2,170
  • 5
  • 26
  • 51
1 2 3
99
100