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

Do search engines read/apply get variables?

Lets say we have index.php with the following links. Home> Contact Followed by the following dynamic content...
Derek Adair
  • 21,846
  • 31
  • 97
  • 134
2
votes
0 answers

laravel site map and casting to xml

I have written a sitemap with the help of https://laravel-news.com/laravel-sitemap here is my index : public function siteMap( ) { $news=News::orderBy('time','desc')->where('time','<',time())->where('showview',1)->first(); $categories =…
Amir Jani
  • 380
  • 6
  • 16
2
votes
1 answer

What method should I employ to extract keywords from a URL?

I am working on extraction of keywords. The system takes a URL as input and the output is supposed to be keywords describing the contents of the URL. We are considering only textual parts now. I would like to know what methods I can employ for…
dknight
  • 1,243
  • 10
  • 23
2
votes
2 answers

Align Guitar Chords on Web

I am trying to figure out a good way to display guitar chords on the web in a variable-width font, preferably using just HTML and CSS if possible. I'm trying to do this by lining up the chord above a specific letter. I've come up with the following…
Daniel Centore
  • 3,220
  • 1
  • 18
  • 39
2
votes
1 answer

Does Google penalize 301 redirects from my naked domain?

Does Google Search and other search engines penalize 301 redirects from my naked domain to my regular domain? I need such redirect from example.com to www.example.com because Google App Engine does not support naked domains. If possible, please…
fjsj
  • 10,995
  • 11
  • 41
  • 57
2
votes
1 answer

Structured Data Testing Tools following @id references for JSON-LD – Will this work as expected?

I'm working on marking up a site with schema data using JSON-LD. After doing my homework, I learned that @id could be used to reference other snippets of schema. Such as writing WebPage schema that isPartOf my WebSite schema. Following this, I…
Josh Bradley
  • 1,854
  • 1
  • 15
  • 31
2
votes
2 answers

Set screen reader text (and meta-information text) to a different value than visible text

I am dealing with a website where the author wants several key titles/headers to be in big ASCII art. For example, if a title said "sandwitch", it would show up as: .::::::. :::. :::. :::.:::::::-. .:: . .:::::::::::::::::: .,-::::: …
Leif Andersen
  • 21,580
  • 20
  • 67
  • 100
2
votes
2 answers

Extract keywords from text for SEO using c# or SQL

I am looking for a good method to extract relevant keywords from text on a page using SQL or C#. I intend to use this to link these keywords to other parts of the website to navigate to relevant content.This seems pretty common across some blogs.
Chandan Maruthi
  • 183
  • 1
  • 2
  • 9
2
votes
0 answers

Setting Default document for subdomain

My website has a default document pointing to Home.aspx. The site has a folder which is mapped to a sub domain. Is it possible to map the subdomain to the subfolder and have a different default document. Does 301 redirect affect SEO.
Kushal Kalambi
  • 125
  • 1
  • 5
  • 13
2
votes
1 answer

How to view the page source for angular 2 app

I have web app, whenever i am view the page source using browser view page source i am only able to see the index.html contents in page source where as i am able to see the all the html code in inspect element but not in page source. Does any one…
mpunit30
  • 381
  • 9
  • 26
2
votes
1 answer

Creating a sitemapindex file using sitemap.txt

Using the XML sitemap, we can create a sitemap.xml file: https://www.example.com/0.xml https://www.example.com/1.xml But how do we achieve the…
Nithin
  • 1,387
  • 4
  • 19
  • 48
2
votes
1 answer

Detecting if Apache is using mod_rewrite

How can a client detect if a server is using mod_rewrite? Now I know that some mod_rewrite rules are not very obvious. But some are, such as "SEO Friendly Urls". What types of behavior is impossible unless a server is running mod_rewrite?
rook
  • 66,304
  • 38
  • 162
  • 239
2
votes
0 answers

Widgetpack Star ratings on my blog do not pass to google

I am using Widget Pack Star Rating on my website blogs. But when I search my blog from Google it did not show those star ratings on google search page.