seo

How can I automatically generate SEO keywords based on dynamic page contents? [closed]

心已入冬 提交于 2019-12-25 03:22:12
问题 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 . I have a webforms (framework 3.5) site with a TON of dynamic content. Depending on the url, one or many content items will be sent to the client. I need a way to generate meta keywords for SEO based on the contents of the page (or part of the page, if possible). I've done a little

Angularjs website not indexing on google

本秂侑毒 提交于 2019-12-25 03:17:24
问题 I developed a large angularjs application with more than 20 pages and add some SEO tags. But it is not functioning well. Most of content of the pages also populate using javascript. This is how I implemented SEO tags for each pages. app.js (function() { var app = angular.module('myApp', ['ngRoute', 'ngSanitize', 'angular-flexslider']); // config route app.config(['$routeProvider', '$locationProvider', function($routeProvider, $locationProvider) { var baseUrl = "partials/"; $routeProvider.when

XHTML and Search Engine Optimization

試著忘記壹切 提交于 2019-12-25 01:26:04
问题 I am new to the world of coding as well as XHTML. I am in the process of putting a sample page together however having read a number of conflicting articles, it has been suggested that the navigation div block appear above the content div block or vice versa or does it not matter at all? Below is my base code as an example. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http

Is it better to use same or an alternative description meta tag for pages on the same domain?

风流意气都作罢 提交于 2019-12-24 21:33:04
问题 Lets say I have a site for a product. Site have three menus: Main,Product,Contact It is a good idea to each one have its own <meta name="description" tags with description for its content? Basically this is a SEO question. Does it have any affect on SEO? Or it is better to use one static description for all the site? For example: Main: <meta name="description" content="This is my product site, you can check my product or contact me" /> Product: <meta name="description"content="This is the

Tracking a page in an Ajax Popover from Google Analytics

依然范特西╮ 提交于 2019-12-24 16:46:02
问题 I am looking to track a Pop-Over page that appears when the forum is submitted at: http://www.xebra.com/salesAssistance.html I tried adding the urchin/google analytics code to the page that is displayed in the pop-over window, but whenever I do so the status bar displays "Read http://www.google-analytics.com/" and the entire form page goes blank. It is important to track the page in the popover because that page is the conversion goal (the page we are trying to direct people to). How do I

Which is the most seo-friendly way to detect browser language and redirect 301 to home page

北城以北 提交于 2019-12-24 16:42:59
问题 I have a multi-language page, I want to detect client browser's language then make a 301 home page or other thing. but I am not sure which way is better for seo. I do not know web spider like which one? Or other way? <?php $LG=$_SERVER['HTTP_ACCEPT_LANGUAGE']; if (preg_match('/^[zZ][hH]/', $LG)) { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://mydomain.com/cn/"); exit();} //jump to chinese version else { header("HTTP/1.1 301 Moved Permanently"); header("Location: http:/

Multiple Schema.org Product items & how will it look like in search engine result?

心不动则不痛 提交于 2019-12-24 13:05:03
问题 I have implemented the Product Schema.org type similar to this on one single page: <div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 1</span> <img src="test1.jpg" /> <span itemprop="description">Description test 1</span> <span itemprop="sku">#001</span> </div> <div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 2</span> <img src="test2.jpg" /> <span itemprop="description">Description test 2</span> <span itemprop="sku">#002<

HTML: how to indicate questions with radioboxes as answers in proper way?

偶尔善良 提交于 2019-12-24 11:27:13
问题 I have a question in HTML form and radioboxes as answers, like this: <span>What is your favorite fruit?</span> <input type="radio" name="favFruit" id="banana"><label for="banana">Banana</label> <input type="radio" name="favFruit" id="orange"><label for="orange">Orange</label> But I realised, that question is not connected with answers, which is probably bad for SEO, accessibility and and could be bad for future maintenance of application. So I added aria-describedby attribute: <span id=

<div> within <a>, seo optimization

老子叫甜甜 提交于 2019-12-24 11:18:43
问题 I have a list of articles (ul). I want each "ul" list element clickable (100 % width) as an anchor. What is better approach (according to SEO and Google bots)? 1) HTML5 allows to put <div> inside <a> , so my code is valid (I have checked it in html5 validators). Also i.e. apple.com website have the same approach (h1- block element - inside of anchor). <ul> <li><a href="#"><div>Category</div><div>Title</div><div>Popularity</div></a></li> ... </ul> 2) I can also set li position as relative, and

Search Engine Optimization

五迷三道 提交于 2019-12-24 10:39:04
问题 Sometimes when I search some phrases in google (e.g "My Custom Search Phrase"), I see some very interesting results. Sites that look like: http://www.SomeSite.Com/My_Custom_Search_Phrase/ or: http://www.SomeSite.Com/My_Custom_Search_Phrase.html Actually, I don't like these sites. I know it's a SEO trick and pages are generated on the fly and are full of ads. But I'm very curious to know how this can be achieved programmatically. Preferably in .Net. P.S. By saying "Preferably in .Net" I don't