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
1 answer

Mod_rewrite combining SEO friendly urls and CDN

Im sure there must be a clever way round this but I just cant figure it out. I am using mod_rewrite to create SEO friendly filenames AND switch to our CDN. I can do them both seperately but together they cancel eachother out We use mod_rewrite (in…
2
votes
1 answer

URL-encoding slug containing literal "#" or "+"

I'm currently replacing numeric ids in a url with a slug created from a job title. My problem is, some slugs contain "#" or "++". Simply removing them will change the meaning ("C# developer wanted" -> "c-developer-wanted"). What is the best way…
Ajtacka
  • 23
  • 3
2
votes
6 answers

Do (Google) robots / crawlers follow links if the 'rel="nofollow"' is set through javascript?

I want to keep bots from following my external links through rel=nofollow. I have 2 questions about it: 1) Does this really help my page ranking (I heard a SEO guy saying this, as it the page ranking should go up as the probability is lower that the…
tmaximini
  • 8,403
  • 6
  • 47
  • 69
2
votes
1 answer

SEO and Duplicate URLS

I'm updating a website's menu system and adding SEO urls. I'll have two URLs pointing to a similar resource for a while but only one of them will be rendered on the menu. Should I leave the old URLs or delete them? If I leave them then google…
Rimian
  • 36,864
  • 16
  • 117
  • 117
2
votes
2 answers

rewritemap for SEO and pretty URLs

I am attempting to redirect & rewrite some dynamic PHP URL's to pretty and SEO friendly URLs. I have manged to do this successfully through .htaccess with the following code: RewriteCond %{QUERY_STRING}…
Matt
  • 345
  • 1
  • 6
  • 16
2
votes
2 answers

Is there such a thing as SEO-friendly Java-based RIA?

I have recently been investigating java server-side web frameworks to serve as a rendering platform for a new B2C web site project. Based on my research I would broadly divide the available solutions into two camps: those such as JSF and Tapestry,…
Geoff
  • 23
  • 2
2
votes
2 answers

How to tell Apache ignore/block 404 error and redirect to hander page?

The concept So, I've already made (upgraded actually) this website with its own Content Management System (CMS) that everyone likes. As with most CMS, the default behavior was the access pages with the ugly and utterly unhelpful url like…
Mike
  • 3,219
  • 23
  • 29
2
votes
1 answer

'keepMounted' property on Material UI Select component not mounting menu items to DOM

I'm trying to ensure my menu items are mounted in the DOM for SEO purposes. I'm using a MUI Select component for a dropdown nav and am passing in keepMounted props which are ultimately spread on the Popper component via MenuProps. I can see the…
Adam Bohannon
  • 108
  • 1
  • 2
  • 8
2
votes
0 answers

ASP.net Core SEO Middleware

I have an angular app, and while google does index those now, many other sites do not. What I want to do is create a custom ASP.Net Core middleware that will intercept requests from crawlers and serve them. My question is this. Since humans wont see…
Chris Kooken
  • 32,730
  • 15
  • 85
  • 123
2
votes
0 answers

Why my ngFor is appearing like ? Im using TransferState

I'm working with Angular 7.0.7 Angular Universal project. All seems to be working great, except for the SEO part. I followed a lot of tutorials, such as https://blog.worldline.tech/2018/03/08/angular-universal.html The node server is supposed to do…
Jeannuel
  • 71
  • 5
2
votes
3 answers

Can I have SEO friendly urls in Struts?

I want to have SEO friendly urls in my application, which will be built in java/j2ee using Struts (1/2). I have some classifications as follows county/countryname county/state/statename county/state/locality/localitname I guess above URLs will be…
akshayxyz
  • 3,423
  • 3
  • 16
  • 11
2
votes
1 answer

Performing SEO on an html page that heavily relies on jQuery template

I have been working on this website that heavily relies on jQuery template to render. Using this HTML page as an example, there are calls like: http://thetorontovibe.com/Events/Get?EventId=393219&callback=_jqjsp&_1303334398779= that returns nothing…
Chi Chan
  • 11,890
  • 9
  • 34
  • 52
2
votes
0 answers

Magento2 Sitemap URLs 301 Redirecting

Currently, we have a Magento2 website which contains a vast amount of product URL's that are 301 redirecting upon categories applied to them. The issue with this is, that this is causing errors to be flagged relating to incorrect URL's within the…
2
votes
1 answer

How to lazy load HTML block (to avoid big DOM size), but also have web crawlers notice the lazy content?

I am using a sidebar script to create a burger menu that pops a navigation bar with multiple links, once user clicks the burger. I have many categories and subcategories that I link within that menu, so in my HTML, I have about 200 lines in the…
user8411456
  • 347
  • 1
  • 5
  • 18
2
votes
3 answers

Adding custom meta

How can I add custom tags (for SEO) in Agile Toolkit (atk4)?