You can set multiple business at 1 address but you can't set 3 websites for 1 business and 1 address
Posts made by oneticsoft
-
RE: Listing in Local search
-
RE: Simple Press forum for wordpress
javascript character data, processor, it show's old and new browsers how to read your xhtml content, old browsers will read as html, but javascript isn't readed by crawlers
-
RE: How to set cannonical link rel to CS CART
Thank you Thomas,
I think i'll have to find another way. I specified alredy the parameters in google webmastertools but it seems not to wrok in case of ajax filters
Best,
Ion
-
RE: Simple Press forum for wordpress
1. You can add cannonical link rel for the first 3 links or you cand change in component php if ($_GET['sf_ahah']=="acknowledge" || $_GET['sf_ahah']=="permissions" ||$_GET['sf_ahah']=="tags"){
here specify the titles for them
}
and for the third this is a rss feed there is an error in your code, it specifies description but is included in comented CD data , look in the code where is generated rss and see if there is concatenated the string of your description corectly
You can leave RSS without descritption but you need to compensate with your title
-
How to set cannonical link rel to CS CART
I whant to specify a link rel cannonical for each category page, how to do that without changing the code (just from admin section), because filters and sorting search are making the site dublicate content with their parameters;
If there is a way please specify the method,
i whant to avoid hours of working in a script like this.
Thank's.
-
RE: Building Widgets...
Have you tried to search on seomoz blogs here: http://www.seomoz.org/blog/widgetlike-techniques-for-small-business-link-building, i think here is explained all you need

-
RE: Seo impact for template change
diferent cms have different impacts on content for example joomla and wordpress have different alternatives to load content, just verify it is better to do so, there alwas a posibility to be a mistake.
-
RE: Listing in Local search
I don't know that, but you can try to contact google team for that, one company can have 3 websites.
-
RE: Give your opinion about our keyword strategy
I think it will be better to start your meta description with Ticket booking to destination .... try not to use to much short words like: and, or, to , and do not use to much ticket words in content otherwise google will interpret your content as keyword spamming
-
RE: Seo impact for template change
only if your content, images have diferent alt, links, diferent tags (it may look the same but be carefull to tags in your page) but all this dont have a big impact, and be careful about your cannonical links, and see in google webmaster tools if crawler has detected any dublicate content
-
RE: Listing in Local search
The answer is no, you can set 1 listing per address and 1 website
-
RE: Internal linking
Try ARTIO SEF or edit for yourself httacess, but sh404sef i am using it on some sites and there was no problem
-
RE: Ranking A Website For Mulitiple Counties, Cities And Towns
Hi,
You have some alternatives:
1. You can create a list of cities ... but is better to specify each element of the list with H3 or H4 tag
2. You can create a list with cities(links) and make a page with dinamic content you can add the text you need by passing the parameter to other page
3. Search for an image and map on it and add alt or title to each map on image
4. Add div with images pieces of map add ALT and title to images with cities or towns create a small galery
-
RE: How I can deal with ajax pagination?
Hi,
There are 3 ways:
1. Use the nofollow rel to pagination links (that will promote your first page only)
2. Exlude ajax pagination and change the title of your page adding the page number at the end.
3. Verify if the crawler bot is (google, yahoo, bing) then put a variable to exclude ajax when the page is crawled
There is allways a problem using ajax on website (it makes duplicates)