Links contains #, would it affect SEO? [closed] - asp.net-mvc-3

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
If i have such links in my site (i am using mvcsitemap):
http://mysite.com/coollink
http://mysite.com/coollink#contanttab1
http://mysite.com/coollink#contenttab2
If i want to submit site map to google for example, should i use the links with # in mysite XML sitemap? or better not to use them in sitemap XML?
Because in such case there would be 3 links to the same resource as i understand and it is not so good for SEO? could some one correct me if i am wrong.

As far as I know so far, hashes will be ignored by most of the search engines and they have no use for SEO. It is user more for internal page navigation or some sort of JavaScript actions.

Related

Retrieving people who +1 an URL [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I've burning out the past 2 days trying to come with a recipe to get all the People who have +1 an URL, I'm trying to calculate the potential reach of a publication in Google+.
I did get the public shares of a URL using Ripple, amount and users, but is not the same.
I writing my app in ruby, but at this moment, I can't care less about the language.
To get clear view of my problem, please read my comment below.
There is no API method to get a list of who as +1'd a URL. If you would like to see such a feature please open a new issue.

Select on top magento [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm new to magento. I need to implement Select box on top of site. It must be on every page. Depends on that select on product page will change additional information so people can choose if they like metric or imperial. You can see product page:
http://www.vetus.com/boat-windows/portholes/vetus-porthole-aluminium-category-a-iii-incl-mosquito-screen-8063.html
Thanks for help! Sorry for grammar mistakes.
The best way doing this would be to create two different store views (metric and imperial) this will serve your purpose without involving into too much of programming.
However you could well do this using sessions.

language SEO optimization of URL's in MVC 3/4 [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'm doing an website which has multiple languages like Danish, English and German.
But what is the correct way to format the url for the different languages.
Is it like so:
English = http://www.mysite.dk/myController/Hepper (Without an /en/ in
the url)
or
English = http://www.mysite.dk/en/myController/Hepper (with the /en/)
Having the language in the URL is best in terms of SEO. Of course if there's a default language you might omit it. For example:
http://www.mysite.dk/myController/Hepper (English)
http://www.mysite.dk/fr/myController/Hepper (French)
http://www.mysite.dk/de/myController/Hepper (German)
...

Add link rel to head of Magento [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 10 years ago.
Improve this question
Is there a quick and clean way to add a rel link in the head section of Magento.
Examples would include home,index,next,prev,canonical.
I'd like to be able to do this from either a helper, block, template.
See this for more information
http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html
You should search in magento core code, for example the one that handles REL canonical tags : class Mage_Catalog_Block_Category_View :
In a block for example :
$headBlock = $this->getLayout()->getBlock('head');
$headBlock->addLinkRel('canonical', $category->getUrl());
but you can do that wherever you can access a loaded layout.

Response Content Types [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
What are the response content types for .docx, .xlsx, .pptx, .zip etc. ? Can you give me a list of all content types ?
They're all here: http://www.iana.org/assignments/media-types/
I don't think there is any definititve list in existance, nor is there likely to ever be, of all content types because as soon as someone creates a new file format there's theoretically a new content type. Rightly, or wrongly, I've seen the following document types associated with .docx:
application/docx
application/msword
application/vnd.ms-word.document
Here you can find some: Internet media types

Resources