How to ensure search engines index specific version of site [closed] - seo

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I am just starting to work on my first responsive site and am realizing some SEO things may fit on the front page of our site may not fit 'naturally' on the front page of the mobile version.
Is there anyway to ensure search engines see the full-size site?
Once complicating matter is that I am designing the site 'mobile first'. So the site does not default to full-size, it defaults to mobile sizes.

Assuming you deliver the same content to the end user regardless of device, and just show/hide or reformat based upon a media query, it really doesn’t matter. Google will still get the full content of the page so will index all of your content. What is visible in the viewport isn’t really significant to Google.
Google will, however, understand the use of media queries and give you some additional SEO benefits as a result. Google favours responsive design over separate sites/mobile specific pages. Responsive design also helps improve the indexing efficiency of the Googlebot.
One thing they do advise is not to block access to any of your ‘external’ resources (css, js, images etc)
Plenty of good information here

Related

Seek advice from SEOs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have read that Google no more uses meta tags to rank your website.
لوله بازکنی دهکده المپیک
So what are the ways otherwise if I want to increase traffic or optimize my website for search engines so that more customer would get attracted to my website. we are running e-commerce business which is confined to a not very large area.
لوله بازکنی غرب تهران
Its only 5-6 months we have launched our website. Can I get any tips so that I can optimize my website for searching.
You could register your website on the Google Webmaster tool :
https://www.google.com/webmasters/tools/home?hl=en
Not only you'll find a few tips about their SEO, but it will warn you if the Google crawler had problems while visiting your website, which could be the reason for your website to be ranked poorly.
That is true about Meta tags - not relevant now.
There is no simple recipe to increase PageRank and search engines position.
There are huge amount of guides on web that can help. Professional companies offering positioning for payment. And also not every positioning practice is also "fair" and legal.
But for the general, I would say to answer your question:
keep your web-code clean, and if possible meeting the W3C validators requirements: http://validator.w3.org/
keep good-quality content
thing that increasing your web-position is the fact that your page is linked on on other pages in positive and good-quality context. Try to achieve that (with to

Search engine page creating [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I noted that Google use web page content when they index pages for SEO purposes. Therefore, what I did was I created the web pages and I used lot of keyword on the web pages. Then I applied the background color to the above keywords to show users.
Question is do they block this kind of pages?
Search Engine Optimization (SEO) is something you really need an expert for these days. The days of having some keywords and meta-data only have long gone, so you need to keep up to date with current SEO tricks to get your site up the Google ranking. You can also check the Alexa rankings for your website.
Take a look at the SEO guidelines from Google here
Take a look at some pointers here and here, but you really need to invest some time and research into the best practices.
You should also make your site as accessible as possible, this will make the site easier to spider, there are some tools here to look at and there's a site here you can use.

Is serving a bot-friendly page to google-bot likely ot adversly affect SEO? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a site which has a homepage that contains a great deal of javascript. I am concious that this isn't great for mobile clients, javascript-less browsers and crawlers/bots. The page uses propper <noscript /> alternatives, alt attributes, etc.
The user-agent can easily be sniffed to serve up a the page content without Javascript (there is a non-javascript version of the content already on the site), but I don't want to be seen to be cheating to crawlers (google-bot).
Humans that use mobile-clients and javascript-less browsers would surely appreciate a tailored version (given an option to switch back to the full version if they want). Bots might think they're being cheated.
Finally, the site has been indexed very well so far, so I am tempted to not tailor it for google-bot, just for humans that use mobile clients and javascript-less browsers. It seems like a safer option.
If you serve different content to the search engines then you do your users you are cloaking and definitely in violation of Google's terms of service.
The proper way to handle generated with JavaScript is to use progressive enhancement. This means that all of your content is available without JavaScript being required to fetch or display it. Then you enhance that content using JavaScript. This way everyone has access to the same content but users with JavaScript get a better experience. This is good usability and good for SEO.

SEO : things to consider\implement for your website's content [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
lets say i have a website that i am developing...
the site may have wallpapers, question & answers, info (e.g imdb,wikipedia etcetera)
what do i need to do so that when some search engine analyzes a particular page of my website for particular, lets say 'XYZ', it finds 'XYZ', content it finds 'XYZ' content if it present in that page...
please i am new to this so pardon my non-techy jargon...
The most important tips in SEO revolve around what not to do:
Keep Java and Flash as minimal as is possible, web crawlers can't parse them. Javascript can accomplish the vast majority of Flash-like animations, but it's generally best to avoid them altogether.
Avoid using images to replace text or headings. Remember that any text in images won't be parsed. If necessary, there are SEO-friendly ways of replacing text with images, but any time you have text not visible to the user, you risk the crawler thinking your trying to cheat the system.
Don't try to be too clever. The best way to optimize your search results is to have quality content which engages your audience. Be wary of anyone who claims they can improve your results artificially; Google is usually smarter than they are.
Search engines (like Google) usually use the content in <h1> tags to find out the content of your page and determine how relevant your page is to that content by the number of sites that link to your page.

Do search engines take into considertaion ARIA roles (http://www.w3.org/TR/wai-aria/)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 6 years ago.
Improve this question
My company's web-site is all about online games, so accessibility is not high on our priority list. SEO best practices, however, are. Searching on the net we couldn't find any discussion of whether or not ARIA is such a best practice (which is a kind of answer already :-). I found this surprising because using ARIA roles seems like a natural thing to do - they contain a lot of SEO-relevant meta-data (overall page structure, what parts of the page are the "main" as opposed to "service" navigation area, what parts contain "actual" vs. "related" vs. "independent" content, etc.). What's more, given they effect the user interface (screen readers and so on) they would tend to be pretty accurate when they exist.
Does anyone have specific knowledge about whether any search engines actually use this data, if it exists in a page?
Search engines like Google are pretty smart no matter how badly you set up your page, SEO relevant meta data or not.
The main thing is to make sure your page is marked up properly, that it validates and that you don't employ any "black-hat" techniques that could cause search engines to black list your page.
As for ARIA, I'm not sure if it's really going to make much difference one way or another.