Community

New post

Post

4 followers Follow
3
Avatar
Hiram

why there is "#" in the browser?

why there is "#" in the browser? example: http://www.hiram.es/#/presentacin/

could be like this? http://www.hiram.es/presentacin/

 

excuse my english, i'm a spanish pepole

Answered

5 comments

-1
Avatar
Alex Lisiewicz

Hello Hiram,

Hash sign is not an issue but the feature of Flash CMS templates. It allows creation of unique virtual URLs and enables a number of important capabilities which are missing in today's rich web technologies including:

  • Bookmarking
  • Sending links via email or instant messenger
  • Finding specific content with the major search engines
  • Utilizing browser history and reload buttons

Unfortunately you can not change it because it is the part of Flash CMS engine and it is used for flash website navigation.

-1 votes
Comment actions Permalink
0
Avatar
Serge LeBlanc

Why is the home page SEO content (ie: keywords and description) outputted on all of the site's pages instead of the specific page's SEO content. I can input page-specific keywords and descriptions in the admin panel, but even if I deeplink straight to those pages (ie: type a URL with a '#' in my browser), I get the home page SEO content.

0 votes
Comment actions Permalink
0
Avatar
Hiram

Hi Alex

Thanks for you reply. but de hash sign is a big problem for me. When i create the sitemap  http://hiram.es/sitemap.xml with the control panel (attach file). In the file isn't created the link correctly. then google penalizes my homepage, no?

also, the google webmaster tools reported a broken link.

0 votes
Comment actions Permalink
0
Avatar
Alex Lisiewicz

Hello Hiram,

SEO page sources should be accessible using links without hash, ie http://www.hiram.es/servicios/

However, it seems like SEO features are not working on your site. It may be caused by wrong or missing .htaccess file. Please make sure that .htaccess file exists in your site's root folder and contains following:

Options +FollowSymLinks

<IfModule mod\_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^.*index.html$ index.php [QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]

</IfModule>

0 votes
Comment actions Permalink