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

asp.net MVC3 auto generate meta keywords and description based on page content

I'm working on an MVC3 web application using the razor view engine. I'm looking for a solution to generate meta keywords and description automatically on my pages. I've already found this solution here on stackoverflow, the idea is looking good. But…
Rob
  • 6,731
  • 12
  • 52
  • 90
2
votes
1 answer

sitemap.xml for multi language pages

I run a multi language web page with two languages. I'm wondering how to prepare the sitemap.xml file friendly for Google search engine. For main site address example.com, the default language is pl-PL. The simple language code is pl. The second…
uxmal
  • 428
  • 1
  • 7
  • 17
2
votes
1 answer

ASP.NET 4 MetaKeywords and MetaDescription being Encoded

I'm using the ASP.NET 4 MetaKeywords and MetaDescription on every page to set the appropriate meta tags. I also use the Anti XSS Library as the default encoder in the application. The tags end up being rendered like:
Druid
  • 6,423
  • 4
  • 41
  • 56
2
votes
2 answers

Prevent search engines from indexing my api

I have my api at api.website.com which requires no authentication. I am looking for a way to disallow google from indexing my api. Is there a way to do so? I already have the disallow in my robots at api.website.com/robots.txt but that just prevents…
mauxtin
  • 388
  • 2
  • 5
  • 15
2
votes
1 answer

How to tell search engines to use my updated robots.txt file?

Before, I had blocked the search engine robots to prevent crawling my website using the robots.txt file but now I want to unblock them. I updated the robots.txt file and allowed the search engine robots to crawl my website but it seems the search…
Mohandes
  • 452
  • 3
  • 15
2
votes
1 answer

Convert images to WebP on ASP.NET core

everyone. I am runing Lighthouse Page Speed on my page (https://www.indievisible.net) and it says I should deliver images in a next gen format but I am failing to find a good library to do that for ASP.NET Core. All I got for now is to import…
programad
  • 1,291
  • 3
  • 19
  • 38
2
votes
3 answers

Extract Json Data with screaming frog

I'm using Screaming Frog as a way to extract data from a Json generated from an URL. The Json generated is this form :…
DDC01
  • 61
  • 1
  • 7
2
votes
2 answers

Laravel: Change result of input query to friendly url

How can I change this URL generated from submitting the form- http://localhost:8000/estates?zone=London&type=villa to this URL: http://localhost:8000/estates/London/villa Need to make the URL more friendly for search engines. I get the zone and…
Fardin Moradi
  • 29
  • 1
  • 7
2
votes
1 answer

Prerender Angular 7 SPA with prerender.io client-side only

I have an Angular 7 application where I am trying to pre-render pages to support web crawlers / SEO. I've decided I want to use prerender.io to facilitate the pre-rendering, caching, and serving of static HTML to these crawlers, but I'm struggling…
Bryan McGrane
  • 498
  • 6
  • 14
2
votes
2 answers

Make SEO sensitive URL (avoid id) Zend framework

i have url like this : http://quickstart.local/public/category1/product2 and in url (category1/product2) numbers are id , categorys and products fetched from database attention to the id id is unique i need to the sensitive url like zend framework…
afsane
  • 1,889
  • 6
  • 25
  • 40
2
votes
3 answers

Remove hash (#) from URL in Jhipster (both java and angular 6)

I am using Jhipster Spring boot + angular 6. But i'm having trouble because of the hash(#) in URL. It is affecting SEO. I tried setting useHash: false in app-routing-module.ts. But then the API is not working when I run the project via npm start. I…
SFDC
  • 76
  • 2
  • 14
2
votes
4 answers

PHP Get Site's Google Ranking WITHOUT Crawling Google

I want to programmatically retrieve Google Search Results for the purpose of finding where a specific domain ranks in the search results pages. HOWEVER, I do NOT want to simply crawl search result pages because I'm expecting high volume and needing…
user599146
  • 344
  • 5
  • 17
2
votes
1 answer

React Router 4 showing 404 page on google cache

When I try to see the cached version of my site on google cache it always renders 404 page I think this is because react router does not understand the route because it is running on a different domain because of google…
Rahul Pal
  • 476
  • 3
  • 10
2
votes
0 answers

Meta tags in angular 6 not updating per component

I'm trying to update meta tags (title, description) per component, As angular is SPA we don't have the luxury of putting meta tags in the head section of every page. SO tried doing it using Meta feature of angular to update on every component load.…
2
votes
1 answer

How to do a 301 Redirect in WebMatrix?

Hi I am working in WebMatrix and I am getting the error: The page contains multiple canonical formats. This happened when I ran an SEO Report on the site. I am getting the error with www.sitename.com and www.sitename.com/Default.aspx. I know…
texter
  • 154
  • 1
  • 3
  • 8