our website is in wordpress, i have a sub-sub-menu with different pages, when we search for any title of our sub-sub-menu pages, we can't find it in google, but we just find the parent URLs, and somtimes we juste find the image in my sub-sub-menu
for exemple : The Y sub-sub-menu page :
The exact URL of the Y sub-sub-menu page is::
https://my website/home/products/sub-menu page X/sub-sub-menu page Y
The urls found in the google search page with the keyword:
sub submenu page name + our website name is:
Https://my website/URLS OF THE IMAGE IN SUB-SUB-MENU PAGE and sometimes we find this:
https://my website/home/products/submenu page X
In the sitemap file, the ULRs of our submenu pages exist, but when we tested the indexing of these URLs in the search console, they are not indexed!!!
Please, does anyone have any idea how this issue was resolved?
I tried to redirect the urls,
Related
I have a great problem in an Apex project. On the main page I added a dynamic action on double click which generates URL like: f?p=App:Page:Session::::itemNames:itemValues: and goes to a page with this URL. On that subpage I have a button that clear all of the item's values. I want also to clear the subpage's URL from the values, and get something like: f?p=App:Page:Session::::::. I've tried to clear cache at different levels but it didn't affect on the URL itself.
You can clear all the items on a page with a URL similar to this:
https://apex.oracle.com/pls/apex/f?p=APP:PAGE:SESSION:::PAGES_TO_CLEAR::
The PAGES_TO_CLEAR text in the URL above should be substituted with the pages you want to clear all items from separated by commas. As an example, the URL below would navigate to page 1, but clear all the page items on page 4 and 5
https://apex.oracle.com/pls/apex/f?p=100:1:103732008363447:::4,5::
All pages of my site index by google With a duplicate word in the title!
I use joomla 3.9 for my website. And Me followed all SEO rules. (title for all page and menu,alias,meta dec and meta keyword)
But, in all pages index by google this word is duplicate in title : "خانه"
how fix that? Where is the problem?
You can see this photo : duplicate word is : "خانه"
https://ibb.co/TP9GxQT
Yes i know, But "خانه" doesn't site name! this is first menu name! and Repeat in all title! How Repeat first menu name in all title in google?!!
In the Joomla Global Configuration, you can enable the Site Name to appear before or after the Page Title on each page.
i had the same problem in my site but i finally find it!
you need to check your home page ,if "خانه" has h1 tag remove it!
it's funny but my problem was issue when remove it!
I need to mask number of URLs with a short URL link that does not reveal location of the web page in the address bar.
Example:
mywebsite.com/content-123
Masked URL:
surl.us/ae12sw
Clarification: I am not looking for redirects like traditional URL shorteners (bit.ly) that would redirect user to long URL. I need the short URL to remain in the address bar masking the actual URL. But the page would display the content from original website.
Not sure if this will help but maybe try adding something like this to the JavaScript of each page
history.pushState("mywebsite.com/content-123", "Example Site", "surl.us/ae12sw");
The GSA documentation shows how to filter out meta name-value pairs but doesn't mention how to filter out specific page titles. The nearest I could find was intitle which looks for matches on the page title. I'm trying to filter out my error page which has "Error Page" as its title from the search results. Does anyone know if this is possible?
As an aside, the reason it's coming back in the results is from 404 errors which redirect to the error page.
Are your errors redirecting as 302 to your 404 page? In that case, the GSA will keep the links and use back-off and retry to find the page on recrawl. You can change settings to meet your requirements. Here is the documentation on this for software v 7.4
Got a workaround going...rather than exclude on the title I added a new meta tag to my error pages meta name="pagetype" content="error" and then added a filter for this on my search query url params ".-pagetype:error"
I have a page that shows the main product for that page, next to it though are "related products" which when you click on them you go to their page, and they have their own related products as well. The problem is that the related products are getting indexed by Google so when you search for product-A you may get the product-B page where product-A is a related item, instead of just getting the product-A page. I am trying to prevent this. Any ideas?
Thanks!
You can add rel="nofollow" in any links you don't want a bot to crawl. In this case, you can apply that tag to all your links and google won't follow them off your main page.
http://en.wikipedia.org/wiki/Nofollow
EDIT for clarification:
Page "A" is for widgets. You want this page to be returned for searches regarding widgets; on this page is a "related searches" section which links to Other Widgets. On all the anchor tags on page "A" which link to pages "B" and "C" (the related searches for Other Widgets), you'll put a rel="nofollow" tag. This will prevent Google from hitting page A and then following your "related searches" links off to pages "B" and "C".
This will NOT prevent pages "B" and "C" from being indexed on their own, it just prevents them from getting pulled in from page "A".
EDIT#2:
rel="nofollow" tells bots you don't want them to follow the link to the second page. Regardless of the anchor text on a link from A->B, if you've nofollowed it the bot won't "flow" pagerank to the linked-to page and should not follow the link to page "B" to index it due to that tag on the anchor. Note that this is not foolproof: Yahoo and other SE's may not treat nofollow like Google....so your best bet is to make sure that each page is strongly on-page-SEO'd such that it gets included in the index for the term you want it to be included for. Hope this helps...but like much of the SEO world there are few hard-and-fast rules which apply universally.
yes... put them at the bottom of the page for content,
if you want that to appear visually at the top of the page, use a css layout to re-arrange the page elements
also, as darksquid already said, add rel="nofollow" to links you don't want considered
another tip (pertaining to your comment on darksquid's post):
You could load the content via ajax, which would keep most search engine spiders from seeing it at all (since they don't generally execute javascript)
Use Google Applicance - googleoff / googleon Tags:
http://www.geekzilla.co.uk/ViewC8614968-56ED-4729-9C12-F01677DAC412.htm