Search Engine Optimization (SEO) & Friendly URLs using ASP.Net [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
please tell me best to achieve Search Engine Optimization (SEO) & Friendly URLs using ASP.Net

As far as SEO is concerned take a look at this guide from Google: http://www.google.com/support/webmasters/bin/answer.py?answer=35291&topic=15260
It won't tell you exactly how to do it in ASP.NET but it will give advice on how to improve your websites SEO in general. Then once you decide a task to improve your SEO, you can focus on how to achieve that specific item in ASP.NET.

I have some ideas for you;
1- avoid using table. use div instead.
2- write the title of the page then use general description of the page;
for instance; Apples , Goldville Co.
3- keep your keywords up to five for each page. use a sentence for the description which only describes the current page.
4- for asp.net I recommend intelligencia component which is free. or if you use asp.net mvc, friendly url comes default.
5- keep linking among pages. like wikipedia does.
and never forget; content is the king!
good luck
bk

Related

Calling another language with MQL5 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I would like to scan an economic calendar (and in a second step possibly a news source) like this one for use in MetaTrader/MQL5. I guess I would need another programming language than MQL5 for that, possibly (but not necessarily) C#? (How) can it be done in principle?
Thank you very much in advance!
You can check whether you can access that web page through WebRequest() function available in MT4/5. Alternative way is to write a DLL (or to find one) and access the link above through the REST api (but it doesnt make sense as WebRequest provides it) or somehow else. The easiest way is to check all calendars you may find (myfxbook, mt5.com, fxfactory) and find the easiest page to parse with MT5 methods, then try to collect data and process it. If your skills include some other languages, it might make sense to collect data with REST and then parse it with Jsoup/soup/beautiful-soup (the library that is designed for your language) - that will help with tests (to clear the data faster), and WebRequest() for live.

Some websites are working without Postback browser loading [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I don't know how to explain my question. sorry if i made any wrong.
In web based POS system, whole system is worked like a software means there is no postback loading in browser. when i am using page navigation OR anything else,
there is no browser load. URL was not changing even when i am navigating beween pages.
I don't think they are using ajax call because POS systems are always huge systems and also not used iframes. they were not used DIV hide show even.
I want to know how they create this kind of websites because i need to create POS system which is not loading at every page event using C# MVC.
Eg, https://wallacepos.com/
It's fully with JavaScript. Please use some js frameworks like ReactJs, AngularJs, BackboneJs etc... you can create nice POS using those.

Post some content from website to Facebook page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to create a website which will allow user to login with his/her Facebook credentials. Now, my website would allow user to post some content (text plus images) and also if user posts it on my website, it should also be posted on a page (which is also created and owned by me).
Is it possible to do that? If yes, can anyone point to any resource which explains how to do it?
Yes it is very easy task, you must rely on some facebook SDK, more precise, you need to choose a library that offers wrapping classes around FB Graph Api i.e. Api Client.
This being said, check the following links as a start and continue developing according to your application requirements.
https://github.com/facebook-csharp-sdk
https://www.nuget.org/packages/Facebook
P.S: the library you choose must support OAuth, and you should read more about this protocol.

Remote desktop via web browser using C#/ASP.NET [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm planning to create a VNC that can be view in browser. The inspiration for this code is Thinvnc but i would like to implement it using C# .NET . Is it possible to create such an application? what are the components that are going to use? thank you in advance ^_^
It is possible, at least for VNC. Well, I'd say it would be better to go with the java on this one. You could take one of the open source projects and extend it's functionality so it is served from the web page.
if you really want to go with C# you'll need to use silverlight.
One thing is having a page and the other component that knows how to handle vnc. Using asp/html/... won't get you far - you need to use java/silverligh - C#/flash...
Best regards,
P.

How to Reliably Track Human Page Views on my article Pages [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I have searched online for this and came across an article that suggested I should use an image to track human page views because search engine and bots don't download images. It said I should put the image code in javascript like: document.write('code here'). The system I am developing heavily depends on accurate unique user visits the the page. This will be the life blood of the site so i am really worried about someone trying creating a script to read the image file a million times to fraud the page count. Is this the best way to do this?
Heat Maps are a great solution that can be easily integrated into your site from 3rd parties.
http://www.labsmedia.com/clickheat/index.html
http://www.clickdensity.com/
Using this along with Google Analytics and you've got a full solution.

Categories